- system_tokens in core/
modules/ system/ system.tokens.inc - Implements hook_tokens().
- system_token_browser_build_level in core/
modules/ system/ system.pages.inc - Build a level of the token hierarchy.
- system_token_browser_tree_build_content in core/
modules/ system/ system.pages.inc - Helper function to generate a render array of token types.
- token_get_global_token_types in core/
includes/ token.inc - Get a list of token types that can be used without any context (global).
- token_get_invalid_tokens in core/
includes/ token.inc - Validate an array of tokens based on their token type.
- token_get_invalid_tokens_by_context in core/
includes/ token.inc - Validate an tokens in raw text based on possible contexts.
- token_get_module in core/
includes/ token.inc - Return the module responsible for a token.
- token_type_load in core/
includes/ token.inc - Loads a token type.
- _token_build_tree in core/
includes/ token.inc - Recursive helper for token_build_tree().