- 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
推薦閱讀
- 黑客攻防從入門到精通(實(shí)戰(zhàn)秘笈版)
- Advanced Machine Learning with Python
- Cocos2d-x游戲開(kāi)發(fā):手把手教你Lua語(yǔ)言的編程方法
- SQL語(yǔ)言從入門到精通
- 編譯系統(tǒng)透視:圖解編譯原理
- .NET 3.5編程
- 從Java到Web程序設(shè)計(jì)教程
- 蘋果的產(chǎn)品設(shè)計(jì)之道:創(chuàng)建優(yōu)秀產(chǎn)品、服務(wù)和用戶體驗(yàn)的七個(gè)原則
- Mastering openFrameworks:Creative Coding Demystified
- 詳解MATLAB圖形繪制技術(shù)
- Spring Boot實(shí)戰(zhàn)
- Java EE企業(yè)級(jí)應(yīng)用開(kāi)發(fā)教程(Spring+Spring MVC+MyBatis)
- Python 3 數(shù)據(jù)分析與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- Java 從入門到項(xiàng)目實(shí)踐(超值版)
- 愛(ài)上C語(yǔ)言:C KISS