- Drupal 8 Blueprints
- Alex Burrows
- 131字
- 2021-07-03 00:03:22
Terminology
Within Drupal and the community, there is some terminology that we use; the following are some of them along with what they mean:
- Content type: This is an entity type, and the individual content types within it are called bundles; in this case, we have a basic page bundle and an article bundle by default
- Node: A node is a piece of content; this is usually within a content type, and a content type is indeed an entity type
- Taxonomy: This is another name for a category, so we can distinguish types of content based on the category name; this is usually used for filtering content
- Themes: This is what makes our site look the way it is
- Modules: Another name for a plugin that adds functionality to Drupal
推薦閱讀
- 極簡算法史:從數學到機器的故事
- 演進式架構(原書第2版)
- Hyper-V 2016 Best Practices
- Java EE 6 企業級應用開發教程
- Python量化投資指南:基礎、數據與實戰
- The Android Game Developer's Handbook
- 程序員面試筆試寶典
- 編程珠璣(續)
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- JavaScript程序設計:基礎·PHP·XML
- Go語言入門經典
- 人人都能開發RPA機器人:UiPath從入門到實戰
- 深入淺出 HTTPS:從原理到實戰
- 可視化H5頁面設計與制作:Mugeda標準教程
- Computer Vision with Python 3