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 |
Returns the Url object for a specific entity (form) display edit form. |
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 |
Modules to install. |
ExternalFormUrlTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
Form constructor. |
ExternalFormUrlTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
Returns a unique string identifying the form. |
ExternalFormUrlTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
|
ExternalFormUrlTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php |
Form submission handler. |
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 |
Form validation handler. |
FieldConfig::urlRouteParameters |
function |
core/modules/field/src/Entity/FieldConfig.php |
Gets an array of placeholders for this entity. |
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. |
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::$modules |
property |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Modules to install. |
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 |
|
FieldUrlTest::viewsData |
function |
core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php |
Returns the views data definition. |
FieldWebTest::testAlterUrl |
function |
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php |
Tests rewriting the output to a link. |
File::$fileUrlGenerator |
property |
core/modules/file/src/Plugin/views/field/File.php |
The file URL generator. |