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 |
Tests Drupal\Core\Entity\EntityTypeRepository. |
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 |
Tests get entity type from class. |
EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguous |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php |
Tests get entity type from class ambiguous. |
EntityTypeRepositoryTest::testGetEntityTypeFromClassAmbiguousBundleClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php |
Tests get entity type from class ambiguous bundle class. |
EntityTypeRepositoryTest::testGetEntityTypeFromClassNoMatch |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php |
Tests get entity type from class no match. |
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 |
Tests Drupal\Core\Entity\EntityType. |
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::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. |
EntityTypeTest::testEntityClassImplements |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests entity class implements. |
EntityTypeTest::testGet |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get. |
EntityTypeTest::testGetAccessControlClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the getAccessControlClass() method. |
EntityTypeTest::testGetBundleLabel |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the ::getBundleLabel() method. |
EntityTypeTest::testGetBundleListCacheTags |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the ::getBundleListCacheTags() method. |
EntityTypeTest::testGetCollectionLabel |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get collection label. |
EntityTypeTest::testGetCountLabel |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get count label. |
EntityTypeTest::testGetCountLabelDefault |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get count label default. |
EntityTypeTest::testGetFormClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the getFormClass() method. |
EntityTypeTest::testGetGroupLabel |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get group label. |
EntityTypeTest::testGetHandler |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the getHandler() method. |
EntityTypeTest::testGetKey |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the getKey() method. |
EntityTypeTest::testGetKeys |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests the getKeys() method. |