| ContentTranslationMetadataWrapperInterface::getCreatedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Returns the translation creation timestamp. |
| ContentTranslationMetadataWrapperInterface::getSource |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Retrieves the source language for this translation. |
| ContentTranslationMetadataWrapperInterface::isOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Returns the translation outdated status. |
| ContentTranslationMetadataWrapperInterface::isPublished |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Returns the translation published status. |
| ContentTranslationMetadataWrapperInterface::setAuthor |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the translation author. |
| ContentTranslationMetadataWrapperInterface::setChangedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the translation modification timestamp. |
| ContentTranslationMetadataWrapperInterface::setCreatedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the translation creation timestamp. |
| ContentTranslationMetadataWrapperInterface::setOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the translation outdated status. |
| ContentTranslationMetadataWrapperInterface::setPublished |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the translation published status. |
| ContentTranslationMetadataWrapperInterface::setSource |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php |
Sets the source language for this translation. |
| 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 |
|
| ContentTranslationModuleInstallTest::$contentTranslationManager |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php |
The content translation manager. |
| ContentTranslationModuleInstallTest::$modules |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php |
Modules to install. |
| ContentTranslationModuleInstallTest::$sourceLangcode |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php |
The language code of the source language for this test. |
| ContentTranslationModuleInstallTest::$translationLangcode |
property |
core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php |
The language code of the translation language for this test. |
| ContentTranslationModuleInstallTest::setUp |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php |
|
| ContentTranslationModuleInstallTest::testFieldUpdates |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php |
Tests that content translation fields are created upon module installation. |
| ContentTranslationNewTranslationWithExistingRevisionsTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php |
Tests that new translations do not delete existing ones. |
| ContentTranslationNewTranslationWithExistingRevisionsTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php |
|
| ContentTranslationNewTranslationWithExistingRevisionsTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php |
The theme to install as the default for testing. |
| ContentTranslationNewTranslationWithExistingRevisionsTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php |
Modules to install. |
| ContentTranslationNewTranslationWithExistingRevisionsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php |
|
| ContentTranslationNewTranslationWithExistingRevisionsTest::testCreatingNewDraftDoesNotInvokeDeleteHook |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php |
Test translation delete hooks are not invoked. |
| ContentTranslationNewTranslationWithExistingRevisionsTest::testDraftTranslationIsNotDeleted |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationNewTranslationWithExistingRevisionsTest.php |
Tests a translation with a draft is not deleted. |
| ContentTranslationOperationsTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php |
Tests the content translation operations available in the content listing. |
| ContentTranslationOperationsTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php |
|
| ContentTranslationOperationsTest::$baseUser1 |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php |
A base user. |
| ContentTranslationOperationsTest::$baseUser2 |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php |
A base user. |
| ContentTranslationOperationsTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php |
The theme to install as the default for testing. |
| ContentTranslationOperationsTest::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php |
Modules to install. |
| ContentTranslationOperationsTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php |
|
| ContentTranslationOperationsTest::testContentTranslationOverviewAccess |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php |
Tests the access to the overview page for translations. |
| ContentTranslationOperationsTest::testOperationTranslateLink |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php |
Tests that the operation "Translate" is displayed in the content listing. |
| ContentTranslationOutdatedRevisionTranslationTest |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
Tests the "Flag as outdated" functionality with revision translations. |
| ContentTranslationOutdatedRevisionTranslationTest.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
|
| ContentTranslationOutdatedRevisionTranslationTest::$defaultTheme |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
The theme to install as the default for testing. |
| ContentTranslationOutdatedRevisionTranslationTest::assertFlagWidget |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
Checks whether the flag widget is displayed. |
| ContentTranslationOutdatedRevisionTranslationTest::setUp |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
|
| ContentTranslationOutdatedRevisionTranslationTest::testFlagAsOutdatedHidden |
function |
core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php |
Tests that outdated revision translations work correctly. |
| ContentTranslationOverviewAccess |
class |
core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php |
Access check for entity translation overview. |
| ContentTranslationOverviewAccess.php |
file |
core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php |
|
| ContentTranslationOverviewAccess::$entityTypeManager |
property |
core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php |
The entity type manager service. |
| ContentTranslationOverviewAccess::access |
function |
core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php |
Checks access to the translation overview for the entity and bundle. |
| ContentTranslationOverviewAccess::__construct |
function |
core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php |
Constructs a ContentTranslationOverviewAccess object. |
| ContentTranslationPendingRevisionTestBase |
class |
core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php |
Base class for pending revision translation tests. |
| ContentTranslationPendingRevisionTestBase.php |
file |
core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php |
|
| ContentTranslationPendingRevisionTestBase::$commonPermissions |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php |
Permissions common to all test accounts. |
| ContentTranslationPendingRevisionTestBase::$currentAccount |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php |
The current test account. |
| ContentTranslationPendingRevisionTestBase::$modules |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php |
Modules to install. |