| EntityTranslationTest::testEntityConstructor |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php |
Tests the entity constructor works 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 |
class |
core/lib/Drupal/Core/Entity/Attribute/EntityType.php |
Defines an entity type for plugin discovery. |
| EntityType.php |
file |
core/lib/Drupal/Core/Entity/Attribute/EntityType.php |
|
| EntityType.php |
file |
core/lib/Drupal/Core/Entity/EntityType.php |
|
| EntityType.php |
file |
core/lib/Drupal/Core/Entity/Annotation/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::$decoratedClasses |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The list of the classes when overridden. |
| 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. |
| EntityType::$group_label |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The human-readable name of the entity type group. |
| EntityType::$handlers |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
An array of handlers. |
| EntityType::$id |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The unique identifier of this entity type. |
| EntityType::$internal |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates whether the entity data is internal. |
| EntityType::$label |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The human-readable name of the type. |
| EntityType::$label_collection |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The human-readable label for a collection of entities of the type. |
| EntityType::$label_count |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
A definite singular/plural name of the type. |
| EntityType::$label_plural |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The indefinite plural name of the type. |
| EntityType::$label_singular |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The indefinite singular name of the type. |
| EntityType::$links |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
Link templates using the URI template syntax. |
| EntityType::$list_cache_contexts |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The list cache contexts for this entity type. |
| EntityType::$list_cache_tags |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The list cache tags for this entity type. |
| EntityType::$originalClass |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the original entity type class. |
| EntityType::$permission_granularity |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The permission granularity level. |
| EntityType::$persistent_cache |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates if the persistent cache of field data should be used. |
| EntityType::$render_cache |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
Indicates whether the rendered output of entities should be cached. |
| EntityType::$revision_data_table |
property |
core/lib/Drupal/Core/Entity/EntityType.php |
The name of the entity type's revision data table. |