- 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.
- SPSS數據挖掘與案例分析應用實踐
- 用Flutter極速構建原生應用
- Learning Data Mining with R
- Python編程:從入門到實踐
- Hands-On Automation Testing with Java for Beginners
- Getting Started with React Native
- C++20高級編程
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- OpenCV 3 Blueprints
- Kotlin極簡教程
- Java EE架構設計與開發實踐
- 快樂編程:青少年思維訓練
- 量子計算機編程:從入門到實踐
- Python數據可視化之matplotlib實踐
- Implementing Splunk(Second Edition)