- Drupal 8 Module Development
- Daniel Sipos
- 94字
- 2021-07-02 12:22:41
Working with links
One of the principal characteristics of a web application is the myriad of links between its resources. They are in fact the glue that brings it together. So, in this section, I want to show you a few common techniques used while working with links programmatically in Drupal 8.
There are two main aspects when talking about link building in Drupal—the URL and the actual link tag itself. So, creating a link involves a two-step process, but can also be shortened into a single call via some helper methods.
推薦閱讀
- HTML5+CSS3王者歸來
- Learning Java Functional Programming
- Python數據分析入門與實戰
- 華為HMS生態與應用開發實戰
- Koa開發:入門、進階與實戰
- C++ 從入門到項目實踐(超值版)
- C語言程序設計
- 信息技術應用基礎
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Visual Basic程序設計實驗指導(第二版)
- Advanced Express Web Application Development
- Node.js開發指南
- JavaScript程序設計:基礎·PHP·XML
- Bootstrap for Rails
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計