| 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 |
Tests get route providers. |
| 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. |
| 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::testGetEntityTypeFromClassDecoratedClass |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeRepositoryTest.php |
Tests the ::getEntityTypeFromClass() method. |
| 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::testGetDecoratedClassesSet |
function |
core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php |
Tests get decorated classes through set. |