Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 8.9.x for entity
  4. Search 10.3.x for entity
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Entity class core/modules/views/src/Plugin/views/argument_validator/Entity.php Defines an argument validator plugin for each entity type.
Entity class core/modules/views/src/Plugin/views/area/Entity.php Provides an area handler which renders an entity in a certain view mode.
Entity class core/modules/migrate/src/Plugin/migrate/destination/Entity.php Provides a generic destination to import entities.
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
Entity class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Entity.php This class is a near-copy of tests/Doctrine/Tests/Common/Annotations/Ticket/DCOM58Entity.php, which is part of the Doctrine project: <http://www.doctrine-project.org>. It was copied from version 1.2.7.

All search results

Title Object type File name Summary
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 An array of plugin managers with clearable cached definitions.
EntityValidationTest::$entityFieldText property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php Text for the test field on the entity.
EntityValidationTest::$entityName property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php The name of the entity.
EntityValidationTest::$entityUser property core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php The user for the entity.
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::$recursionKeys property core/lib/Drupal/Core/Entity/EntityViewBuilder.php A collection of keys.
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&#039;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&#039; views; augments entity defaults.
EntityViewBuilder::createInstance function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Instantiates a new instance of this entity handler.
EntityViewBuilder::getBuildDefaults function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Provides entity-specific defaults to the build process.
EntityViewBuilder::getCacheTags function core/lib/Drupal/Core/Entity/EntityViewBuilder.php The cache tag associated with this entity view builder.
EntityViewBuilder::getRenderRecursionKey function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Generates a key for an entity render array for recursion protection.
EntityViewBuilder::getSingleFieldDisplay function core/lib/Drupal/Core/Entity/EntityViewBuilder.php Gets an EntityViewDisplay for rendering an individual field.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.