Search for entityType

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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
EntityType class core/lib/Drupal/Core/Entity/EntityType.php Provides an implementation of an entity type and its metadata.
EntityType class core/lib/Drupal/Core/Entity/Annotation/EntityType.php Defines an Entity type annotation object.
EntityType class core/lib/Drupal/Core/Entity/Attribute/EntityType.php Defines an entity type for plugin discovery.

All search results

Title Object type File name Summary
EntityTypeManagerTest::testGetListBuilder function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getListBuilder() method.
EntityTypeManagerTest::testGetRouteProviders function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php @covers ::getRouteProviders[[api-linebreak]]
EntityTypeManagerTest::testGetStorage function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getStorage() method.
EntityTypeManagerTest::testGetViewBuilder function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getViewBuilder() method.
EntityTypeManagerTest::testHasHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the hasHandler() method.
EntityTypeManagerTest::testProcessDefinition function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the processDefinition() method.
EntityTypeManagerTestEntity class core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides a content entity with dummy static method implementations.
EntityTypeManagerTestEntity::$baseFieldDefinitions property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The base field definitions.
EntityTypeManagerTestEntity::$bundleFieldDefinitions property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The bundle field definitions.
EntityTypeManagerTestEntity::baseFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides base field definitions for an entity type.
EntityTypeManagerTestEntity::bundleFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides field definitions for a specific bundle.
EntityTypeManagerTestEntityBundle class core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides a bundle specific class with dummy static method implementations.
EntityTypeManagerTestEntityBundle::$bundleClassFieldDefinitions property core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php The bundle class field definitions.
EntityTypeManagerTestEntityBundle::bundleFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php Provides field definitions for a specific bundle.
EntityTypeRepository class core/lib/Drupal/Core/Entity/EntityTypeRepository.php Provides helper methods for loading entity types.
EntityTypeRepository.php file core/lib/Drupal/Core/Entity/EntityTypeRepository.php
EntityTypeRepository::$classNameEntityTypeMap property core/lib/Drupal/Core/Entity/EntityTypeRepository.php Contains cached mappings of class names to entity types.
EntityTypeRepository::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityTypeRepository.php The entity type manager.
EntityTypeRepository::getEntityTypeFromClass function core/lib/Drupal/Core/Entity/EntityTypeRepository.php Gets the entity type ID based on the class that is called on.
EntityTypeRepository::getEntityTypeLabels function core/lib/Drupal/Core/Entity/EntityTypeRepository.php Builds a list of entity type labels suitable for a Form API options list.
EntityTypeRepository::__construct function core/lib/Drupal/Core/Entity/EntityTypeRepository.php
EntityTypeRepositoryInterface interface core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php Provides an interface for helper methods for loading entity types.
EntityTypeRepositoryInterface.php file core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php
EntityTypeRepositoryInterface::getEntityTypeFromClass function core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php Gets the entity type ID based on the class that is called on.
EntityTypeRepositoryInterface::getEntityTypeLabels function core/lib/Drupal/Core/Entity/EntityTypeRepositoryInterface.php Builds a list of entity type labels suitable for a Form API options list.
EntityTypeRepositoryTest class core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php @coversDefaultClass \Drupal\Core\Entity\EntityTypeRepository[[api-linebreak]]
@group Entity
EntityTypeRepositoryTest.php file core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php
EntityTypeRepositoryTest::$entityTypeBundleInfo property core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php The entity type bundle info service.
EntityTypeRepositoryTest::$entityTypeManager property core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php The entity type manager.
EntityTypeRepositoryTest::$entityTypeRepository property core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php The entity type repository under test.
EntityTypeRepositoryTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php
EntityTypeRepositoryTest::setUpEntityTypeDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php Sets up the entity type manager to be tested.
EntityTypeRepositoryTest::testGetEntityTypeFromClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php @covers ::getEntityTypeFromClass[[api-linebreak]]
EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguous function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php @covers ::getEntityTypeFromClass[[api-linebreak]]
EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguousBundleClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php @covers ::getEntityTypeFromClass[[api-linebreak]]
EntityTypeRepositoryTest::testGetEntityTypeFromClassNoMatch function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php @covers ::getEntityTypeFromClass[[api-linebreak]]
EntityTypeRepositoryTest::testGetEntityTypeLabels function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php Tests the getEntityTypeLabels() method.
EntityTypeTest class core/tests/Drupal/KernelTests/Core/Entity/EntityTypeTest.php Tests general features of entity types.
EntityTypeTest class core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @coversDefaultClass \Drupal\Core\Entity\EntityType[[api-linebreak]]
@group Entity
EntityTypeTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityTypeTest.php
EntityTypeTest.php file core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php
EntityTypeTest::assertNoPublicProperties function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Asserts there on no public properties on the object instance.
EntityTypeTest::providerTestGet function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Provides test data for testGet.
EntityTypeTest::providerTestGetBundleLabel function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Provides test data for ::testGetBundleLabel().
EntityTypeTest::providerTestGetKeys function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Provides test data.
EntityTypeTest::providerTestSet function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Provides test data for testSet.
EntityTypeTest::setUpEntityType function core/tests/Drupal/KernelTests/Core/Entity/EntityTypeTest.php Sets up an EntityType object for a given set of values.
EntityTypeTest::setUpEntityType function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Sets up an EntityType object for a given set of values.
EntityTypeTest::testConstraintMethods function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the constraint methods.
EntityTypeTest::testEntityClassImplements function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @covers ::entityClassImplements[[api-linebreak]]

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