- 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.
推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- Mastering ServiceStack
- 架構不再難(全5冊)
- Android Application Development Cookbook(Second Edition)
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- Building Cross-Platform Desktop Applications with Electron
- Mastering Google App Engine
- Mastering JavaScript Design Patterns(Second Edition)
- Node.js:來一打 C++ 擴展
- Mastering Web Application Development with AngularJS
- Django 3.0入門與實踐
- Instant jQuery Boilerplate for Plugins
- App Inventor少兒趣味編程動手做
- C編程技巧:117個問題解決方案示例
- 深入淺出 HTTPS:從原理到實戰