constant TOKEN_MAX_DEPTH in Token 7
The maximum depth for token tree recursion.
1 use of TOKEN_MAX_DEPTH
- token_build_tree in ./
token.module - Build a tree array of tokens used for themeing or information.
File
- ./
token.module, line 11 - Enhances the token API in core: adds a browseable UI, missing tokens, etc.
Code
define('TOKEN_MAX_DEPTH', 9);