- 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.
- Learning Apex Programming
- Oracle Exadata性能優化
- Rust編程:入門、實戰與進階
- Monitoring Elasticsearch
- Flux Architecture
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Hands-On Kubernetes on Windows
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- C語言程序設計與應用實驗指導書(第2版)
- INSTANT PLC Programming with RSLogix 5000
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- PHP 7 Programming Blueprints
- Unity 3D UI Essentials
- C#程序開發參考手冊
- Performance Testing with JMeter 3(Third Edition)