- Drupal 8 Module Development
- Daniel Sipos
- 158字
- 2021-07-02 15:45:23
Theming
The most obvious part of Drupal's theming system is the Appearance admin page found at admin/appearance, which lists all the themes installed on your website. The page is shown in the following screenshot:

When you choose a theme from the Appearance page, you are applying a specific graphic design to your website's data and functionality. However, the applied theme is in reality only a small part of the entire theming layer.
This book mostly focuses on building modules that encapsulate chunks of a functionality. However, since we're ultimately building a web application, everything outputted by our functionality will need to be marked up with HTML. In Drupal, this process of wrapping data in HTML and CSS is called theming.
In this chapter, we will discuss how our module should integrate with the theme layer. We will talk about the architecture of the system, theme templates, hooks, render arrays, and others. Then, we will provide some practical examples.
- Learn to Create WordPress Themes by Building 5 Projects
- PyTorch自動駕駛視覺感知算法實戰
- AIRAndroid應用開發實戰
- Selenium Design Patterns and Best Practices
- C#程序設計(慕課版)
- PySide GUI Application Development(Second Edition)
- Building an RPG with Unity 2018
- Modular Programming in Java 9
- Mastering ServiceNow(Second Edition)
- VMware虛擬化技術
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- MySQL入門很輕松(微課超值版)
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Solr權威指南(下卷)
- Java EE輕量級解決方案:S2SH