This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/sites/all/modules/token
2017-08-02 01:03:03 +02:00
..
API.txt New module 'Token' 2017-07-26 13:41:35 +02:00
arrow-down.png New module 'Token' 2017-07-26 13:41:35 +02:00
arrow-right.png New module 'Token' 2017-07-26 13:41:35 +02:00
jquery.treeTable.css New module 'Token' 2017-07-26 13:41:35 +02:00
jquery.treeTable.js New module 'Token' 2017-07-26 13:41:35 +02:00
LICENSE.txt New module 'Token' 2017-07-26 13:41:35 +02:00
README.txt New module 'Token' 2017-07-26 13:41:35 +02:00
token.api.php New module 'Token' 2017-07-26 13:41:35 +02:00
token.css New module 'Token' 2017-07-26 13:41:35 +02:00
token.info Separated documentation and revised modules info 2017-08-02 01:03:03 +02:00
token.install New module 'Token' 2017-07-26 13:41:35 +02:00
token.js New module 'Token' 2017-07-26 13:41:35 +02:00
token.module New module 'Token' 2017-07-26 13:41:35 +02:00
token.pages.inc New module 'Token' 2017-07-26 13:41:35 +02:00
token.rules.inc New module 'Token' 2017-07-26 13:41:35 +02:00
token.test New module 'Token' 2017-07-26 13:41:35 +02:00
token_actions.info Separated documentation and revised modules info 2017-08-02 01:03:03 +02:00
token_actions.module New module 'Token' 2017-07-26 13:41:35 +02:00
token_actions.test New module 'Token' 2017-07-26 13:41:35 +02:00
token_comment.inc New module 'Token' 2017-07-26 13:41:35 +02:00
token_node.inc New module 'Token' 2017-07-26 13:41:35 +02:00
token_taxonomy.inc New module 'Token' 2017-07-26 13:41:35 +02:00
token_user.inc New module 'Token' 2017-07-26 13:41:35 +02:00
tokenSTARTER.info Separated documentation and revised modules info 2017-08-02 01:03:03 +02:00
tokenSTARTER.module New module 'Token' 2017-07-26 13:41:35 +02:00

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.

For more information on tokens see http://groups.drupal.org/tokens

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.

tokenSTARTER
============
Want to add your own custom tokens to a site? Not sure how to write a 
module? Worry no more, it's now quite easy.

1. Copy and rename the tokenSTARTER.info and tokenSTARTER.module replacing
   every instance of STARTER with a descriptive, appropriate word.

2. Edit the .module file and change hook_token_list and hook_token_values
   to provide whatever additional tokens or logic your site needs.

3. Enable the module and enjoy!

You should also want to read the API.txt.