- 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.
- Getting Started with Citrix XenApp? 7.6
- C#高級(jí)編程(第10版) C# 6 & .NET Core 1.0 (.NET開發(fā)經(jīng)典名著)
- C語(yǔ)言程序設(shè)計(jì)習(xí)題解析與上機(jī)指導(dǎo)(第4版)
- Visual Basic 6.0程序設(shè)計(jì)計(jì)算機(jī)組裝與維修
- 我的第一本算法書
- 從程序員到架構(gòu)師:大數(shù)據(jù)量、緩存、高并發(fā)、微服務(wù)、多團(tuán)隊(duì)協(xié)同等核心場(chǎng)景實(shí)戰(zhàn)
- C語(yǔ)言從入門到精通(第4版)
- Mathematica Data Analysis
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Learning Apache Cassandra
- 細(xì)說(shuō)Python編程:從入門到科學(xué)計(jì)算
- JavaScript腳本特效編程給力起飛
- ArcGIS for Desktop Cookbook
- 深入淺出Python數(shù)據(jù)分析
- Python應(yīng)用與實(shí)戰(zhàn)