- 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.
- The Supervised Learning Workshop
- Linux C/C++服務器開發實踐
- C# Programming Cookbook
- Learning Flask Framework
- 實用防銹油配方與制備200例
- BeagleBone Media Center
- 我的第一本算法書
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Web全棧工程師的自我修養
- Oracle Database 12c Security Cookbook
- Asynchronous Android Programming(Second Edition)
- Instant Nancy Web Development
- Mastering Linux Security and Hardening
- 計算機應用基礎項目化教程
- Clojure Polymorphism