- 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.
- Oracle從新手到高手
- arc42 by Example
- Java從入門到精通(第5版)
- 概率成形編碼調制技術理論及應用
- 自然語言處理Python進階
- Kotlin從基礎到實戰
- Python忍者秘籍
- 批調度與網絡問題的組合算法
- Cybersecurity Attacks:Red Team Strategies
- Getting Started with Eclipse Juno
- App Inventor創意趣味編程進階
- HTML+CSS+JavaScript網頁設計從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Red Hat Enterprise Linux Troubleshooting Guide
- Java EE架構設計與開發實踐
- Mobile Test Automation with Appium