Search for trans
- Search 7.x for trans
- Search 8.9.x for trans
- Search 10.3.x for trans
- Search 11.x for trans
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContentTranslationManageAccessCheckTest::testCreateAccess | function | core/ |
Tests the create access method. |
ContentTranslationManager | class | core/ |
Provides common functionality for content translation. |
ContentTranslationManager.php | file | core/ |
|
ContentTranslationManager::$entityTypeBundleInfo | property | core/ |
The entity type bundle info provider. |
ContentTranslationManager::$entityTypeManager | property | core/ |
The entity type manager. |
ContentTranslationManager::getBundleTranslationSettings | function | core/ |
Returns translation settings for the specified bundle. |
ContentTranslationManager::getSupportedEntityTypes | function | core/ |
Gets the entity types that support content translation. |
ContentTranslationManager::getTranslationHandler | function | core/ |
Returns an instance of the Content translation handler. |
ContentTranslationManager::getTranslationMetadata | function | core/ |
Returns an instance of the Content translation metadata. |
ContentTranslationManager::isEnabled | function | core/ |
Determines whether the given entity type is translatable. |
ContentTranslationManager::isPendingRevisionSupportEnabled | function | core/ |
Checks whether support for pending revisions should be enabled. |
ContentTranslationManager::isSupported | function | core/ |
Checks whether an entity type supports translation. |
ContentTranslationManager::loadContentLanguageSettings | function | core/ |
Loads a content language config entity based on the entity type and bundle. |
ContentTranslationManager::setBundleTranslationSettings | function | core/ |
Sets translation settings for the specified bundle. |
ContentTranslationManager::setEnabled | function | core/ |
Sets the value for translatability of the given entity type bundle. |
ContentTranslationManager::__construct | function | core/ |
Constructs a ContentTranslationManageAccessCheck object. |
ContentTranslationManagerInterface | interface | core/ |
Provides an interface for common functionality for content translation. |
ContentTranslationManagerInterface.php | file | core/ |
|
ContentTranslationManagerInterface::getSupportedEntityTypes | function | core/ |
Gets the entity types that support content translation. |
ContentTranslationManagerInterface::getTranslationHandler | function | core/ |
Returns an instance of the Content translation handler. |
ContentTranslationManagerInterface::getTranslationMetadata | function | core/ |
Returns an instance of the Content translation metadata. |
ContentTranslationManagerInterface::isEnabled | function | core/ |
Determines whether the given entity type is translatable. |
ContentTranslationManagerInterface::isSupported | function | core/ |
Checks whether an entity type supports translation. |
ContentTranslationManagerInterface::setEnabled | function | core/ |
Sets the value for translatability of the given entity type bundle. |
ContentTranslationMetadataFieldsTest | class | core/ |
Tests the Content Translation metadata fields handling. |
ContentTranslationMetadataFieldsTest.php | file | core/ |
|
ContentTranslationMetadataFieldsTest::$bundle | property | core/ |
The bundle being tested. |
ContentTranslationMetadataFieldsTest::$entityTypeId | property | core/ |
The entity type being tested. |
ContentTranslationMetadataFieldsTest::$modules | property | core/ |
Modules to install. |
ContentTranslationMetadataFieldsTest::$profile | property | core/ |
The profile to install as a basis for testing. |
ContentTranslationMetadataFieldsTest::testSetTranslatable | function | core/ |
Tests setting translatable metadata fields. |
ContentTranslationMetadataFieldsTest::testSkipUntranslatable | function | core/ |
Tests skipping setting non translatable metadata fields. |
ContentTranslationMetadataWrapper | class | core/ |
Base class for content translation metadata wrappers. |
ContentTranslationMetadataWrapper.php | file | core/ |
|
ContentTranslationMetadataWrapper::$handler | property | core/ |
The content translation handler. |
ContentTranslationMetadataWrapper::$translation | property | core/ |
The wrapped entity translation. |
ContentTranslationMetadataWrapper::getAuthor | function | core/ |
Returns the translation author. |
ContentTranslationMetadataWrapper::getChangedTime | function | core/ |
Returns the timestamp of the last entity change from current translation. |
ContentTranslationMetadataWrapper::getCreatedTime | function | core/ |
Returns the translation creation timestamp. |
ContentTranslationMetadataWrapper::getSource | function | core/ |
Retrieves the source language for this translation. |
ContentTranslationMetadataWrapper::isOutdated | function | core/ |
Returns the translation outdated status. |
ContentTranslationMetadataWrapper::isPublished | function | core/ |
Returns the translation published status. |
ContentTranslationMetadataWrapper::setAuthor | function | core/ |
Sets the translation author. |
ContentTranslationMetadataWrapper::setChangedTime | function | core/ |
Sets the translation modification timestamp. |
ContentTranslationMetadataWrapper::setCreatedTime | function | core/ |
Sets the translation creation timestamp. |
ContentTranslationMetadataWrapper::setFieldOnlyIfTranslatable | function | core/ |
Updates a field value, only if the field is translatable. |
ContentTranslationMetadataWrapper::setOutdated | function | core/ |
Sets the translation outdated status. |
ContentTranslationMetadataWrapper::setPublished | function | core/ |
Sets the translation published status. |
ContentTranslationMetadataWrapper::setSource | function | core/ |
Sets the source language for this translation. |
ContentTranslationMetadataWrapper::__construct | function | core/ |
Initializes an instance of the content translation metadata handler. |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.