|
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. |
|
TranslationTestCase::addLanguage |
core/modules/translation/tests/translation.test |
Installs the specified language, or enables it if it is already installed. |
|
TranslationTestCase::assertContentByXPath |
core/modules/translation/tests/translation.test |
Asserts an element identified by the given XPath has the given content. |
|
TranslationTestCase::assertLanguageSwitchLinks |
core/modules/translation/tests/translation.test |
Tests whether the specified language switch links are found. |
|
TranslationTestCase::createPage |
core/modules/translation/tests/translation.test |
Creates a "Page" in the specified language. |
|
TranslationTestCase::createTranslation |
core/modules/translation/tests/translation.test |
Creates a translation for a page in the specified language. |
|
TranslationTestCase::emptyNode |
core/modules/translation/tests/translation.test |
Returns an empty node data structure. |
|
TranslationTestCase::findContentByXPath |
core/modules/translation/tests/translation.test |
Searches for elements matching the given xpath and value. |
|
TranslationTestCase::resetCaches |
core/modules/translation/tests/translation.test |
Resets static caches to make the test code match the client-side behavior. |
|
TranslationTestCase::setUp |
core/modules/translation/tests/translation.test |
Sets up a Backdrop site for running functional and integration tests. |
|
TranslationTestCase::testContentTranslation |
core/modules/translation/tests/translation.test |
Creates, modifies, and updates a page with a translation. |
|
TranslationTestCase::testLanguageSwitcherBlockIntegration |
core/modules/translation/tests/translation.test |
Tests that the language switcher block alterations work as intended. |
|
TranslationTestCase::testLanguageSwitchLinks |
core/modules/translation/tests/translation.test |
Checks that the language switch links behave properly. |