- 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.
- INSTANT Mock Testing with PowerMock
- C和C++安全編碼(原書第2版)
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- 21天學通C++(第6版)
- Learning Salesforce Einstein
- Test-Driven Machine Learning
- Machine Learning in Java
- Processing創意編程指南
- Oracle數據庫編程經典300例
- Python Deep Learning
- Python數據科學實踐指南
- Building a Media Center with Raspberry Pi
- H5頁面設計與制作(全彩慕課版·第2版)
- Distributed Computing with Python
- 零基礎學Java(升級版)