| EntityAdapterUnitTest::$uuid |
property |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
The UUID generator used for testing. |
| EntityAdapterUnitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
|
| EntityAdapterUnitTest::testApplyDefaultValue |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::applyDefaultValue[[api-linebreak]] |
| EntityAdapterUnitTest::testGet |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::get[[api-linebreak]] |
| EntityAdapterUnitTest::testGetConstraints |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::getConstraints[[api-linebreak]] |
| EntityAdapterUnitTest::testGetDataDefinition |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::getDataDefinition[[api-linebreak]] |
| EntityAdapterUnitTest::testGetEntity |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::getEntity[[api-linebreak]] |
| EntityAdapterUnitTest::testGetInvalidField |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::get[[api-linebreak]] |
| EntityAdapterUnitTest::testGetIterator |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::getIterator[[api-linebreak]] |
| EntityAdapterUnitTest::testGetName |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::getName[[api-linebreak]] |
| EntityAdapterUnitTest::testGetParent |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::getParent[[api-linebreak]] |
| EntityAdapterUnitTest::testGetProperties |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::getProperties[[api-linebreak]] |
| EntityAdapterUnitTest::testGetPropertyPath |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::getPropertyPath[[api-linebreak]] |
| EntityAdapterUnitTest::testGetRoot |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::getRoot[[api-linebreak]] |
| EntityAdapterUnitTest::testGetString |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::getString[[api-linebreak]] |
| EntityAdapterUnitTest::testGetValue |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::getValue[[api-linebreak]] |
| EntityAdapterUnitTest::testGetWithoutData |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::get[[api-linebreak]] |
| EntityAdapterUnitTest::testIsEmpty |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::isEmpty[[api-linebreak]] |
| EntityAdapterUnitTest::testOnChange |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::onChange[[api-linebreak]] |
| EntityAdapterUnitTest::testSet |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::set[[api-linebreak]] |
| EntityAdapterUnitTest::testSetContext |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::setContext[[api-linebreak]] |
| EntityAdapterUnitTest::testSetValue |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::setValue[[api-linebreak]] |
| EntityAdapterUnitTest::testSetWithoutData |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::set[[api-linebreak]] |
| EntityAdapterUnitTest::testToArray |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::toArray[[api-linebreak]] |
| EntityAdapterUnitTest::testToArrayWithoutData |
function |
core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php |
@covers ::toArray[[api-linebreak]] |
| EntityAddUITest |
class |
core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php |
Tests the /add and /add/{type} controllers. |
| EntityAddUITest.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php |
|
| EntityAddUITest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php |
The theme to install as the default for testing. |
| EntityAddUITest::$modules |
property |
core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php |
Modules to install. |
| EntityAddUITest::testAddPageWithBundleEntities |
function |
core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php |
Tests the add page for an entity type using bundle entities. |
| EntityAddUITest::testAddPageWithoutBundleEntities |
function |
core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php |
Tests the add page for an entity type not using bundle entities. |
| EntityAliasTest |
class |
core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php |
Tests path alias on entities. |
| EntityAliasTest.php |
file |
core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php |
|
| EntityAliasTest::$modules |
property |
core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php |
Modules to install. |
| EntityAliasTest::setUp |
function |
core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php |
|
| EntityAliasTest::testEntityAlias |
function |
core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php |
Tests transform. |
| EntityApiTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests basic CRUD functionality. |
| EntityApiTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
|
| EntityApiTest::assertCRUD |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Executes a test set for a defined entity type and user. |
| EntityApiTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
|
| EntityApiTest::testCRUD |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests basic CRUD functionality of the Entity API. |
| EntityApiTest::testEntityStorageExceptionHandling |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests that exceptions are thrown when saving or deleting an entity. |
| EntityApiTest::testLoadMultiple |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests that the Entity storage loads the entities in the correct order. |
| EntityApiTest::testUpdateWithId |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests that resaving an entity with a different entity ID throws an exception. |
| EntityApiTest::testUpdateWithRevisionId |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests that resaving a revision with a different revision ID throws an exception. |
| EntityArgument |
class |
core/modules/views/src/Plugin/views/argument/EntityArgument.php |
Argument handler to accept an entity ID value. |
| EntityArgument.php |
file |
core/modules/views/src/Plugin/views/argument/EntityArgument.php |
|
| EntityArgument::$deprecatedStorageProperties |
property |
core/modules/views/src/Plugin/views/argument/EntityArgument.php |
Array of deprecated storage properties that legacy classes might access. |
| EntityArgument::$entityRepository |
property |
core/modules/views/src/Plugin/views/argument/EntityArgument.php |
|
| EntityArgument::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/argument/EntityArgument.php |
|