EntityTranslationController::$entityType |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
The type of the entity being translated. |
EntityTranslationController::$entityInfo |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
The entity info of the entity being translated. |
EntityTranslationController::__construct |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Initializes an instance of the entity translation controller. |
EntityTranslationController::retranslate |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::retranslate(). |
EntityTranslationController::getBasePath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getBasePath(). |
EntityTranslationController::getEditPath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getEditPath(). |
EntityTranslationController::getViewPath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getViewPath(). |
TranslationTest::testFieldInvokeMultiple |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Test the multilanguage logic of _field_invoke_multiple(). |
translation_entity_load_translation_data |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Loads translation data into the given entities. |
EntityTranslationUITest::setupTranslator |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Creates and activates a translator user. |
EntityTranslationUITest::setupTestFields |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Creates the test fields. |
TermTranslationUITest::testTranslationUI |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::testTranslationUI(). |
translation_entity_delete_confirm_submit |
function |
drupal/core/modules/translation_entity/translation_entity.pages.inc |
Form submission handler for translation_entity_delete_confirm(). |
EntityTranslationControllerInterface.php |
file |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Definition of Drupal\translation_entity\EntityTranslationControllerInterface. |
StringDatabaseStorage::countTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::countTranslations(). |
StringDatabaseStorage::createTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::createTranslation(). |
EntityTranslation::getPropertyDefinitions |
function |
drupal/core/lib/Drupal/Core/Entity/Field/Type/EntityTranslation.php |
Implements ComplexDataInterface::getPropertyDefinitions(). |
LocaleFileImportStatus::checkTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleFileImportStatus.php |
Get translations for an array of strings. |
TranslationTest::testFieldDisplayLanguage |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Tests display language logic for translatable fields. |
UserTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
CommentTranslationUITest::setupTestFields |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::setupTestFields(). |
TermTranslationController::entityFormSave |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermTranslationController.php |
Form submission handler for TermTranslationController::entityFormAlter(). |
TermTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Tests/TermTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
NodeTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
NodeTranslationUITest::testDisabledBundle |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeTranslationUITest.php |
Test that no metadata is stored for a disabled bundle. |
StringStorageInterface::countTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Counts translations. |
StringStorageInterface::createTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Creates a string translation object bound to this storage but not saved. |
locale_translate_delete_translation_files |
function |
drupal/core/modules/locale/locale.bulk.inc |
Deletes all interface translation files depending on the langcode. |
LOCALE_TRANSLATION_DEFAULT_SERVER_PATTERN |
constant |
drupal/core/modules/locale/locale.module |
Default location of gettext file on the translation server. |
StringDatabaseStorage::deleteTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringDatabaseStorage.php |
Implements Drupal\locale\StringStorageInterface::deleteLanguage(). |
TranslationTest::assertLanguageSwitchLinks |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Tests whether the specified language switch links are found. |
NodeTranslationController::entityFormAlter |
function |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Overrides EntityTranslationController::entityFormAlter(). |
NodeTranslationController::entityFormTitle |
function |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Overrides EntityTranslationController::entityFormTitle(). |
TranslationTest::checkTranslationRevisions |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationTest.php |
Check if the field translation attached to the entity revision identified
by the passed arguments were correctly stored. |
TermTranslationController::entityFormAlter |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermTranslationController.php |
Overrides EntityTranslationController::entityFormAlter(). |
EntityTranslationUITest::enableTranslation |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Enables translation for the current entity type and bundle. |
EntityTranslationUITest::testTranslationUI |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Tests the basic translation UI. |
translation_entity_translatable_batch_done |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Batch finished callback: Checks the exit status of the batch operation. |
StringStorageInterface::deleteTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php |
Deletes translations using conditions. |
LocaleCompareTest::setTranslationsDirectory |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php |
Set the value of the default translations directory. |
locale_translation_batch_status_fetch_local |
function |
drupal/core/modules/locale/locale.batch.inc |
Batch operation callback: Check the availability of local po files. |
LocaleTranslationTest::testStringValidation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php |
Tests the validation of the translation input. |
hook_field_attach_prepare_translation_alter |
function |
drupal/core/modules/field/field.api.php |
Perform alterations on field_attach_prepare_translation(). |
poll_field_attach_prepare_translation_alter |
function |
drupal/core/modules/poll/poll.module |
Implements hook_field_attach_prepare_translation_alter(). |
EntityTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Returns an array of entity field values to be tested. |
translation_entity_translatable_form_submit |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Form submission handler for translation_entity_translatable_form(). |
TextTranslationTest::testTextFieldFormatted |
function |
drupal/core/modules/field/modules/text/lib/Drupal/text/Tests/TextTranslationTest.php |
Check that user that does not have access the field format cannot see the
source value when creating a translation. |
locale_translation_batch_status_fetch_remote |
function |
drupal/core/modules/locale/locale.batch.inc |
Batch operation callback: Check the availability of a remote po file. |
LocaleJavascriptTranslation::testFileParsing |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleJavascriptTranslation.php |
|
LocaleTranslationTest::testStringTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php |
Adds a language and tests string translation by users with the appropriate permissions. |