You are here

constant TOKEN_CUSTOM_DEFAULT_TYPE in Custom Tokens 7.2

6 uses of TOKEN_CUSTOM_DEFAULT_TYPE
token_custom_type_delete in ./token_custom.module
Delete token type.
token_custom_type_delete_confirm_form_submit in ./token_custom.admin.inc
Delete token type form submit callback.
token_custom_type_forms_access in ./token_custom.module
Access callback for the delete token type form.
token_custom_type_list_page in ./token_custom.admin.inc
Callback for the token_custom admin list page.
token_custom_type_load_multiple in ./token_custom.module
Load all custom types.

... See full list

File

./token_custom.module, line 14
It gives the user the ability to create custom tokens using PHP code for specific replacements that can improve other modules relying on the token Drupal 7 core API.

Code

define('TOKEN_CUSTOM_DEFAULT_TYPE', 'custom');