| EntityUrlTest::$langcode |
property |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
The language code of the entity used in this test. |
| EntityUrlTest::assertUrl |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Asserts that a given URL object matches the expectations. |
| EntityUrlTest::DEFAULT_REVISION |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Indicator for default revisions. |
| EntityUrlTest::ENTITY_ID |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
The ID of the entity used in this test. |
| EntityUrlTest::ENTITY_TYPE_ID |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
The ID of the entity type used in this test. |
| EntityUrlTest::getEntity |
function |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Returns a mock entity for testing. |
| 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. |
| EntityUuidIdTest |
class |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
Tests that an entity with a UUID as ID can be managed. |
| EntityUuidIdTest.php |
file |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
|
| EntityUuidIdTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
The theme to install as the default for testing. |
| EntityUuidIdTest::$modules |
property |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
Modules to install. |
| EntityUuidIdTest::setUp |
function |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
|
| EntityUuidIdTest::testUi |
function |
core/tests/Drupal/FunctionalTests/Entity/EntityUuidIdTest.php |
Tests the user interface for the test entity. |
| 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 |
An array of plugin managers with clearable cached definitions. |
| EntityValidationTest::$entityFieldText |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
Text for the test field on the entity. |
| EntityValidationTest::$entityName |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
The name of the entity. |
| EntityValidationTest::$entityUser |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityValidationTest.php |
The user for the entity. |
| 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. |