| EntityTranslationRenderTrait::getView |
function |
core/modules/views/src/Entity/Render/EntityTranslationRenderTrait.php |
Returns the top object of a view. |
| EntityTranslationSettings |
class |
core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php |
Drupal 7 Entity Translation settings (variables) from database. |
| EntityTranslationSettings.php |
file |
core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php |
|
| EntityTranslationSettings::doCount |
function |
core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php |
Gets the source count using countQuery(). |
| EntityTranslationSettings::fields |
function |
core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php |
Returns available fields on the source. |
| EntityTranslationSettings::getIds |
function |
core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php |
Defines the source fields uniquely identifying a source row. |
| EntityTranslationSettings::initializeIterator |
function |
core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php |
Initializes the iterator with the source data. |
| EntityTranslationSettings::query |
function |
core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php |
|
| EntityTranslationSettingsTest |
class |
core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php |
Tests entity translation settings source plugin. |
| EntityTranslationSettingsTest.php |
file |
core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php |
|
| EntityTranslationSettingsTest::$modules |
property |
core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php |
Modules to install. |
| EntityTranslationSettingsTest::providerSource |
function |
core/modules/content_translation/tests/src/Kernel/Plugin/migrate/source/d7/EntityTranslationSettingsTest.php |
|
| EntityTranslationTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests entity translation functionality. |
| EntityTranslationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
|
| EntityTranslationTest::doTestEntityLanguageMethods |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Executes the entity language method tests for the given entity type. |
| EntityTranslationTest::doTestEntityTranslationAPI |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Executes the Entity Translation API tests for the given entity type. |
| EntityTranslationTest::doTestLanguageChange |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Executes the entity language change test for the given entity type. |
| EntityTranslationTest::doTestLanguageFallback |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Executes the language fallback test for the given entity type. |
| EntityTranslationTest::doTestMultilingualProperties |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Executes the multilingual property tests for the given entity type. |
| EntityTranslationTest::testDeleteEntityTranslation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests that translation statuses are correct after removing translations. |
| EntityTranslationTest::testEntityAdapter |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests how entity adapters work with translations. |
| EntityTranslationTest::testEntityLanguageMethods |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests language related methods of the Entity class. |
| EntityTranslationTest::testEntityTranslationAPI |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests the Entity Translation API behavior. |
| EntityTranslationTest::testFieldDefinitions |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Check that field translatability is handled properly. |
| EntityTranslationTest::testFieldEntityReference |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests if entity references are correct after adding a new translation. |
| EntityTranslationTest::testLanguageChange |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests that changing entity language does not break field language. |
| EntityTranslationTest::testLanguageFallback |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests language fallback applied to field and entity translations. |
| EntityTranslationTest::testMultilingualProperties |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests multilingual properties. |
| EntityTranslationTest::testTranslationObjectCache |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests the translation object cache. |
| EntityTranslationTest::testTranslationStatus |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests the getTranslationStatus method. |
| EntityType |
class |
core/lib/Drupal/Core/Entity/EntityType.php |
Provides an implementation of an entity type and its metadata. |
| EntityType |
class |
core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
Defines an Entity type annotation object. |
| EntityType.php |
file |
core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
|
| EntityType.php |
file |
core/lib/Drupal/Core/Entity/EntityType.php |
|
| EntityType::$additional |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
Any additional properties and values. |
| EntityType::$admin_permission |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the default administrative permission. |
| EntityType::$base_table |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the entity type's base table. |
| EntityType::$bundle_entity_type |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the entity type which provides bundles. |
| EntityType::$bundle_label |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The human-readable name of the entity bundles, e.g. Vocabulary. |
| EntityType::$bundle_of |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the entity type for which bundles are provided. |
| EntityType::$collection_permission |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the collection permission. |
| EntityType::$common_reference_target |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates whether this entity type is commonly used as a reference target. |
| EntityType::$constraints |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
Entity constraint definitions. |
| EntityType::$data_table |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the entity type's data table. |
| EntityType::$entity_keys |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
An array of entity keys. |
| EntityType::$entity_type_class |
property |
core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
The class used to represent the entity type. |
| EntityType::$field_ui_base_route |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The route name used by field UI to attach its management pages. |
| EntityType::$group |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The machine name of the entity type group. |
| EntityType::$group |
property |
core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
The group machine name. |
| EntityType::$group_label |
property |
core/lib/Drupal/Core/Entity/Annotation/EntityType.php |
The group label. |