ConfigTestTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/ConfigTestTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
EntityTranslationWorkflowsTest::assertWorkflows |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php |
Checks that workflows have the expected behaviors for the given user. |
EntityTranslationController::entityFormValidate |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Form validation handler for EntityTranslationController::entityFormAlter(). |
LocaleTranslationTest::testJavaScriptTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleTranslationTest.php |
|
comment_translation_configuration_element_submit |
function |
drupal/core/modules/comment/comment.module |
Form submission handler for node_type_form(). |
EntityTranslationTest::testEntityLanguageMethods |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Tests language related methods of the Entity class. |
_translation_entity_update_field_translatability |
function |
drupal/core/modules/translation_entity/translation_entity.admin.inc |
Stores entity translation settings. |
CustomBlockTranslationUITest::getNewEntityValues |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getNewEntityValues(). |
CustomBlockTranslationUITest::testDisabledBundle |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php |
Test that no metadata is stored for a disabled bundle. |
NodeTranslationController::entityFormEntityBuild |
function |
drupal/core/modules/node/lib/Drupal/node/NodeTranslationController.php |
Overrides EntityTranslationController::entityFormEntityBuild(). |
EntityTranslationControllerNG::removeTranslation |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerNG.php |
Overrides \Drupal\translation_entity\EntityTranslationControllerInterface::removeTranslation(). |
LocaleConfigManager::deleteComponentTranslations |
function |
drupal/core/modules/locale/lib/Drupal/locale/LocaleConfigManager.php |
Deletes configuration translations for uninstalled components. |
locale_translate_get_interface_translation_files |
function |
drupal/core/modules/locale/locale.bulk.inc |
Get interface translation files present in the translations directory. |
EntityTranslationTest::testMultilingualProperties |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Tests multilingual properties. |
EntityTranslationFormTest::testEntityFormLanguage |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationFormTest.php |
Tests entity form language. |
CustomBlockTranslationController::entityFormAlter |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTranslationController.php |
Overrides EntityTranslationController::entityFormAlter(). |
CustomBlockTranslationController::entityFormTitle |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockTranslationController.php |
Overrides EntityTranslationController::entityFormTitle(). |
EntityTranslationTestBase::getTranslatePermission |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
Returns the translate permissions for the current entity and bundle. |
EntityTranslationControllerInterface::getBasePath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Returns the base path for the current entity. |
EntityTranslationControllerInterface::getEditPath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Returns the path of the entity edit form. |
EntityTranslationControllerInterface::getViewPath |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Returns the path of the entity view page. |
EntityTranslationControllerInterface::retranslate |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Marks translations as outdated. |
EntityTranslationController::getTranslationAccess |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Implements EntityTranslationControllerInterface::getTranslationAccess(). |
LocaleConfigTranslationTest::testConfigTranslation |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleConfigTranslationTest.php |
Tests basic configuration translation. |
EntityTranslationTest::assertEntityLanguageMethods |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Executes the entity language method tests for the given entity type. |
CommentTranslationUITest::getTranslatorPermissions |
function |
drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getTranslatorPermission(). |
EntityTranslationUITest::assertTranslationDeletion |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationUITest.php |
Tests translation deletion. |
EntityTranslationSyncImageTest::testImageFieldSync |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncImageTest.php |
Tests image field field synchronization. |
EntityTranslationController::entityFormEntityBuild |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Entity builder method. |
EntityTranslationTest::assertMultilingualProperties |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityTranslationTest.php |
Executes the multilingual property tests for the given entity type. |
EntityTranslationTestBase::getTranslatorPermissions |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationTestBase.php |
Returns an array of permissions needed for the translator. |
LocaleExportTest::testExportTranslationTemplateFile |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleExportTest.php |
Test exportation of translation template file. |
EntityTranslationController::addTranslatabilityClue |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Adds a clue about the form element translatability. |
EntityTranslationController::entityFormSourceChange |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Form submission handler for EntityTranslationController::entityFormAlter(). |
EntityTranslationSyncUnitTest::$unchangedFieldValues |
property |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
The unchanged field values. |
ConfigLocaleOverrideWebTest::testSiteNameTranslation |
function |
drupal/core/modules/config/lib/Drupal/config/Tests/ConfigLocaleOverrideWebTest.php |
Tests translating the site name. |
InstallerLanguageTest::testInstallerTranslationFiles |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Installer/InstallerLanguageTest.php |
Tests that the installer can find translation files. |
EntityTranslationWorkflowsTest::getEditorPermissions |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationTestBase::getEditorPermissions(). |
UserTranslationUITest::testTranslateLinkUserAdminPage |
function |
drupal/core/modules/user/lib/Drupal/user/Tests/UserTranslationUITest.php |
Tests translate link on user admin list. |
TranslationWebTest::testFieldFormTranslationRevisions |
function |
drupal/core/modules/field/lib/Drupal/field/Tests/TranslationWebTest.php |
Tests field translations when creating a new revision. |
TranslationTest::testLanguageSwitcherBlockIntegration |
function |
drupal/core/modules/translation/lib/Drupal/translation/Tests/TranslationTest.php |
Tests that the language switcher block alterations work as intended. |
EntityTestTranslationUITest::getTranslatorPermissions |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTestTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getTranslatorPermission(). |
EntityTranslationControllerInterface::entityFormAlter |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Performs the needed alterations to the entity form. |
EntityTranslationController::entityFormSharedElements |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Process callback: determines which elements get clue in the form. |
translation_entity_form_field_ui_field_edit_form_alter |
function |
drupal/core/modules/translation_entity/translation_entity.module |
Implements hook_form_FORM_ID_alter() for 'field_ui_field_edit_form'. |
CustomBlockTranslationUITest::getTranslatorPermissions |
function |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTranslationUITest.php |
Overrides \Drupal\translation_entity\Tests\EntityTranslationUITest::getTranslatorPermission(). |
EntityTranslationWorkflowsTest::assertNoSharedElements |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationWorkflowsTest.php |
Assert that the current page does not contain shared form elements. |
EntityTranslationSyncUnitTest::testMultipleSyncedValues |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/Tests/EntityTranslationSyncUnitTest.php |
Tests that items holding the same values are correctly synchronized. |
FieldTranslationSynchronizerInterface::synchronizeItems |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/FieldTranslationSynchronizerInterface.php |
Synchronize the items of a single field. |
EntityTranslationControllerInterface::getSourceLangcode |
function |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationControllerInterface.php |
Retrieves the source language for the translation being created. |