You are here

Functions in Custom Tokens 7.2

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 Delete token form submit callback.
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_features_api ./token_custom.module Implements hook_features_api().
token_custom_features_config_get_machinename ./token_custom.features.inc Get machine name specific data. 2
token_custom_features_config_get_tokens ./token_custom.features.inc Get machine name of all custom tokens. 1
token_custom_features_export ./token_custom.features.inc Implements hook_features_export().
token_custom_features_export_options ./token_custom.features.inc Implements hook_features_export_options().
token_custom_features_export_render ./token_custom.features.inc Implements hook_features_export_render().
token_custom_features_rebuild ./token_custom.features.inc Implements hook_features_rebuild(). 1
token_custom_features_revert ./token_custom.features.inc Implements hook_features_revert().
token_custom_help ./token_custom.module Implements of hook_help().
token_custom_install ./token_custom.install Implements of hook_install().
token_custom_list_page ./token_custom.admin.inc Callback for the token_custom token list page. 1
token_custom_load ./token_custom.module Loads an individual token from the database. 1 1
token_custom_load_multiple ./token_custom.module Loads an array of tokens from the database. 5
token_custom_menu ./token_custom.module Implements of hook_menu().
token_custom_permission ./token_custom.module Implements of hook_permission().
token_custom_save ./token_custom.module Saves a token to the database. 2
token_custom_schema ./token_custom.install Implements of hook_schema(). 2
token_custom_tokens ./token_custom.module Implements hook_tokens().
token_custom_token_info ./token_custom.module Implements hook_token_info().
token_custom_token_render ./token_custom.module Evaluates a string using the given token. 1
token_custom_type_delete ./token_custom.module Delete token type. 1
token_custom_type_delete_confirm_form ./token_custom.admin.inc Confirm custom token type's delete action. 1
token_custom_type_delete_confirm_form_submit ./token_custom.admin.inc Delete token type form submit callback.
token_custom_type_edit_form ./token_custom.admin.inc The add/edit token type form 1
token_custom_type_edit_form_submit ./token_custom.admin.inc Submit callback for token_custom_type_edit_form.
token_custom_type_forms_access ./token_custom.module Access callback for the delete token type form. 1
token_custom_type_list_page ./token_custom.admin.inc Callback for the token_custom admin list page. 1
token_custom_type_load ./token_custom.module Load a single custom type. 1
token_custom_type_load_multiple ./token_custom.module Load all custom types. 5
token_custom_type_save ./token_custom.module Save a custom type. 1
token_custom_uninstall ./token_custom.install Implements hook_uninstall().
token_custom_update_7001 ./token_custom.install Updates Custom Tokens to use a text-format-enabled version of textarea.
token_custom_update_7002 ./token_custom.install Updates Custom Tokens name and type fields to allow storing 128 characters if update 7000 hasn't done it before. Rebuild menus to activate the new admin pages.

Other projects