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. |
translation_admin_paths |
core/modules/translation/translation.module |
Implements hook_admin_paths(). |
translation_autoload_info |
core/modules/translation/translation.module |
Implements hook_autoload_info(). |
translation_config_info |
core/modules/translation/translation.module |
Implements hook_config_info(). |
translation_form_node_form_alter |
core/modules/translation/translation.module |
Implements hook_form_BASE_FORM_ID_alter() for node_form(). |
translation_form_node_type_form_alter |
core/modules/translation/translation.module |
Implements hook_form_FORM_ID_alter() for node_type_form(). |
translation_language_switch_links_alter |
core/modules/translation/translation.module |
Implements hook_language_switch_links_alter(). |
translation_menu |
core/modules/translation/translation.module |
Implements hook_menu(). |
translation_node_get_translations |
core/modules/translation/translation.module |
Gets all nodes in a given translation set. |
translation_node_insert |
core/modules/translation/translation.module |
Implements hook_node_insert(). |
translation_node_overview |
core/modules/translation/translation.pages.inc |
Page callback: Displays a list of a node's translations. |
translation_node_predelete |
core/modules/translation/translation.module |
Implements hook_node_predelete(). |
translation_node_prepare |
core/modules/translation/translation.module |
Implements hook_node_prepare(). |
translation_node_type_load |
core/modules/translation/translation.module |
Implements hook_node_type_load(). |
translation_node_update |
core/modules/translation/translation.module |
Implements hook_node_update(). |
translation_node_validate |
core/modules/translation/translation.module |
Implements hook_node_validate(). |
translation_node_view |
core/modules/translation/translation.module |
Implements hook_node_view(). |
translation_path_get_translations |
core/modules/translation/translation.module |
Returns the paths of all translations of a node, based on its Backdrop path. |
translation_permission |
core/modules/translation/translation.module |
Implements hook_permission(). |
translation_remove_from_set |
core/modules/translation/translation.module |
Removes a node from its translation set and updates accordingly. |
translation_supported_type |
core/modules/translation/translation.module |
Returns whether the given content type has support for translations. |
translation_test_node_insert |
core/modules/translation/tests/translation_test/translation_test.module |
Implements hook_node_insert(). |
translation_update_1000 |
core/modules/translation/translation.install |
Convert translation settings to config. |
translation_update_1001 |
core/modules/translation/translation.install |
Fix Views which still have the Drupal 7 version of the language field and
filter. Change from "language" to "langcode". |
translation_update_1002 |
core/modules/translation/translation.install |
Add "Show content translation links" setting to each content type. |
translation_update_dependencies |
core/modules/translation/translation.install |
Implements hook_update_dependencies(). |
translation_views_api |
core/modules/translation/translation.module |
Implements hook_views_api(). |
translation_views_data_alter |
core/modules/translation/views/translation.views.inc |
Implements hook_views_data_alter(). |
TransliterationTest::testMachineNameTransliteration |
core/modules/simpletest/tests/transliteration.test |
Tests machine name transliteration provided by System module. |
TransliterationTest::testTransliteration |
core/modules/simpletest/tests/transliteration.test |
Tests transliteration API. |
transliteration_clean_filename |
core/includes/transliteration.inc |
Transliterates and sanitizes a file name. |
transliteration_get |
core/includes/transliteration.inc |
Transliterates text. |