Drupal 8 crossword

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