ContentTranslationEntityBundleInfoTest::setUp |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
|
ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingInsert |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests that bundle translation settings are propagated on creation. |
ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingUpdate |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests that bundle translation setting changes are propagated. |
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::saveNewEntity |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php |
|
ContentTranslationHandler::$entityType |
property |
core/modules/content_translation/src/ContentTranslationHandler.php |
Information about the entity type. |
ContentTranslationHandler::$entityTypeId |
property |
core/modules/content_translation/src/ContentTranslationHandler.php |
The type of the entity being translated. |
ContentTranslationHandler::$entityTypeManager |
property |
core/modules/content_translation/src/ContentTranslationHandler.php |
The entity type manager. |
ContentTranslationHandler::entityFormAlter |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Performs the needed alterations to the entity form. |
ContentTranslationHandler::entityFormDelete |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Form submission handler for ContentTranslationHandler::entityFormAlter(). |
ContentTranslationHandler::entityFormDeleteTranslation |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Form submission handler for ContentTranslationHandler::entityFormAlter(). |
ContentTranslationHandler::entityFormDeleteTranslationUrl |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Form submission handler for ContentTranslationHandler::entityFormAlter(). |
ContentTranslationHandler::entityFormEntityBuild |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Entity builder method. |
ContentTranslationHandler::entityFormSharedElements |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Process callback: determines which elements get clue in the form. |
ContentTranslationHandler::entityFormSourceChange |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Form submission handler for ContentTranslationHandler::entityFormAlter(). |
ContentTranslationHandler::entityFormSubmit |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Form submission handler for ContentTranslationHandler::entityFormAlter(). |
ContentTranslationHandler::entityFormTitle |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Returns the title to be used for the entity form page. |
ContentTranslationHandler::entityFormValidate |
function |
core/modules/content_translation/src/ContentTranslationHandler.php |
Form validation handler for ContentTranslationHandler::entityFormAlter(). |
ContentTranslationHandlerInterface::entityFormAlter |
function |
core/modules/content_translation/src/ContentTranslationHandlerInterface.php |
Performs the needed alterations to the entity form. |
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::providerTestEntityFormSharedElements |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
Returns test cases for ::testEntityFormSharedElements(). |
ContentTranslationHandlerTest::testEntityFormSharedElements |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationHandlerTest.php |
Tests ContentTranslationHandler::entityFormSharedElements() |
ContentTranslationLinkTagTest::createTranslatableEntity |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php |
Create a test entity with translations. |
ContentTranslationManageAccessCheck::$entityTypeManager |
property |
core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php |
The entity type manager. |
ContentTranslationManager::$entityTypeBundleInfo |
property |
core/modules/content_translation/src/ContentTranslationManager.php |
The entity type bundle info provider. |
ContentTranslationManager::$entityTypeManager |
property |
core/modules/content_translation/src/ContentTranslationManager.php |
The entity type manager. |
ContentTranslationManager::getSupportedEntityTypes |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
|
ContentTranslationManagerInterface::getSupportedEntityTypes |
function |
core/modules/content_translation/src/ContentTranslationManagerInterface.php |
Gets the entity types that support content translation. |
ContentTranslationMetadataFieldsTest::$entityTypeId |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
The entity type being tested. |
ContentTranslationOverviewAccess::$entityTypeManager |
property |
core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php |
The entity type manager service. |
ContentTranslationPermissions::$entityTypeBundleInfo |
property |
core/modules/content_translation/src/ContentTranslationPermissions.php |
The entity bundle info. |
ContentTranslationPermissions::$entityTypeManager |
property |
core/modules/content_translation/src/ContentTranslationPermissions.php |
The entity type manager. |
ContentTranslationSynchronizedFieldsConstraintValidator::$entityTypeManager |
property |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php |
The entity type manager. |
ContentTranslationSynchronizedFieldsConstraintValidator::getOriginalEntity |
function |
core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php |
Returns the original unchanged entity to be used to detect changes. |
ContentTranslationSyncImageTest::saveEntity |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php |
Saves the passed entity and reloads it, enabling compatibility mode. |
ContentTranslationTestBase::$entityTypeId |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
The entity type being tested. |
ContentTranslationTestBase::createEntity |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php |
Creates the entity to be translated. |
ContentTranslationUITestBase::$entityId |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
The id of the entity being translated. |
ContentTranslationUITestBase::getNewEntityValues |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php |
Returns an array of entity field values to be tested. |
ContentTranslationWorkflowsTest::$entity |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
The entity used for testing. |
ContentTranslationWorkflowsTest::$entityOwner |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php |
The entity owner account to be used to test multilingual entity editing. |