| EntityUrlTest::HAS_BUNDLE_KEY |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Indicator that the test entity type has a bundle key. |
| EntityUrlTest::HAS_NO_BUNDLE_KEY |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Indicator that the test entity type has no bundle key. |
| EntityUrlTest::NON_DEFAULT_REVISION |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Indicator for non-default revisions. |
| EntityUrlTest::providerTestToUrlLinkTemplateAddForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlLinkTemplateAddForm(). |
| EntityUrlTest::providerTestToUrlLinkTemplateNoId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlLinkTemplateNoId(). |
| EntityUrlTest::providerTestToUrlLinkTemplateRevision |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlLinkTemplateRevision(). |
| EntityUrlTest::providerTestToUrlLinkTemplates |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlLinkTemplates(). |
| EntityUrlTest::providerTestToUrlUriCallback |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlUriCallback(). |
| EntityUrlTest::providerTestToUrlUriCallbackUndefined |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Provides data for testToUrlUriCallbackUndefined(). |
| EntityUrlTest::registerBundleInfo |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Registers bundle information for the mock entity type. |
| EntityUrlTest::registerLinkTemplate |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Registers a link template for the mock entity. |
| EntityUrlTest::REVISION_ID |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
The revision ID of the entity used in this test. |
| EntityUrlTest::testToUrlDefaultException |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method without specifying the $rel parameter. |
| EntityUrlTest::testToUrlDefaultFallback |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method without specifying the $rel parameter. |
| EntityUrlTest::testToUrlLinkTemplateAddForm |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with the 'revision' link template. |
| EntityUrlTest::testToUrlLinkTemplateNoId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with link templates without an entity ID. |
| EntityUrlTest::testToUrlLinkTemplateRevision |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with the 'revision' link template. |
| EntityUrlTest::testToUrlLinkTemplates |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with simple link templates. |
| EntityUrlTest::testToUrlNoId |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method without an entity ID. |
| EntityUrlTest::testToUrlUriCallback |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with a URI callback. |
| EntityUrlTest::testToUrlUriCallbackUndefined |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the toUrl() method with neither link templates nor a URI callback. |
| EntityUrlTest::testUriRelationships |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Tests the uriRelationships() method. |
| EntityUUIDTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Tests creation, saving, and loading of entity UUIDs. |
| EntityUUIDTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
|
| EntityUUIDTest::assertCRUD |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Executes the UUID CRUD tests for the given entity type. |
| EntityUUIDTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
|
| EntityUUIDTest::testCRUD |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityUUIDTest.php |
Tests UUID generation in entity CRUD operations. |
| EntityValidationTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Tests the Entity Validation API. |
| EntityValidationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::$cachedDiscoveries |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::$entityFieldText |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::$entityName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::$entityUser |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Modules to install. |
| EntityValidationTest::checkValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Executes the validation test set for a defined entity type. |
| EntityValidationTest::createTestEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Creates a test entity. |
| EntityValidationTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
|
| EntityValidationTest::testCompositeConstraintValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Tests composite constraints. |
| EntityValidationTest::testEntityChangedConstraintOnConcurrentMultilingualEditing |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Tests the EntityChangedConstraintValidator with multiple translations. |
| EntityValidationTest::testValidation |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Tests validating test entity types. |
| EntityViewAlterTest |
class |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
@covers layout_builder_entity_view_alter[[api-linebreak]] |
| EntityViewAlterTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
|
| EntityViewAlterTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
Modules to install. |
| EntityViewAlterTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
|
| EntityViewAlterTest::testContextualLinksRemoved |
function |
core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php |
Tests that contextual links are removed when rendering Layout Builder. |
| EntityViewBuilderTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php |
Tests the entity view builder. |
| EntityViewBuilderTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php |
|
| EntityViewBuilderTest::createTestEntity |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php |
Creates an entity for testing. |
| EntityViewBuilderTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php |
|
| EntityViewBuilderTest::testEntityViewBuilderCache |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php |
Tests entity render cache handling. |