Search for entityType

  1. Search 7.x for entityType
  2. Search 8.9.x for entityType
  3. Search 10.3.x for entityType
  4. Search 11.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.

All search results

Title Object type File name Summary
EntityTypeManagerTest::testGetHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getHandler() method.
EntityTypeManagerTest::testGetHandlerMissingHandler function core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php Tests the getHandler() method when no controller is defined.
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
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
EntityTypeManagerTestEntity::bundleFieldDefinitions function core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php
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
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 Constructs a new EntityTypeRepository.
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
@group Entity
EntityTypeRepositoryTest.php file core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php
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
EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguous function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php @covers ::getEntityTypeFromClass
EntityTypeRepositoryTest::testGetEntityTypeFromClassNoMatch function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php @covers ::getEntityTypeFromClass
EntityTypeRepositoryTest::testGetEntityTypeLabels function core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php Tests the getEntityTypeLabels() method.
EntityTypeTest class core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php @coversDefaultClass \Drupal\Core\Entity\EntityType
@group Entity
EntityTypeTest class core/tests/Drupal/KernelTests/Core/Entity/EntityTypeTest.php Tests general features of entity types.
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::getTestHandlerClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Gets a mock controller class name.
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/Tests/Core/Entity/EntityTypeTest.php Sets up an EntityType object for a given set of values.
EntityTypeTest::setUpEntityType function core/tests/Drupal/KernelTests/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.

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