- Drupal 8 Module Development
- Daniel Sipos
- 131字
- 2021-07-02 15:45:10
Menus
Any site needs some sort of navigation, right? Drupal not only maintains content, but also provides details about how the site itself is organized, that is, it structures how content is related.
The principle way that it does this is through the menu subsystem. The latter provides APIs to generate, retrieve, and modify elements that describe the site structure. Put in common parlance, it handles the system's navigational menus.
Menus are hierarchical, that is, they have a tree-like structure. A menu item can have multiple children, each of which may have their own children, and so on. In this way, we can use the menu system to structure our site into sections and subsections.
In this book, we will see how we can work programmatically with menus and menu links.
- 零基礎(chǔ)學(xué)Visual C++第3版
- Drupal 8 Blueprints
- Python數(shù)據(jù)分析基礎(chǔ)
- Dynamics 365 Application Development
- 零基礎(chǔ)玩轉(zhuǎn)區(qū)塊鏈
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優(yōu)化計(jì)算
- Responsive Web Design by Example
- Java語言程序設(shè)計(jì)教程
- 小型編譯器設(shè)計(jì)實(shí)踐
- Kubernetes源碼剖析
- Go語言底層原理剖析
- 區(qū)塊鏈國產(chǎn)化實(shí)踐指南:基于Fabric 2.0
- Java EE Web應(yīng)用開發(fā)基礎(chǔ)
- 數(shù)據(jù)分析與挖掘算法:Python實(shí)戰(zhàn)
- 基于GPU加速的計(jì)算機(jī)視覺編程:使用OpenCV和CUDA實(shí)時(shí)處理復(fù)雜圖像數(shù)據(jù)