You are here

README.txt in Token 5

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
Description
===========
Token module provides a centralized API for text substitution. Unless
you're installing another Drupal module that requires it, this software
is probably unnecessary.

Benefits
========
If you're a Drupal developer, check out API.txt for detailed instructions
on using the Token API. It allows every module to announce the placeholder
tokens they can handle, uses simple caching to prevent duplicated work in
a given page-view, and is pretty lightweight. It's nice. You'll like it.

File

README.txt
View source
  1. Description
  2. ===========
  3. Token module provides a centralized API for text substitution. Unless
  4. you're installing another Drupal module that requires it, this software
  5. is probably unnecessary.
  6. Benefits
  7. ========
  8. If you're a Drupal developer, check out API.txt for detailed instructions
  9. on using the Token API. It allows every module to announce the placeholder
  10. tokens they can handle, uses simple caching to prevent duplicated work in
  11. a given page-view, and is pretty lightweight. It's nice. You'll like it.