- 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.
推薦閱讀
- 基于粒計算模型的圖像處理
- Instant 960 Grid System
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Unity 2D Game Development Cookbook
- Java EE核心技術與應用
- SQL Server數據庫管理與開發兵書
- 一本書講透Java線程:原理與實踐
- 詳解MATLAB圖形繪制技術
- DB2SQL性能調優秘笈
- 從零開始學UI:概念解析、實戰提高、突破規則
- 3ds Max 2018從入門到精通
- Learning NHibernate 4
- OpenStack Sahara Essentials
- Learning Java Lambdas
- VBA Automation for Excel 2019 Cookbook