- Drupal 8 Module Development
- Daniel Sipos
- 210字
- 2021-07-02 12:22:34
Views
Listing content and data is always an important capability content management systems covet; and this is what Views does in Drupal 8. And it does it well.
If you've been building (not even necessarily developing) sites in previous versions of Drupal, you'll understand everything with this simple phrase—Views is now in Drupal core.
If you haven't, Views has always been a staple Drupal contributed module used on probably all Drupal installations (to a certain extent) and is an indispensable tool for site builders and even developers.
The purpose of the Views module is to expose data and content in a way that allows the creation of configurable listings. It includes things such as filters, sorts, display options, and many other features. As developers, we often find a need to write our own field or filter plugin to work with Views or expose data from our custom entities or external data sources.
Views is a core Drupal 8 module tied to the general architecture and used for most list pages (especially, admin pages) provided by Drupal core. Although it's a very site building-oriented tool, in this book, we will take a look at how we can create plugins that extend its capabilities to offer site builders even more.
- 嵌入式軟件系統(tǒng)測試:基于形式化方法的自動化測試解決方案
- Flask Web開發(fā)入門、進階與實戰(zhàn)
- Git高手之路
- 名師講壇:Java微服務架構實戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Ext JS 4 Web Application Development Cookbook
- Serverless架構
- Python Data Analysis Cookbook
- Instant Nancy Web Development
- Java零基礎實戰(zhàn)
- Instant PHP Web Scraping
- 寫給程序員的Python教程
- Android嵌入式系統(tǒng)程序開發(fā):基于Cortex-A8(第2版)
- Solutions Architect's Handbook
- App Inventor少兒趣味編程動手做
- Django Design Patterns and Best Practices