- Drupal 8 Module Development
- Daniel Sipos
- 134字
- 2021-07-02 12:22:34
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 keeps a structure of how content is related.
The principal 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.
- LabVIEW2018中文版 虛擬儀器程序設(shè)計(jì)自學(xué)手冊(cè)
- Java面向?qū)ο筌浖_(kāi)發(fā)
- 軟件測(cè)試項(xiàng)目實(shí)戰(zhàn)之性能測(cè)試篇
- Programming ArcGIS 10.1 with Python Cookbook
- 深入淺出Windows API程序設(shè)計(jì):編程基礎(chǔ)篇
- 3ds Max印象 電視欄目包裝動(dòng)畫與特效制作
- Natural Language Processing with Python Quick Start Guide
- 精通Spring:Java Web開(kāi)發(fā)與Spring Boot高級(jí)功能
- Java Web開(kāi)發(fā)基礎(chǔ)與案例教程
- Java語(yǔ)言程序設(shè)計(jì)實(shí)用教程(第2版)
- 精益軟件開(kāi)發(fā)管理之道
- 軟件再工程:優(yōu)化現(xiàn)有軟件系統(tǒng)的方法與最佳實(shí)踐
- R語(yǔ)言數(shù)據(jù)分析從入門到實(shí)戰(zhàn)
- R High Performance Programming
- Kotlin核心編程