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