Search for entity

  1. Search 7.x for entity
  2. Search 9.5.x for entity
  3. Search 10.3.x for entity
  4. Search 11.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 a 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.
Entity class core/lib/Drupal/Core/Entity/Entity.php Defines a base entity class.

All search results

Title Object type File name Summary
BreakLockLink::$entityTypeManager property core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php The entity type manager.
BulkDeleteTest::$entityTypeId property core/modules/field/tests/src/Kernel/BulkDeleteTest.php The entity type to be used in the test classes.
BulkForm::$entityRepository property core/modules/views/src/Plugin/views/field/BulkForm.php The entity repository service.
BulkForm::$entityTypeManager property core/modules/views/src/Plugin/views/field/BulkForm.php The entity manager.
BulkForm::calculateEntityBulkFormKey function core/modules/views/src/Plugin/views/field/BulkForm.php Calculates a bulk form key.
BulkForm::getEntityManager function core/modules/views/src/Plugin/views/field/BulkForm.php
BulkForm::getEntityRepository function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the entity repository.
BulkForm::getEntityTypeId function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the entity type identifier.
BulkForm::getEntityTypeManager function core/modules/views/src/Plugin/views/field/BulkForm.php Returns the entity type manager.
BulkForm::loadEntityFromBulkFormKey function core/modules/views/src/Plugin/views/field/BulkForm.php Loads an entity based on a bulk form key.
Bundle::$entityType property core/modules/views/src/Plugin/views/filter/Bundle.php The entity type definition.
Bundle::$entityTypeId property core/modules/views/src/Plugin/views/filter/Bundle.php The entity type for the filter.
Bundle::$entityTypeManager property core/modules/views/src/Plugin/views/filter/Bundle.php The entity type manager.
BundleConfigImportValidate::$entityTypeManager property core/lib/Drupal/Core/Entity/Event/BundleConfigImportValidate.php The entity type manager service.
BundleEntityFormBase class core/lib/Drupal/Core/Entity/BundleEntityFormBase.php Class BundleEntityFormBase is a base form for bundle config entities.
BundleEntityFormBase.php file core/lib/Drupal/Core/Entity/BundleEntityFormBase.php
BundleEntityFormBase::protectBundleIdElement function core/lib/Drupal/Core/Entity/BundleEntityFormBase.php Protects the bundle entity&#039;s ID property&#039;s form element against changes.
cache.entity service core/core.services.yml Drupal\Core\Cache\CacheBackendInterface
CacheabilityMetadataConfigOverrideTest::testConfigEntityOverride function core/tests/Drupal/KernelTests/Core/Config/CacheabilityMetadataConfigOverrideTest.php Tests if config overrides set cacheability metadata on config entities.
CacheableMetadataCalculationTest::$entityTypeManager property core/modules/views/tests/src/Kernel/CacheableMetadataCalculationTest.php The entity type manager.
CacheableUnprocessableEntityHttpException class core/lib/Drupal/Core/Http/Exception/CacheableUnprocessableEntityHttpException.php A cacheable UnprocessableEntityHttpException.
CacheableUnprocessableEntityHttpException.php file core/lib/Drupal/Core/Http/Exception/CacheableUnprocessableEntityHttpException.php
CacheableUnprocessableEntityHttpException::__construct function core/lib/Drupal/Core/Http/Exception/CacheableUnprocessableEntityHttpException.php
cache_context.entity_test_view_grants service core/modules/system/tests/modules/entity_test/entity_test.services.yml Drupal\entity_test\Cache\EntityTestViewGrantsCacheContext
ChainEntityResolver class core/modules/serialization/src/EntityResolver/ChainEntityResolver.php Resolver delegating the entity resolution to a chain of resolvers.
ChainEntityResolver.php file core/modules/serialization/src/EntityResolver/ChainEntityResolver.php
ChainEntityResolver::$resolvers property core/modules/serialization/src/EntityResolver/ChainEntityResolver.php The concrete resolvers.
ChainEntityResolver::addResolver function core/modules/serialization/src/EntityResolver/ChainEntityResolver.php Adds an entity resolver.
ChainEntityResolver::resolve function core/modules/serialization/src/EntityResolver/ChainEntityResolver.php Returns the local ID of an entity referenced by serialized data.
ChainEntityResolver::__construct function core/modules/serialization/src/EntityResolver/ChainEntityResolver.php Constructs a ChainEntityResolver object.
ChainEntityResolverInterface interface core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php An interface for delegating a entity resolution to a chain of resolvers.
ChainEntityResolverInterface.php file core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php
ChainEntityResolverInterface::addResolver function core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php Adds an entity resolver.
ChainEntityResolverTest class core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php @coversDefaultClass \Drupal\serialization\EntityResolver\ChainEntityResolver
@group serialization
ChainEntityResolverTest.php file core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php
ChainEntityResolverTest::$testData property core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Test data passed to the resolve method.
ChainEntityResolverTest::$testEntityType property core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php A test entity type.
ChainEntityResolverTest::$testNormalizer property core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php A mocked normalizer.
ChainEntityResolverTest::createEntityResolverMock function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Creates a mock entity resolver.
ChainEntityResolverTest::setUp function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php
ChainEntityResolverTest::testResolverWithFirstResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Test the resolve method with a matching resolver first.
ChainEntityResolverTest::testResolverWithLastResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Test the resolve method with a matching resolver last.
ChainEntityResolverTest::testResolverWithNoneResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Test the resolve method with no matching resolvers.
ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Test the resolve method with no matching resolvers, using addResolver.
ChainEntityResolverTest::testResolverWithResolvedToZero function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Test the resolve method where one resolver returns 0.
ChangeUserRoleBase::$entityType property core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php The user role entity type.
ChooseBlockController::$entityTypeManager property core/modules/layout_builder/src/Controller/ChooseBlockController.php The entity type manager.
ClaroEntityDisplayTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Runs EntityDisplayTest in Claro.
ClaroEntityDisplayTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php
ClaroEntityDisplayTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Modules to enable.

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