You are here

Functions in Custom Tokens 7

Primary tabs

Namesort descending Location Description Direct uses Strings
token_custom_delete ./token_custom.module Delete an individual token from the database. 1
token_custom_delete_confirm_form ./token_custom.admin.inc Confirm custom token's delete action. 1
token_custom_delete_confirm_form_submit ./token_custom.admin.inc
token_custom_edit_form ./token_custom.admin.inc The add/edit token form 1
token_custom_edit_form_submit ./token_custom.admin.inc Submit handler for the custom token admin form.
token_custom_eval ./token_custom.module Evaluate a string of PHP code. (Copy from drupal_eval()) 1
token_custom_help ./token_custom.module Implementation of hook_help().
token_custom_install ./token_custom.install Implementation of hook_install().
token_custom_list_page ./token_custom.admin.inc Callback for the token_custom admin list page 1
token_custom_load ./token_custom.module Loads an individual token from the database. 1
token_custom_load_multiple ./token_custom.module Loads an array of tokens from the database. 4
token_custom_menu ./token_custom.module Implementation of hook_menu().
token_custom_permission ./token_custom.module Implementation of hook_permission().
token_custom_save ./token_custom.module Saves a token to the database. 1
token_custom_schema ./token_custom.install Implementation of hook_schema(). 1
token_custom_tokens ./token_custom.module Implements hook_tokens().
token_custom_token_info ./token_custom.module Implements hook_token_info().
token_custom_update_7000 ./token_custom.install Updates Custom Tokens name and type fields to allow storing 128 characters.

Other projects