| 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. |
| EntityArgumentTest |
class |
core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php |
Tests the handler of the view: entity target argument. |
| EntityArgumentTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php |
|
| EntityArgumentTest::$adminUser |
property |
core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php |
A user with permission to administer taxonomy. |
| EntityArgumentTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php |
|
| EntityArgumentTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php |
|
| EntityArgumentTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php |
Views used by this test. |
| EntityArgumentTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php |
|
| EntityArgumentTest::testArgumentTitle |
function |
core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php |
Tests the generated title of a view with an entity target argument. |
| EntityArgumentUpdateTest |
class |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
Tests the upgrade path for converting numeric arguments to entity_target_id. |
| EntityArgumentUpdateTest.php |
file |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
|
| EntityArgumentUpdateTest::setDatabaseDumpFiles |
function |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
|
| EntityArgumentUpdateTest::testViewsFieldPluginConversion |
function |
core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php |
Tests that numeric argument plugins are updated properly. |
| EntityAutocompleteElementFormTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Tests the EntityAutocomplete Form API element. |
| EntityAutocompleteElementFormTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
|
| EntityAutocompleteElementFormTest::$referencedEntities |
property |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
An array of entities to be referenced in this test. |
| EntityAutocompleteElementFormTest::$testAutocreateUser |
property |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
User for autocreate testing. |
| EntityAutocompleteElementFormTest::$testUser |
property |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
User for testing. |
| EntityAutocompleteElementFormTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
|
| EntityAutocompleteElementFormTest::getAutocompleteInput |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Returns an entity label in format needed by the EntityAutocomplete element. |
| EntityAutocompleteElementFormTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
|
| EntityAutocompleteElementFormTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
|
| EntityAutocompleteElementFormTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
|
| EntityAutocompleteElementFormTest::testEntityAutocompleteAccess |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Tests that access is properly checked by the EntityAutocomplete element. |
| EntityAutocompleteElementFormTest::testEntityAutocompleteIdInput |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Tests ID input is handled correctly. |
| EntityAutocompleteElementFormTest::testInvalidEntityAutocompleteElement |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Tests invalid entries in the EntityAutocomplete Form API element. |
| EntityAutocompleteElementFormTest::testValidEntityAutocompleteElement |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Tests valid entries in the EntityAutocomplete Form API element. |
| EntityAutocompleteElementFormTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
|
| EntityAutocompleteTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Tests the autocomplete functionality. |
| EntityAutocompleteTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
|
| EntityAutocompleteTest::$bundle |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
The bundle used in this test. |
| EntityAutocompleteTest::$entityType |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
The entity type used in this test. |
| EntityAutocompleteTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
|
| EntityAutocompleteTest::getAutocompleteResult |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Returns the result of an Entity reference autocomplete request. |
| EntityAutocompleteTest::testEntityReferenceAutocompletion |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Tests autocompletion edge cases with slashes in the names. |
| EntityAutocompleteTest::testSelectionSettingsHandling |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php |
Tests that missing or invalid selection setting key are handled correctly. |
| EntityBaseTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php |
Tests the functionality provided by \Drupal\Core\Entity\EntityBase. |
| EntityBaseTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
|
| EntityBaseTest |
class |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
|
| EntityBaseTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php |
|
| EntityBaseTest::$id |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUnitTest.php |
|
| EntityBaseTest::$id |
property |
core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php |
|