- Drupal 8 Module Development
- Daniel Sipos
- 98字
- 2021-07-02 15:45:17
Working with links
One of the principle 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 that deals with these two, but can also be shortened into a single call via some helper methods.
推薦閱讀
- Go Web編程
- 軟件界面交互設計基礎
- Java編程指南:基礎知識、類庫應用及案例設計
- Bulma必知必會
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Yocto for Raspberry Pi
- Modular Programming in Java 9
- C語言程序設計實驗指導 (第2版)
- 持續輕量級Java EE開發:編寫可測試的代碼
- 零代碼實戰:企業級應用搭建與案例詳解
- Extending Unity with Editor Scripting
- C++從入門到精通(第6版)
- Building Slack Bots
- Android應用開發實戰(第2版)
- Application Development with Parse using iOS SDK