- Drupal 8 Module Development
- Daniel Sipos
- 91字
- 2021-07-02 15:45:22
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 it up with various tokens that it will replace. Also, this is something you can do as a module developer.
推薦閱讀
- Linux C/C++服務器開發實踐
- C++面向對象程序設計(微課版)
- Mastering Entity Framework
- Learning Informatica PowerCenter 10.x(Second Edition)
- 精通Python自然語言處理
- Building RESTful Python Web Services
- NoSQL數據庫原理
- BeagleBone Robotic Projects(Second Edition)
- JavaScript從入門到精通(視頻實戰版)
- 深度學習程序設計實戰
- Mastering XenApp?
- Mobile Test Automation with Appium
- Server Side development with Node.js and Koa.js Quick Start Guide
- Learning WebRTC
- Mastering PyCharm