| EntityDisplayTest::testEntityDisplayCRUDSort |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests sorting of components by name on basic CRUD operations. |
| EntityDisplayTest::testEntityDisplayInvalidateCacheTags |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Ensure that entity view display changes invalidates cache tags. |
| EntityDisplayTest::testEntityForm |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
Tests the use of regions for entity form displays. |
| EntityDisplayTest::testEntityGetDisplay |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests entity get display. |
| EntityDisplayTest::testEntityView |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
Tests the use of regions for entity view displays. |
| EntityDisplayTest::testEntityView |
function |
core/modules/field_ui/tests/src/Functional/EntityDisplayTest.php |
Tests the use of regions for entity view displays. |
| EntityDisplayTest::testExtraFieldComponent |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests the behavior of a field component within an entity display object. |
| EntityDisplayTest::testExtraFieldComponentInitialInvalidConfig |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests the behavior of an extra field component with initial invalid values. |
| EntityDisplayTest::testExtraFields |
function |
core/modules/field_ui/tests/src/FunctionalJavascript/EntityDisplayTest.php |
Tests extra fields. |
| EntityDisplayTest::testFieldComponent |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests the behavior of a field component within an entity display object. |
| EntityDisplayTest::testGetDisplayModeOptions |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests getDisplayModeOptions(). |
| EntityDisplayTest::testOnDependencyRemoval |
function |
core/modules/field_ui/tests/src/Kernel/EntityDisplayTest.php |
Tests \Drupal\Core\Entity\EntityDisplayBase::onDependencyRemoval(). |
| EntityDuplicateTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php |
Test entity duplication. |
| EntityDuplicateTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php |
|
| EntityDuplicateTest::$entityTestRevStorage |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php |
The entity storage. |
| EntityDuplicateTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php |
|
| EntityDuplicateTest::testDuplicateNonDefaultRevision |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityDuplicateTest.php |
Tests duplicating a non-default revision. |
| EntityExistsTest |
class |
core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php |
Tests the EntityExists process plugin. |
| EntityExistsTest.php |
file |
core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php |
|
| EntityExistsTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php |
Modules to install. |
| EntityExistsTest::setUp |
function |
core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php |
|
| EntityExistsTest::testEntityExists |
function |
core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php |
Tests the EntityExists plugin. |
| EntityFieldDefaultValueTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php |
Tests default values for entity fields. |
| EntityFieldDefaultValueTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php |
|
| EntityFieldDefaultValueTest::$uuid |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php |
The UUID object to be used for generating UUIDs. |
| EntityFieldDefaultValueTest::assertDefaultValues |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php |
Executes a test set for a defined entity type. |
| EntityFieldDefaultValueTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php |
|
| EntityFieldDefaultValueTest::testDefaultValueCallback |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php |
Tests custom default value callbacks. |
| EntityFieldDefaultValueTest::testDefaultValues |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityFieldDefaultValueTest.php |
Tests default values on entities and fields. |
| EntityFieldManagerTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Tests Drupal\Core\Entity\EntityFieldManager. |
| EntityFieldManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
|
| EntityFieldManagerTest::$cacheBackend |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The cache backend to use. |
| EntityFieldManagerTest::$cacheTagsInvalidator |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The cache tags invalidator. |
| EntityFieldManagerTest::$container |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The dependency injection container. |
| EntityFieldManagerTest::$entityDisplayRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity display repository. |
| EntityFieldManagerTest::$entityFieldManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity field manager under test. |
| EntityFieldManagerTest::$entityLastInstalledSchemaRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity last installed schema repository. |
| EntityFieldManagerTest::$entityType |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type definition. |
| EntityFieldManagerTest::$entityTypeBundleInfo |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type bundle info. |
| EntityFieldManagerTest::$entityTypeManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type manager. |
| EntityFieldManagerTest::$entityTypeRepository |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The entity type repository. |
| EntityFieldManagerTest::$eventDispatcher |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The event dispatcher. |
| EntityFieldManagerTest::$keyValueFactory |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The keyvalue factory. |
| EntityFieldManagerTest::$languageManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The language manager. |
| EntityFieldManagerTest::$moduleHandler |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The module handler. |
| EntityFieldManagerTest::$typedDataManager |
property |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
The typed data manager. |
| EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeDefaultLangcode(). |
| EntityFieldManagerTest::providerTestGetBaseFieldDefinitionsTranslatableEntityTypeLangcode |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Provides test data for testGetBaseFieldDefinitionsTranslatableEntityTypeLangcode(). |
| EntityFieldManagerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
|
| EntityFieldManagerTest::setUpEntityTypeDefinitions |
function |
core/tests/Drupal/Tests/Core/Entity/EntityFieldManagerTest.php |
Sets up the entity type manager to be tested. |