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
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.
BundleEntityStorageInterface interface core/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php A storage that supports entities with bundle specific classes.
BundleEntityStorageInterface.php file core/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php
BundleEntityStorageInterface::getBundleFromClass function core/lib/Drupal/Core/Entity/BundleEntityStorageInterface.php Retrieves the bundle name for a provided class name.
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
Callbacks::entityTestFormValidate function core/modules/system/tests/modules/entity_test/src/Callbacks.php Validation handler for the entity_test entity form.
Callbacks::entityTestFormValidateCheck function core/modules/system/tests/modules/entity_test/src/Callbacks.php Validation handler for the entity_test entity form.
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 an 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[[api-linebreak]]
@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 Tests the resolve method with a matching resolver first.
ChainEntityResolverTest::testResolverWithLastResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with a matching resolver last.
ChainEntityResolverTest::testResolverWithNoneResolved function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with no matching resolvers.
ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with no matching resolvers, using addResolver.
ChainEntityResolverTest::testResolverWithResolvedToZero function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests 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.
CKEditor5MediaController::$entityRepository property core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php The entity repository.
CKEditor5MediaController::mediaEntityMetadata function core/modules/ckeditor5/src/Controller/CKEditor5MediaController.php Returns JSON response containing metadata about media entity.
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 install.
ClaroEntityDisplayTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php
ClaroEntityDisplayTest::testEntityForm function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Copied from parent.
ClaroEntityDisplayTest::testEntityView function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Copied from parent.
ClaroEntityDisplayTest::testExtraFields function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Copied from parent.
claro_preprocess_entity_add_list function core/themes/claro/claro.theme Implements template_preprocess_HOOK() for entity_add_list.
Comment::getCommentedEntity function core/modules/comment/src/Entity/Comment.php Returns the entity to which the comment is attached.

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