| ContentTranslationHandlerTest.php |
file |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
|
| ContentTranslationHandlerTest::$entityTypeBundleInfo |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
The entity type bundle information. |
| ContentTranslationHandlerTest::$entityTypeId |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
The ID of the entity type used in this test. |
| ContentTranslationHandlerTest::$entityTypeManager |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
The entity type manager. |
| ContentTranslationHandlerTest::$messenger |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
The messenger. |
| ContentTranslationHandlerTest::$modules |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
Modules to install. |
| ContentTranslationHandlerTest::$state |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
The state service. |
| ContentTranslationHandlerTest::$translationLangcode |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
The ID of the translation language used in this test. |
| ContentTranslationHandlerTest::providerTestEntityFormSharedElements |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
Returns test cases for ::testEntityFormSharedElements(). |
| ContentTranslationHandlerTest::setUp |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
|
| ContentTranslationHandlerTest::testEntityFormSharedElements |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
Tests ContentTranslationHandler::entityFormSharedElements() |
| ContentTranslationLanguageChangeTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php |
Tests the content translation language that is set. |
| ContentTranslationLanguageChangeTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php |
|
| ContentTranslationLanguageChangeTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php |
The theme to install as the default for testing. |
| ContentTranslationLanguageChangeTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php |
Modules to install. |
| ContentTranslationLanguageChangeTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php |
|
| ContentTranslationLanguageChangeTest::testLanguageChange |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php |
Tests that the source language is properly set when changing. |
| ContentTranslationLanguageChangeTest::testLanguageSwitchLinks |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php |
Tests language switch links while translating content. |
| ContentTranslationLanguageChangeTest::testTitleDoesNotChangesOnChangingLanguageWidgetAndTriggeringAjaxCall |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLanguageChangeTest.php |
Tests that title does not change on ajax call with new language value. |
| ContentTranslationLinkTagTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
Tests whether canonical link tags are present for content entities. |
| ContentTranslationLinkTagTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
|
| ContentTranslationLinkTagTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
The theme to install as the default for testing. |
| ContentTranslationLinkTagTest::$langcodes |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
The added languages. |
| ContentTranslationLinkTagTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
Modules to install. |
| ContentTranslationLinkTagTest::createTranslatableEntity |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
Create a test entity with translations. |
| ContentTranslationLinkTagTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
|
| ContentTranslationLinkTagTest::testCanonicalAlternateTags |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
Tests alternate link tag found for entity types with canonical links. |
| ContentTranslationLinkTagTest::testCanonicalAlternateTagsMissing |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
Tests alternate link tag missing for entity types without canonical links. |
| ContentTranslationLocalTasksTest |
class |
core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php |
Tests content translation local tasks. |
| ContentTranslationLocalTasksTest.php |
file |
core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php |
|
| ContentTranslationLocalTasksTest::providerTestBlockAdminDisplay |
function |
core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php |
Provides a list of routes to test. |
| ContentTranslationLocalTasksTest::setUp |
function |
core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php |
|
| ContentTranslationLocalTasksTest::testBlockAdminDisplay |
function |
core/modules/content_translation/tests/src/Unit/Menu/ContentTranslationLocalTasksTest.php |
Tests the block admin display local tasks. |
| ContentTranslationManageAccessCheckTest |
class |
core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php |
Tests for content translation manage check. |
| ContentTranslationManageAccessCheckTest.php |
file |
core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php |
|
| ContentTranslationManageAccessCheckTest::$cacheContextsManager |
property |
core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php |
The cache contexts manager. |
| ContentTranslationManageAccessCheckTest::setUp |
function |
core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php |
|
| ContentTranslationManageAccessCheckTest::testCreateAccess |
function |
core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php |
Tests the create access method. |
| ContentTranslationMetadataFieldsTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
Tests the Content Translation metadata fields handling. |
| ContentTranslationMetadataFieldsTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
| ContentTranslationMetadataFieldsTest::$bundle |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
The bundle being tested. |
| ContentTranslationMetadataFieldsTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
The theme to install as the default for testing. |
| ContentTranslationMetadataFieldsTest::$entityTypeId |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
The entity type being tested. |
| ContentTranslationMetadataFieldsTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
Modules to install. |
| ContentTranslationMetadataFieldsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
|
| ContentTranslationMetadataFieldsTest::setupBundle |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
Creates or initializes the bundle date if needed. |
| ContentTranslationMetadataFieldsTest::testSetTranslatable |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
Tests setting translatable metadata fields. |
| ContentTranslationMetadataFieldsTest::testSkipUntranslatable |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
Tests skipping setting non translatable metadata fields. |
| ContentTranslationModuleInstallTest |
class |
core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php |
Tests content translation for modules that provide translatable bundles. |
| ContentTranslationModuleInstallTest.php |
file |
core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php |
|