- Drupal 8 Module Development
- Daniel Sipos
- 148字
- 2021-07-02 12:22:46
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:

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 focuses mostly on building modules that encapsulate chunks of functionality. However, since we're ultimately building a web application, everything output 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 integrates 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.
- 算法零基礎(chǔ)一本通(Python版)
- ASP.NET Core Essentials
- C#程序設(shè)計教程
- Web全棧工程師的自我修養(yǎng)
- Securing WebLogic Server 12c
- Kotlin從基礎(chǔ)到實戰(zhàn)
- Oracle 18c 必須掌握的新特性:管理與實戰(zhàn)
- .NET 3.5編程
- Advanced Express Web Application Development
- Java SE實踐教程
- Frank Kane's Taming Big Data with Apache Spark and Python
- 用案例學(xué)Java Web整合開發(fā)
- C編程技巧:117個問題解決方案示例
- Qt 4開發(fā)實踐
- MongoDB Administrator’s Guide