| EntityUuidIdTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
|
| EntityUuidIdTest::testUi |
function |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
Tests the user interface for the test entity. |
| EntityUUIDTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Tests creation, saving, and loading of entity UUIDs. |
| EntityUUIDTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
|
| EntityUUIDTest::assertCRUD |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Executes the UUID CRUD tests for the given entity type. |
| EntityUUIDTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
|
| EntityUUIDTest::testCRUD |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Tests UUID generation in entity CRUD operations. |
| EntityValidationException |
class |
core/modules/migrate/src/Exception/EntityValidationException.php |
To throw when an entity generated during the import is not valid. |
| EntityValidationException.php |
file |
core/modules/migrate/src/Exception/EntityValidationException.php |
|
| EntityValidationException::$violations |
property |
core/modules/migrate/src/Exception/EntityValidationException.php |
The list of violations generated during the entity validation. |
| EntityValidationException::getViolationMessages |
function |
core/modules/migrate/src/Exception/EntityValidationException.php |
Returns the list of violation messages. |
| EntityValidationException::getViolations |
function |
core/modules/migrate/src/Exception/EntityValidationException.php |
Returns the list of violations generated during the entity validation. |
| EntityValidationException::MESSAGES_SEPARATOR |
constant |
core/modules/migrate/src/Exception/EntityValidationException.php |
The separator for combining multiple messages into a single string. |
| EntityValidationException::__construct |
function |
core/modules/migrate/src/Exception/EntityValidationException.php |
EntityValidationException constructor. |
| EntityValidationTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Tests the Entity Validation API. |
| EntityValidationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::$cachedDiscoveries |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::$entityFieldText |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::$entityName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::$entityUser |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Modules to install. |
| EntityValidationTest::checkValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Executes the validation test set for a defined entity type. |
| EntityValidationTest::createTestEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Creates a test entity. |
| EntityValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::testCompositeConstraintValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Tests composite constraints. |
| EntityValidationTest::testEntityChangedConstraintOnConcurrentMultilingualEditing |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Tests the EntityChangedConstraintValidator with multiple translations. |
| EntityValidationTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Tests validating test entity types. |
| EntityValidationTrait |
trait |
core/modules/jsonapi/src/Entity/EntityValidationTrait.php |
Provides a method to validate an entity. |
| EntityValidationTrait.php |
file |
core/modules/jsonapi/src/Entity/EntityValidationTrait.php |
|
| EntityValidationTrait::validate |
function |
core/modules/jsonapi/src/Entity/EntityValidationTrait.php |
Verifies that an entity does not violate any validation constraints. |
| EntityViewAlterTest |
class |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
Tests Entity View Alter. |
| EntityViewAlterTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
|
| EntityViewAlterTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
Modules to install. |
| EntityViewAlterTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
|
| EntityViewAlterTest::testContextualLinksRemoved |
function |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
Tests that contextual links are removed when rendering Layout Builder. |
| EntityViewBuilder |
class |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Base class for entity view builders. |
| EntityViewBuilder.php |
file |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
|
| EntityViewBuilder::$cacheBin |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The cache bin used to store the render cache. |
| EntityViewBuilder::$entityDisplayRepository |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The entity display repository. |
| EntityViewBuilder::$entityRepository |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The entity repository service. |
| EntityViewBuilder::$entityType |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Information about the entity type. |
| EntityViewBuilder::$entityTypeId |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The type of entities for which this view builder is instantiated. |
| EntityViewBuilder::$languageManager |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The language manager. |
| EntityViewBuilder::$singleFieldDisplays |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The EntityViewDisplay objects created for individual field rendering. |
| EntityViewBuilder::$themeRegistry |
property |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
The theme registry. |
| EntityViewBuilder::addContextualLinks |
function |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Add contextual links. |
| EntityViewBuilder::alterBuild |
function |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Specific per-entity building. |
| EntityViewBuilder::build |
function |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Builds an entity's view; augments entity defaults. |
| EntityViewBuilder::buildComponents |
function |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Builds the component fields and properties of a set of entities. |
| EntityViewBuilder::buildMultiple |
function |
core/lib/Drupal/Core/Entity/EntityViewBuilder.php |
Builds multiple entities' views; augments entity defaults. |