ContentTranslationEntityBundleInfoTest::testFieldSynchronizationWithDisabledBundle |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests that field synchronization is skipped for disabled bundles. |
ContentTranslationEntityBundleInfoTest::testHookInvocationOrder |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests that modules can know whether bundles are translatable. |
ContentTranslationEntityBundleUITest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
Tests the content translation behaviors on entity bundle UI. |
ContentTranslationEntityBundleUITest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
|
ContentTranslationEntityBundleUITest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
The theme to install as the default for testing. |
ContentTranslationEntityBundleUITest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
Modules to install. |
ContentTranslationEntityBundleUITest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
|
ContentTranslationEntityBundleUITest::testContentTypeUI |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationEntityBundleUITest.php |
Tests content types default translation behavior. |
ContentTranslationFieldSyncRevisionTest |
class |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Tests the field synchronization logic when revisions are involved. |
ContentTranslationFieldSyncRevisionTest.php |
file |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
|
ContentTranslationFieldSyncRevisionTest::$contentTranslationManager |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
The content translation manager. |
ContentTranslationFieldSyncRevisionTest::$fieldName |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
The synchronized field name. |
ContentTranslationFieldSyncRevisionTest::$modules |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Modules to install. |
ContentTranslationFieldSyncRevisionTest::$storage |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
The test entity storage. |
ContentTranslationFieldSyncRevisionTest::assertLatestRevisionFieldValues |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Asserts that the latest revision has the expected field values. |
ContentTranslationFieldSyncRevisionTest::assertViolations |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Asserts that the expected violations were found. |
ContentTranslationFieldSyncRevisionTest::createRevision |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Creates a new revision starting from the latest translation-affecting one. |
ContentTranslationFieldSyncRevisionTest::saveNewEntity |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
|
ContentTranslationFieldSyncRevisionTest::setUntranslatableFieldWidgetsDisplay |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Sets untranslatable field widgets' display status. |
ContentTranslationFieldSyncRevisionTest::setUp |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
|
ContentTranslationFieldSyncRevisionTest::testChangeDefaultLanguageNonTranslatableFieldsHidden |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Tests changing the default language of an entity. |
ContentTranslationFieldSyncRevisionTest::testFieldSynchronizationAndValidation |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Checks that field synchronization works as expected with revisions. |
ContentTranslationFieldSyncRevisionTest::testFileFieldSynchronization |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
Checks that file field synchronization works as expected. |
ContentTranslationHandlerTest |
class |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
Tests the content translation handler. |
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::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. |