| EntityTypeConstraintsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php |
|
| EntityTypeConstraintsTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php |
|
| EntityTypeConstraintsTest::testConstraintDefinition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php |
Tests defining entity constraints via entity type annotations and hooks. |
| EntityTypeConstraintsTest::testConstraintValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintsTest.php |
Tests entity constraints are validated. |
| EntityTypeConstraintValidator |
class |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php |
Validates the EntityType constraint. |
| EntityTypeConstraintValidator.php |
file |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php |
|
| EntityTypeConstraintValidator::validate |
function |
core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php |
|
| EntityTypeConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php |
Tests validation constraints for EntityTypeConstraintValidator. |
| EntityTypeConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php |
|
| EntityTypeConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php |
Modules to install. |
| EntityTypeConstraintValidatorTest::$typedDataManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php |
The typed data manager to use. |
| EntityTypeConstraintValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php |
|
| EntityTypeConstraintValidatorTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php |
Tests the EntityTypeConstraintValidator. |
| EntityTypedDataDefinitionTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php |
Tests deriving metadata of entity and field data types. |
| EntityTypedDataDefinitionTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php |
|
| EntityTypedDataDefinitionTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php |
Modules to install. |
| EntityTypedDataDefinitionTest::$typedDataManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php |
The typed data manager to use. |
| EntityTypedDataDefinitionTest::entityDefinitionIsInternalProvider |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php |
Provides test cases for testEntityDefinitionIsInternal. |
| EntityTypedDataDefinitionTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php |
|
| EntityTypedDataDefinitionTest::testEntities |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php |
Tests deriving metadata about entities. |
| EntityTypedDataDefinitionTest::testEntityDefinitionIsInternal |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php |
Tests that an entity annotation can mark the data definition as internal. |
| EntityTypedDataDefinitionTest::testEntityReferences |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php |
Tests deriving metadata from entity references. |
| EntityTypedDataDefinitionTest::testFields |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityTypedDataDefinitionTest.php |
Tests deriving metadata about fields. |
| EntityTypeEvent |
class |
core/lib/Drupal/Core/Entity/EntityTypeEvent.php |
Defines a base class for all entity type events. |
| EntityTypeEvent.php |
file |
core/lib/Drupal/Core/Entity/EntityTypeEvent.php |
|
| EntityTypeEvent::$entityType |
property |
core/lib/Drupal/Core/Entity/EntityTypeEvent.php |
The entity type. |
| EntityTypeEvent::$original |
property |
core/lib/Drupal/Core/Entity/EntityTypeEvent.php |
The original entity type. |
| EntityTypeEvent::getEntityType |
function |
core/lib/Drupal/Core/Entity/EntityTypeEvent.php |
The entity type the event refers to. |
| EntityTypeEvent::getOriginal |
function |
core/lib/Drupal/Core/Entity/EntityTypeEvent.php |
The original entity type. |
| EntityTypeEvent::__construct |
function |
core/lib/Drupal/Core/Entity/EntityTypeEvent.php |
Constructs a new EntityTypeEvent. |
| EntityTypeEvents |
class |
core/lib/Drupal/Core/Entity/EntityTypeEvents.php |
Contains all events thrown while handling entity types. |
| EntityTypeEvents.php |
file |
core/lib/Drupal/Core/Entity/EntityTypeEvents.php |
|
| EntityTypeEvents::CREATE |
constant |
core/lib/Drupal/Core/Entity/EntityTypeEvents.php |
The name of the event triggered when a new entity type is created. |
| EntityTypeEvents::DELETE |
constant |
core/lib/Drupal/Core/Entity/EntityTypeEvents.php |
The name of the event triggered when an existing entity type is deleted. |
| EntityTypeEvents::UPDATE |
constant |
core/lib/Drupal/Core/Entity/EntityTypeEvents.php |
The name of the event triggered when an existing entity type is updated. |
| EntityTypeEventSubscriberTrait |
trait |
core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php |
Helper methods for EntityTypeListenerInterface. |
| EntityTypeEventSubscriberTrait.php |
file |
core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php |
|
| EntityTypeEventSubscriberTrait::getEntityTypeEvents |
function |
core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php |
Gets the subscribed events. |
| EntityTypeEventSubscriberTrait::onEntityTypeCreate |
function |
core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php |
|
| EntityTypeEventSubscriberTrait::onEntityTypeDelete |
function |
core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php |
|
| EntityTypeEventSubscriberTrait::onEntityTypeEvent |
function |
core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php |
Listener method for any entity type definition event. |
| EntityTypeEventSubscriberTrait::onEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php |
|
| EntityTypeEventSubscriberTrait::onFieldableEntityTypeCreate |
function |
core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php |
|
| EntityTypeEventSubscriberTrait::onFieldableEntityTypeUpdate |
function |
core/lib/Drupal/Core/Entity/EntityTypeEventSubscriberTrait.php |
|
| EntityTypeIdLengthException |
class |
core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php |
Defines an exception thrown when an entity ID is too long. |
| EntityTypeIdLengthException.php |
file |
core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php |
|
| EntityTypeInfo |
class |
core/modules/content_moderation/src/EntityTypeInfo.php |
Manipulates entity type information. |
| EntityTypeInfo |
class |
core/modules/workspaces/src/Hook/EntityTypeInfo.php |
Defines a class for reacting to entity type information hooks. |
| EntityTypeInfo.php |
file |
core/modules/workspaces/src/Hook/EntityTypeInfo.php |
|
| EntityTypeInfo.php |
file |
core/modules/content_moderation/src/EntityTypeInfo.php |
|