Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.5.2.12 (checked in on 2008/01/17 at 10:46:16 by greggles)
| Name | Description |
|---|---|
| theme_token_help | For a given context, builds a formatted list of tokens and descriptions of their replacement values. |
| token_get_list | A helper function that retrieves all currently exposed tokens, and merges them recursively. This is only necessary when building the token listing -- during actual value replacement, only tokens in a particular domain are requested and a normal... |
| token_get_values | Return a list of valid substitution tokens and their values for the specified type. |
| token_include | General function to include the files that token relies on for the real work. |
| token_prepare_tokens | A helper function that transforms all the elements of an array. Used to change the delimiter style from brackets to percent symbols etc. |
| token_replace | Return the value of $original, with all instances of placeholder tokens replaced by their proper values. To replace mutliple types at once see token_replace_multiple(). |
| token_replace_multiple | Return the value of $original, with all instances of placeholder tokens replaced by their proper values. Contrary to token_replace(), this function supports replacing mutiple types. |
| token_token_list | Sample implementation of hook_token_list(). Documents the individual tokens handled by your module. |
| token_token_values | Sample implementation of hook_token_values(). |
| _token_get_id | |
| _token_replace_tokens |