book_token_list |
./token_node.inc |
Implements hook_token_list() on behalf of book.module. |
|
|
book_token_values |
./token_node.inc |
Implements hook_token_values() on behalf of book.module. |
|
|
comment_token_list |
./token_comment.inc |
Implements hook_token_list() on behalf of comment.module. |
|
|
comment_token_values |
./token_comment.inc |
Implements hook_token_values() on behalf of comment.module. |
|
|
hook_token_list |
./token.api.php |
Provide metadata about available placeholder tokens and token types. |
|
|
hook_token_values |
./token.api.php |
Provide replacement values for placeholder tokens. |
|
|
hook_token_values_alter |
./token.api.php |
Alter replacement values for placeholder tokens. |
|
|
menu_token_list |
./token_node.inc |
Implements hook_token_list() on behalf of menu.module. |
|
|
menu_token_values |
./token_node.inc |
Implements hook_token_values() on behalf of menu.module. |
|
|
node_token_list |
./token_node.inc |
Implements hook_token_list() on behalf of node.module. |
|
|
node_token_values |
./token_node.inc |
Implements hook_token_values() on behalf of node.module. |
|
|
taxonomy_token_list |
./token_taxonomy.inc |
Implements hook_token_list(). |
|
|
taxonomy_token_values |
./token_taxonomy.inc |
Implements hook_token_values(). |
|
|
theme_token_help |
./token.pages.inc |
For a given context, builds a formatted list of tokens and descriptions
of their replacement values. |
|
|
theme_token_tree |
./token.pages.inc |
Provide a 'tree' display of nested tokens. |
|
|
tokenSTARTER_token_list |
./tokenSTARTER.module |
Implementation of hook_token_list(). |
|
|
tokenSTARTER_token_values |
./tokenSTARTER.module |
Implementation of hook_token_values(). |
|
|
token_actions_action_info |
./token_actions.module |
Implements hook_action_info(). |
|
|
token_actions_goto_action |
./token_actions.module |
Action callback to redirect the user to a tokenized URL. |
|
|
token_actions_goto_action_form |
./token_actions.module |
Form builder; Prepare a form for a tokenized redirect action. |
|
|
token_actions_goto_action_submit |
./token_actions.module |
Process token_actions_goto_action form submissions. |
|
|
token_actions_mail |
./token_actions.module |
Implements hook_mail(). |
|
|
token_actions_message_action |
./token_actions.module |
Action callback to send a message to the current user's screen. |
|
1 |
token_actions_message_action_form |
./token_actions.module |
Form builder; Prepare a form for a tokenized message action. |
|
|
token_actions_message_action_submit |
./token_actions.module |
Process token_actions_message_action form submissions. |
|
|
token_actions_send_email_action |
./token_actions.module |
Action callback to send a tokenized e-mail. |
|
|
token_actions_send_email_action_form |
./token_actions.module |
Form builder; Prepare a form for a tokenized e-mail action. |
|
|
token_actions_send_email_action_submit |
./token_actions.module |
Process token_actions_send_email_action form submissions. |
|
|
token_actions_send_email_action_validate |
./token_actions.module |
Validate token_actions_send_email_action form submissions. |
|
|
token_book_link_load |
./token.module |
Get a translated book menu link by its mlid, without access checking. |
|
|
token_devel_token_object |
./token.pages.inc |
Menu callback; prints the available tokens and values for an object. |
|
1 |
token_element_validate |
./token.module |
Validate a form element that should have tokens in it. |
1 |
3 |
token_element_validate_token_context |
./token.module |
Deprecated. Use token_element_validate() instead. |
|
|
token_find_duplicate_tokens |
./token.module |
Find tokens that have been declared twice by different modules. |
1 |
|
token_format_date |
./token.module |
A copy of format_date() that supports the 'N' date format character. |
1 |
|
token_get_date_token_info |
./token.module |
Build a list of common date tokens for use in hook_token_list(). |
4 |
|
token_get_date_token_values |
./token.module |
Build a list of common date tokens for use in hook_token_values(). |
4 |
|
token_get_invalid_tokens_by_context |
./token.module |
Validate an tokens in raw text based on possible contexts. |
2 |
|
token_get_list |
./token.module |
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… |
3 |
|
token_get_values |
./token.module |
Return a list of valid substitution tokens and their values for
the specified type. |
5 |
|
token_help |
./token.module |
Implements hook_help(). |
|
|
token_include |
./token.module |
General function to include the files that token relies on for the real work. |
4 |
|
token_install |
./token.install |
|
|
|
token_menu |
./token.module |
Implements hook_menu(). |
|
|
token_menu_link_get_parents_all |
./token.module |
Find all ancestors of a given menu link ID. |
3 |
|
token_menu_link_load |
./token.module |
Get a translated menu link by its mlid, without access checking. |
3 |
|
token_normalize_context |
./token_actions.module |
Normalize an action context for use with token_replace_multiple(). |
3 |
|
token_prepare_tokens |
./token.module |
A helper function to prepare raw tokens for replacement. |
2 |
|
token_replace |
./token.module |
Replace all tokens in a given string with appropriate values. |
3 |
|
token_replace_multiple |
./token.module |
Replace all tokens in a given string with appropriate values. |
5 |
|