EntityFormTest.php |
file |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
|
EntityFormTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
|
EntityFormTest::$modules |
property |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
|
EntityFormTest::$webUser |
property |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
The current user of the test. |
EntityFormTest::doTestFormCRUD |
function |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
Executes the form CRUD tests for the given entity type. |
EntityFormTest::doTestMultilingualFormCRUD |
function |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
Executes the multilingual form CRUD tests for the given entity type ID. |
EntityFormTest::loadEntityByName |
function |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
Loads a test entity by name always resetting the storage cache. |
EntityFormTest::setUp |
function |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
|
EntityFormTest::testAddPageWithMultipleParameters |
function |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
Tests the route add-page with multiple parameters. |
EntityFormTest::testEntityFormDisplayAlter |
function |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
Tests hook_entity_form_display_alter(). |
EntityFormTest::testEntityFormModeAlter |
function |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
Tests hook_entity_form_mode_alter() and hook_ENTITY_TYPE_form_mode_alter(). |
EntityFormTest::testFormCRUD |
function |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
Tests basic form CRUD functionality. |
EntityFormTest::testMultilingualFormCRUD |
function |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
Tests basic multilingual form CRUD functionality. |
EntityFormTest::testValidationHandlers |
function |
core/modules/system/tests/src/Functional/Entity/EntityFormTest.php |
Checks that validation handlers works as expected. |
EntityHasFieldConstraintValidatorTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php |
@covers \Drupal\Core\Entity\Plugin\Validation\Constraint\EntityHasFieldConstraintValidator[[api-linebreak]] |
EntityHasFieldConstraintValidatorTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php |
|
EntityHasFieldConstraintValidatorTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php |
|
EntityHasFieldConstraintValidatorTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php |
|
EntityHasFieldConstraintValidatorTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityHasFieldConstraintValidatorTest.php |
Tests validation of an entity with a field. |
EntityImageStyle |
class |
core/modules/image/src/Plugin/migrate/destination/EntityImageStyle.php |
Entity image style destination. |
EntityImageStyle.php |
file |
core/modules/image/src/Plugin/migrate/destination/EntityImageStyle.php |
|
EntityImageStyle::import |
function |
core/modules/image/src/Plugin/migrate/destination/EntityImageStyle.php |
|
EntityKernelTestBase |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
Defines an abstract test base for entity kernel tests. |
EntityKernelTestBase.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
|
EntityKernelTestBase::$entityTypeManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
The entity type manager service. |
EntityKernelTestBase::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
|
EntityKernelTestBase::$state |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
The state service. |
EntityKernelTestBase::createUser |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
Creates a user. |
EntityKernelTestBase::getHooksInfo |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
Returns the entity_test hook invocation info. |
EntityKernelTestBase::installModule |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
Installs a module and refreshes services. |
EntityKernelTestBase::refreshServices |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
Refresh services. |
EntityKernelTestBase::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
|
EntityKernelTestBase::uninstallModule |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php |
Uninstalls a module and refreshes services. |
EntityKernelTestBaseTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php |
@covers \Drupal\KernelTests\Core\Entity\EntityKernelTestBase[[api-linebreak]] |
EntityKernelTestBaseTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php |
|
EntityKernelTestBaseTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php |
|
EntityKernelTestBaseTest::testSetUpCurrentUser |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBaseTest.php |
Tests that the current user is set up correctly. |
EntityKeysTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityKeysTest.php |
Test the behavior of entity keys. |
EntityKeysTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityKeysTest.php |
|
EntityKeysTest::multipleKeysCacheTestCases |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKeysTest.php |
Data provider for ::testMultipleKeysCache. |
EntityKeysTest::testMultipleKeysCache |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityKeysTest.php |
Tests the cache when multiple keys reference a single field. |
EntityLabel |
class |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
Field handler to display entity label optionally linked to entity page. |
EntityLabel.php |
file |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
|
EntityLabel::$entityTypeManager |
property |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
EntityTypeManager class. |
EntityLabel::$loadedReferencers |
property |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
Array of entities that reference to file. |
EntityLabel::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
|
EntityLabel::create |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
|
EntityLabel::defineOptions |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
|
EntityLabel::init |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
|
EntityLabel::preRender |
function |
core/modules/views/src/Plugin/views/field/EntityLabel.php |
|