TokenNodeTestCase::testNodeTokens |
core/modules/simpletest/tests/token.test |
|
TokenReplaceTestCase::testSystemDateTokenReplacement |
core/modules/simpletest/tests/token.test |
Tests the generation of all system date tokens. |
TokenReplaceTestCase::testSystemSiteTokenReplacement |
core/modules/simpletest/tests/token.test |
Tests the generation of all system site information tokens. |
TokenReplaceTestCase::testSystemTokenRecognition |
core/modules/simpletest/tests/token.test |
Test whether token-replacement works in various contexts. |
TokenReplaceTestCase::testTokenReplacement |
core/modules/simpletest/tests/token.test |
Creates a user and a node, then tests the tokens generated from them. |
TokenScanTest::testTokenScan |
core/modules/simpletest/tests/token.test |
Scans dummy text, then tests the output. |
TokenTaxonomyTestCase::addTerm |
core/modules/simpletest/tests/token.test |
|
TokenTaxonomyTestCase::addVocabulary |
core/modules/simpletest/tests/token.test |
|
TokenTaxonomyTestCase::setUp |
core/modules/simpletest/tests/token.test |
Sets up a Backdrop site for running functional and integration tests. |
TokenTaxonomyTestCase::testTaxonomyTokens |
core/modules/simpletest/tests/token.test |
Test the additional taxonomy term tokens. |
TokenTaxonomyTestCase::testVocabularyTokens |
core/modules/simpletest/tests/token.test |
Test the additional vocabulary tokens. |
TokenTestHelper::assertNoTokens |
core/modules/simpletest/tests/token.test |
|
TokenTestHelper::assertPageTokens |
core/modules/simpletest/tests/token.test |
Make a page request and test for token generation. |
TokenTestHelper::assertToken |
core/modules/simpletest/tests/token.test |
|
TokenTestHelper::assertTokens |
core/modules/simpletest/tests/token.test |
|
TokenTestHelper::mapTokenNames |
core/modules/simpletest/tests/token.test |
|
TokenTestHelper::saveAlias |
core/modules/simpletest/tests/token.test |
|
TokenTestHelper::saveEntityAlias |
core/modules/simpletest/tests/token.test |
|
TokenTestHelper::setUp |
core/modules/simpletest/tests/token.test |
Sets up a Backdrop site for running functional and integration tests. |
TokenUnitTestCase::testGetInvalidTokens |
core/modules/simpletest/tests/token.test |
Test token_get_invalid_tokens() and token_get_invalid_tokens_by_context(). |
TokenURLTestCase::setUp |
core/modules/simpletest/tests/token.test |
Sets up a Backdrop site for running functional and integration tests. |
TokenURLTestCase::testURLTokens |
core/modules/simpletest/tests/token.test |
|
TokenUserTestCase::setUp |
core/modules/simpletest/tests/token.test |
Sets up a Backdrop site for running functional and integration tests. |
TokenUserTestCase::testUserTokens |
core/modules/simpletest/tests/token.test |
|
token_build_tree |
core/includes/token.inc |
Build a tree array of tokens, commonly used for rendering the token browser. |
token_cache_clear |
core/includes/token.inc |
Clear token caches and static variables. |
token_clean_token_name |
core/includes/token.inc |
Prepare a string for use as a valid token name. |
token_element_validate |
core/includes/token.inc |
Validate a form element that should have tokens in it. |
token_example_entity_info_alter |
modules/examples/token_example/token_example.module |
Implements hook_entity_info_alter(). |
token_example_example_form |
modules/examples/token_example/token_example.module |
Form builder; display lists of supported token entities and text to tokenize. |
token_example_example_form_submit |
modules/examples/token_example/token_example.module |
Submit callback; store the submitted values into storage. |
token_example_menu |
modules/examples/token_example/token_example.module |
Implements hook_menu(). |
token_example_tokens |
modules/examples/token_example/token_example.tokens.inc |
Implements hook_tokens(). |
token_example_token_info |
modules/examples/token_example/token_example.tokens.inc |
Implements hook_token_info(). |
token_find_with_prefix |
core/includes/token.inc |
Returns a list of tokens that begin with a specific prefix. |
token_flatten_tree |
core/includes/token.inc |
Flatten a token tree. |
token_generate |
core/includes/token.inc |
Generates replacement values for a list of tokens. |
token_get_global_token_types |
core/includes/token.inc |
Get a list of token types that can be used without any context (global). |
token_get_info |
core/includes/token.inc |
Retrieve, sort, store token info from the cache. |
token_get_invalid_tokens |
core/includes/token.inc |
Validate an array of tokens based on their token type. |
token_get_invalid_tokens_by_context |
core/includes/token.inc |
Validate an tokens in raw text based on possible contexts. |
token_get_module |
core/includes/token.inc |
Return the module responsible for a token. |
token_get_token_problems |
core/includes/token.inc |
Retrieves the current list of all site tokens and checks for common problems. |
token_info |
core/includes/token.inc |
Returns metadata describing supported tokens. |
token_render_array |
core/includes/token.inc |
Renders a render array for display as a token. |
token_render_array_value |
core/includes/token.inc |
Renders a render array for display as a token. |
token_replace |
core/includes/token.inc |
Replaces all tokens in a given string with appropriate values. |
token_scan |
core/includes/token.inc |
Builds a list of all token-like patterns that appear in the text. |
token_test_exit |
core/modules/simpletest/tests/token_test.module |
Implements hook_exit(). |
token_type_load |
core/includes/token.inc |
Loads a token type. |