ContentTranslationManageAccessCheckTest::testCreateAccess |
function |
core/modules/content_translation/tests/src/Unit/Access/ContentTranslationManageAccessCheckTest.php |
Tests the create access method. |
ContentTranslationManager |
class |
core/modules/content_translation/src/ContentTranslationManager.php |
Provides common functionality for content translation. |
ContentTranslationManager.php |
file |
core/modules/content_translation/src/ContentTranslationManager.php |
|
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::getBundleTranslationSettings |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
|
ContentTranslationManager::getSupportedEntityTypes |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
|
ContentTranslationManager::getTranslationHandler |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
|
ContentTranslationManager::getTranslationMetadata |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
|
ContentTranslationManager::isEnabled |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
|
ContentTranslationManager::isPendingRevisionSupportEnabled |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
Checks whether support for pending revisions should be enabled. |
ContentTranslationManager::isSupported |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
|
ContentTranslationManager::loadContentLanguageSettings |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
Loads a content language config entity based on the entity type and bundle. |
ContentTranslationManager::setBundleTranslationSettings |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
|
ContentTranslationManager::setEnabled |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
|
ContentTranslationManager::__construct |
function |
core/modules/content_translation/src/ContentTranslationManager.php |
Constructs a ContentTranslationManageAccessCheck object. |
ContentTranslationManagerInterface |
interface |
core/modules/content_translation/src/ContentTranslationManagerInterface.php |
Provides an interface for common functionality for content translation. |
ContentTranslationManagerInterface.php |
file |
core/modules/content_translation/src/ContentTranslationManagerInterface.php |
|
ContentTranslationManagerInterface::getSupportedEntityTypes |
function |
core/modules/content_translation/src/ContentTranslationManagerInterface.php |
Gets the entity types that support content translation. |
ContentTranslationManagerInterface::getTranslationHandler |
function |
core/modules/content_translation/src/ContentTranslationManagerInterface.php |
Returns an instance of the Content translation handler. |
ContentTranslationManagerInterface::getTranslationMetadata |
function |
core/modules/content_translation/src/ContentTranslationManagerInterface.php |
Returns an instance of the Content translation metadata. |
ContentTranslationManagerInterface::isEnabled |
function |
core/modules/content_translation/src/ContentTranslationManagerInterface.php |
Determines whether the given entity type is translatable. |
ContentTranslationManagerInterface::isSupported |
function |
core/modules/content_translation/src/ContentTranslationManagerInterface.php |
Checks whether an entity type supports translation. |
ContentTranslationManagerInterface::setEnabled |
function |
core/modules/content_translation/src/ContentTranslationManagerInterface.php |
Sets the value for translatability of the given entity type bundle. |
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::$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::$profile |
property |
core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php |
The profile to install as a basis for testing. |
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. |
ContentTranslationMetadataWrapper |
class |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
Base class for content translation metadata wrappers. |
ContentTranslationMetadataWrapper.php |
file |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::$handler |
property |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
The content translation handler. |
ContentTranslationMetadataWrapper::$translation |
property |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
The wrapped entity translation. |
ContentTranslationMetadataWrapper::getAuthor |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::getChangedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::getCreatedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::getSource |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::isOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::isPublished |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setAuthor |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setChangedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setCreatedTime |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setFieldOnlyIfTranslatable |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
Updates a field value, only if the field is translatable. |
ContentTranslationMetadataWrapper::setOutdated |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setPublished |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::setSource |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
|
ContentTranslationMetadataWrapper::__construct |
function |
core/modules/content_translation/src/ContentTranslationMetadataWrapper.php |
Initializes an instance of the content translation metadata handler. |