- Drupal 8 Module Development
- Daniel Sipos
- 214字
- 2021-07-02 15:45:11
Configuration
One of the major pet-peeves of Drupal developers (and developers of other popular CMSes for that matter) has always been the way configuration is handled and deployed from one environment to the next. Drupal 7 stored most of its configuration in the database, so various solutions had to be concocted by developers to get that moved up the latter as development progressed.
In Drupal 8, great advancements have been made in this respect with the introduction of a centralized configuration system that although stores all configuration in the database, allows it all to be exported into YML files (and then reimported). So, from a development point of view, we have it much easier now if certain features depend on configuration (for example, a new Field).
Configuration is also of two kinds--simple and complex (configuration entities we noted in the Entities section). The difference between the two is that the former is always singular in that it stores just a value (or multiple values together), once--the site name and email address, for example. You only have one site name. The latter, on the other hand, represents multiple instances of the same configuration type, for example, multiple View definitions or multiple entity bundles. In this book, we will see a bit of both.
- Visual FoxPro程序設計教程
- 技術領導力:程序員如何才能帶團隊
- Python王者歸來
- Groovy for Domain:specific Languages(Second Edition)
- Python機器學習實戰
- Unity 5.x By Example
- 可解釋機器學習:模型、方法與實踐
- 自然語言處理Python進階
- Microsoft Azure Storage Essentials
- 工業機器人離線編程
- Android高級開發實戰:UI、NDK與安全
- Java從入門到精通(視頻實戰版)
- Getting Started with hapi.js
- Splunk Developer's Guide(Second Edition)
- MATLAB從入門到精通