EntityTranslationControllerInterface |
interface |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Interface for providing entity translation. |
translation_entity_entity_info_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_entity_info_alter(). |
EntityTranslationUITest::$entityType |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
The entity type being tested. |
EntityTranslationUITest::setupBundle |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Creates or initializes the bundle date if needed. |
translation_entity_translatable_form |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Form constructor for the confirmation of translatability switching. |
EntityTestTranslationUITest::getInfo |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php |
|
_translation_entity_get_switch_links |
function |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
Returns the localized links for the given path. |
ConfigTestTranslationUITest::getInfo |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php |
|
TranslationsStream::getDirectoryPath |
function |
drupal/core/modules/locale/lib/Drupal/locale/TranslationsStream.php |
Implements Drupal\Core\StreamWrapper\LocalStream::getDirectoryPath() |
EntityTranslationFormTest::$langcodes |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
|
install_import_translations_remaining |
function |
drupal/core/includes/install.core.inc |
Finishes importing files at end of installation. |
locale_translation_batch_status_build |
function |
drupal/core/modules/locale/locale.batch.inc |
Build a batch to get the status of remote and local translation files. |
LocaleJavascriptTranslation::$modules |
property |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php |
Modules to enable. |
TranslationTest::assertContentByXPath |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Asserts an element identified by the given XPath has the given content. |
TranslatableInterface::getTranslation |
function |
drupal/core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Gets a translation of the data. |
CommentTranslationUITest::setupBundle |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::setupBundle(). |
translation_entity_field_extra_fields |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_field_extra_fields(). |
translation_form_node_type_form_alter |
function |
drupal/core/modules/translation/translation.module |
Implements hook_form_FORM_ID_alter() for node_type_form(). |
translation_entity_element_info_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_element_info_alter(). |
EntityTranslationUITest::createEntity |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Creates the entity to be translated. |
translation_entity_translatable_batch |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Batch callback: Converts field data to or from LANGUAGE_NOT_SPECIFIED. |
EntityTestTranslationUITest::$modules |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php |
Modules to enable. |
ConfigTestTranslationUITest::$modules |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php |
Modules to enable. |
LOCALE_TRANSLATION_TIMESTAMP_THRESHOLD |
constant |
drupal/core/modules/locale/locale.compare.inc |
Threshold for timestamp comparison. |
hook_locale_translation_projects_alter |
function |
drupal/core/modules/locale/locale.api.php |
Alter the list of projects to be updated by locale's interface translation. |
PathLanguageTest::testAliasTranslation |
function |
drupal/core/modules/path/lib/Drupal/path/Tests/PathLanguageTest.php |
Test alias functionality through the admin interfaces. |
EntityTranslationController::getAccess |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getAccess(). |
CommentTranslationUITest::createEntity |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::createEntity(). |
EntityTranslationUITest::getEditValues |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Returns an edit array containing the values to be posted. |
translation_entity_translatable_switch |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Toggles translatability of the given field. |
translation_entity_prepare_translation |
function |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
Populates target values with the source values. |
StringDatabaseStorage::getTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::getTranslations(). |
StringDatabaseStorage::findTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::findTranslation(). |
locale_translation_batch_status_compare |
function |
drupal/core/modules/locale/locale.batch.inc |
Batch operation callback: Compare states and store the result. |
LocaleStringTest::createAllTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleStringTest.php |
Creates translations for source string and all languages. |
locale_translation_build_server_pattern |
function |
drupal/core/modules/locale/locale.compare.inc |
Build path to translation source, out of a server path replacement pattern. |
locale_translation_check_projects_batch |
function |
drupal/core/modules/locale/locale.compare.inc |
Gets and stores the status and timestamp of remote po files. |
locale_translation_check_projects_local |
function |
drupal/core/modules/locale/locale.compare.inc |
Check and store the status and timestamp of local po files. |
LocaleTranslationTest::testStringSearch |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php |
Tests translation search form. |
TranslationTest::testContentTranslation |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Creates, modifies, and updates a basic page with a translation. |
EntityTranslationUITest::setupLanguages |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Enables additional languages. |
EntityTranslationUITest::getTranslation |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Returns the translation object to use to retrieve the translated values. |
translation_language_switch_links_alter |
function |
drupal/core/modules/translation/translation.module |
Implements hook_language_switch_links_alter(). |
StringStorageInterface::getTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Loads multiple string translation objects. |
StringStorageInterface::findTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Loads a string translation object, fast query. |
LocaleExportTest::testExportTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php |
Test exportation of translations. |
EntityTranslation::getPropertyDefinition |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ComplexDataInterface::getPropertyDefinition(). |
locale_translation_batch_status_finished |
function |
drupal/core/modules/locale/locale.batch.inc |
Batch finished callback: Set result message. |
_locale_translation_prepare_project_list |
function |
drupal/core/modules/locale/locale.compare.inc |
Prepare module and theme data. |
TranslationTest::testLanguageSwitchLinks |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Checks that the language switch links behave properly. |