| 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. |
| EntityViewDisplayEditForm::getOverviewUrl |
function |
core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php |
|
| EnvironmentSupportValidatorTest::testInvalidUrl |
function |
core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php |
Tests handling of an invalid URL in the environment support variable. |
| EnvironmentSupportValidatorTest::testInvalidUrlDuringPreApply |
function |
core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php |
Tests an invalid URL in the environment support variable during pre-apply. |
| EnvironmentSupportValidatorTest::testValidUrl |
function |
core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php |
Tests that the validation message links to the provided URL. |
| EnvironmentSupportValidatorTest::testValidUrlDuringPreApply |
function |
core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php |
Tests that the validation message links to the provided URL during pre-apply. |
| EquivalentUpdateTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/EquivalentUpdateTest.php |
The update URL. |
| ExternalFormUrlTest |
class |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
Ensures that form actions can't be tricked into sending to external URLs. |
| ExternalFormUrlTest.php |
file |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
|
| ExternalFormUrlTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
|
| ExternalFormUrlTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
|
| ExternalFormUrlTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
|
| ExternalFormUrlTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
|
| ExternalFormUrlTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
|
| ExternalFormUrlTest::testActionUrlBehavior |
function |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
Tests form behavior. |
| ExternalFormUrlTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
|
| FieldConfig::urlRouteParameters |
function |
core/modules/field/src/Entity/FieldConfig.php |
|
| FieldConfigDeleteForm::getCancelUrl |
function |
core/modules/field_ui/src/Form/FieldConfigDeleteForm.php |
|
| FieldPluginBaseTest::$unroutedUrlAssembler |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The unrouted URL assembler service. |
| FieldPluginBaseTest::$urlGenerator |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
The mocked URL generator. |
| FieldPluginBaseTest::DEFAULT_URL_OPTIONS |
constant |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Default configuration for URL output. |
| FieldPluginBaseTest::providerTestRenderAsLinkWithUrlAndOptions |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Data provider for ::testRenderAsLinkWithUrlAndOptions(). |
| FieldPluginBaseTest::setUpUrlIntegrationServices |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Sets up the unrouted URL assembler and the link generator. |
| FieldPluginBaseTest::testRenderAsLinkWithUrlAndOptions |
function |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Tests link rendering with a URL and options. |
| FieldStorageAddForm::getRedirectUrl |
function |
core/modules/field_ui/src/Form/FieldStorageAddForm.php |
Gets the redirect URL. |
| FieldUrlTest |
class |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Tests the core Drupal\views\Plugin\views\field\Url handler. |
| FieldUrlTest.php |
file |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
|
| FieldUrlTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Views used by this test. |
| FieldUrlTest::testFieldUrl |
function |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Tests the rendering of a field as a plain text value and as a link. |