- 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.
推薦閱讀
- 數據庫系統原理及MySQL應用教程(第2版)
- Learning Java Functional Programming
- Python快樂編程:人工智能深度學習基礎
- C語言程序設計案例教程(第2版)
- Mastering ServiceStack
- 摩登創客:與智能手機和平板電腦共舞
- Microsoft Application Virtualization Cookbook
- Learning Data Mining with R
- Flutter跨平臺開發入門與實戰
- 零基礎趣學C語言
- Instant Nancy Web Development
- C#應用程序設計教程
- Frank Kane's Taming Big Data with Apache Spark and Python
- 快樂編程:青少年思維訓練
- 趣學數據結構