constant TOKEN_PREFIX in Token 6
Same name and namespace in other branches
- 5 token.module \TOKEN_PREFIX
The default token prefix string.
7 uses of TOKEN_PREFIX
- TokenUnitTestCase::testClearOption in ./
token.test - Test the $options['clear'] parameter for token_replace().
- TokenUnitTestCase::testTokenScan in ./
token.test - Test the token_scan() function.
- token_rules_input_evaluator_apply in ./
token.rules.inc - Apply the input evaluator.
- token_rules_input_evaluator_help in ./
token.rules.inc - Some token replacement help for the condition/action edit form.
- token_rules_input_evaluator_prepare in ./
token.rules.inc - Prepares the evalution.
File
- ./
token.module, line 17 - The Token API module.
Code
define('TOKEN_PREFIX', '[');