- Drupal 8 Module Development
- Daniel Sipos
- 160字
- 2021-07-02 15:45:11
The theme system
The responsibility of theming a given piece of data is spread out over the Drupal core, modules, and the themes themselves. So, as a module developer, it is important to know that both modules and themes can theme data or content.
In this book, we will focus on the aspects that happen at the module level. We will not concern ourselves with styling or layouts, but work primarily with theming definitions and templates that are needed within the module. Typically, it is the best practice to ensure that modules are able to theme their data. If done right, themes can then come into play and override that theming to change the presentation.
A major shift in Drupal 8 compared to older versions is the move to the open source Twig templating system (https://twig.sensiolabs.org/). This makes the separation of logic from a presentation that much clearer and makes fronted developers' job much easier, not to mention more secure.
- Oracle從入門到精通(第3版)
- Learning ASP.NET Core 2.0
- Magento 2 Development Cookbook
- MariaDB High Performance
- C語言從入門到精通(第4版)
- INSTANT OpenNMS Starter
- Drupal 8 Module Development
- C語言程序設計
- jQuery炫酷應用實例集錦
- Python算法詳解
- Lighttpd源碼分析
- Learning Node.js for .NET Developers
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Lift Application Development Cookbook
- Mastering VMware Horizon 7(Second Edition)