Search for translatable
- Search 7.x for translatable
- Search 9.5.x for translatable
- Search 8.9.x for translatable
- Search 11.x for translatable
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
TranslatableRevisionableInterface | interface | core/ |
Provides methods for an entity to support revision translation. |
TranslatableRevisionableInterface.php | file | core/ |
|
TranslatableRevisionableInterface::isDefaultTranslationAffectedOnly | function | core/ |
Checks if untranslatable fields should affect only the default translation. |
TranslatableRevisionableInterface::isLatestTranslationAffectedRevision | function | core/ |
Checks whether this is the latest revision affecting this translation. |
TranslatableRevisionableInterface::isRevisionTranslationAffected | function | core/ |
Checks whether the current translation is affected by the current revision. |
TranslatableRevisionableInterface::isRevisionTranslationAffectedEnforced | function | core/ |
Checks if the revision translation affected flag value has been enforced. |
TranslatableRevisionableInterface::setRevisionTranslationAffected | function | core/ |
Marks the current revision translation as affected. |
TranslatableRevisionableInterface::setRevisionTranslationAffectedEnforced | function | core/ |
Enforces the revision translation affected flag value. |
TranslatableRevisionableStorageInterface | interface | core/ |
A storage that supports translatable and revisionable entity types. |
TranslatableRevisionableStorageInterface.php | file | core/ |
|
TranslatableRevisionableStorageInterface::createRevision | function | core/ |
Creates a new revision starting off from the specified entity object. |
TranslatableRevisionableStorageInterface::getLatestTranslationAffectedRevisionId | function | core/ |
Returns the latest revision affecting the specified translation. |
TranslatableStorageInterface | interface | core/ |
A storage that supports translatable entity types. |
TranslatableStorageInterface.php | file | core/ |
|
TranslatableStorageInterface::createTranslation | function | core/ |
Constructs a new entity translation object, without permanently saving it. |
TranslationTest::testTranslatableFieldSaveLoad | function | core/ |
Tests translatable fields storage/retrieval. |
ViewNonTranslatableEntityTest | class | core/ |
Tests the view creation of non-translatable entities. |
ViewNonTranslatableEntityTest.php | file | core/ |
|
ViewNonTranslatableEntityTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ViewNonTranslatableEntityTest::$modules | property | core/ |
Modules to install. |
ViewNonTranslatableEntityTest::testViewNoTranslatableEntity | function | core/ |
Tests displaying a view of non-translatable entities. |
ViewsModerationStateFilterTest::testNonTranslatableEntityType | function | core/ |
Tests the moderation filter with a non-translatable entity type. |
YamlDirectoryDiscoveryTest::testGetDefinitionsWithTranslatableDefinitions | function | core/ |
@covers ::getDefinitions |
YamlDiscovery::$translatableProperties | property | core/ |
Contains an array of translatable properties passed along to t(). |
YamlDiscovery::addTranslatableProperty | function | core/ |
Set one of the YAML values as being translatable. |
YamlDiscoveryTest::testGetDefinitionsWithTranslatableDefinitions | function | core/ |
@covers ::getDefinitions |
Pagination
- Previous page
- Page 5
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.