Drupal 8 crossword

12345678910111213141516171819
Across
  1. 2. I am a module which has been merged into D8 core Options module
  2. 4. Views uses __ tokens for argument tokens
  3. 6. Class used to create custom Block
  4. 9. Class to extend for adding form element in custom block
  5. 15. rebuild Cache clear is no longer supported with D8. I can still help.
  6. 16. A PHP framework that Drupal borrows from in order to reduce code duplication across various PHP projects, handle routing, sessions and the services container
  7. 17. Drupal 8 follows this standard by PHP FIG for package based namespace autoloading
  8. 18. I can be reused in multiple regions of the page
  9. 19. What's the name of caching strategy that Drupal 8 has adopted from Facebook and / or other high traffic site.
Down
  1. 1. The configuration can be exported in form of which file type & imported on another site.
  2. 3. I am a module which has been moved out of Core & available as a contrib module now
  3. 5. I am listed at the top of Drupal 8 core contribution with 1639 mentions to drupal 8 core contribution
  4. 7. I build query and now is a core module in Drupal 8
  5. 8. I add flavor to d8 and have only 66 tables
  6. 10. one can attach css and js inline by creating
  7. 11. I am used for autoloading and caching project classes for performance
  8. 12. Field, blocks, views are now
  9. 13. I am a module and moved to D8 core field types
  10. 14. I am a replacement of hook_init
  11. 18. This is the method used to return Custom Block Text