- Drupal 8 Module Development
- Daniel Sipos
- 91字
- 2021-07-02 12:22:46
Token summary
The token system is an important part of Drupal because it allows us to easily transform raw data into useful values using placeholder strings. It is a widely used and flexible system that many contributed modules build (and will build) upon. The great thing about tokens is the UI component. There are modules that will allow users to define strings in the UI but make it possible to fill them up with various tokens that it will replace. Also, this is something you can do as a module developer.
推薦閱讀
- Node.js Design Patterns
- Mastering Ember.js
- jQuery EasyUI網(wǎng)站開發(fā)實戰(zhàn)
- Mastering Python High Performance
- 教孩子學編程:C++入門圖解
- Android 應用案例開發(fā)大全(第3版)
- 大學計算機基礎實驗指導
- RSpec Essentials
- 微服務架構(gòu)深度解析:原理、實踐與進階
- Lighttpd源碼分析
- SSM開發(fā)實戰(zhàn)教程(Spring+Spring MVC+MyBatis)
- Python爬蟲、數(shù)據(jù)分析與可視化:工具詳解與案例實戰(zhàn)
- Advanced UFT 12 for Test Engineers Cookbook
- LabVIEW數(shù)據(jù)采集
- 程序員必會的40種算法