| 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 enable. |
| 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. |
| 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. |
| 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 |
Form constructor. |
| 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 |
Returns a unique string identifying the form. |
| EntityAutocompleteElementFormTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
|
| EntityAutocompleteElementFormTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php |
Form submission handler. |
| 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 |
Form validation handler. |
| 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::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.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php |
|
| EntityBaseTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php |
|
| EntityBaseTest::testGetTypedData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityBaseTest.php |
Tests that the correct entity adapter is returned. |
| EntityBundleAccessCheckTest |
class |
core/tests/Drupal/Tests/Core/Entity/EntityBundleAccessCheckTest.php |
Unit test of entity access checking system. |