EntityUrlTest::DEFAULT_REVISION |
constant |
core/tests/Drupal/Tests/Core/Entity/EntityUrlTest.php |
Indicator for default revisions. |
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::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. |
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 enable. |
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. |
Feed::getUrl |
function |
core/modules/aggregator/src/Entity/Feed.php |
Returns the url to the feed. |
Feed::getWebsiteUrl |
function |
core/modules/aggregator/src/Entity/Feed.php |
Returns the parent website of the feed. |
Feed::setUrl |
function |
core/modules/aggregator/src/Entity/Feed.php |
Sets the url to the feed. |
Feed::setWebsiteUrl |
function |
core/modules/aggregator/src/Entity/Feed.php |
Sets the parent website of the feed. |
FeedDeleteForm::getCancelUrl |
function |
core/modules/aggregator/src/Form/FeedDeleteForm.php |
Returns the route to go to if the user cancels the action. |
FeedDeleteForm::getRedirectUrl |
function |
core/modules/aggregator/src/Form/FeedDeleteForm.php |
Returns the URL where the user should be redirected after deletion. |
FeedInterface::getUrl |
function |
core/modules/aggregator/src/FeedInterface.php |
Returns the url to the feed. |
FeedInterface::getWebsiteUrl |
function |
core/modules/aggregator/src/FeedInterface.php |
Returns the parent website of the feed. |
FeedInterface::setUrl |
function |
core/modules/aggregator/src/FeedInterface.php |
Sets the url to the feed. |
FeedInterface::setWebsiteUrl |
function |
core/modules/aggregator/src/FeedInterface.php |
Sets the parent website of the feed. |
FeedItemsDeleteForm::getCancelUrl |
function |
core/modules/aggregator/src/Form/FeedItemsDeleteForm.php |
Returns the route to go to if the user cancels the action. |
FeedUrlConstraint |
class |
core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php |
Supports validating feed URLs. |
FeedUrlConstraint.php |
file |
core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php |
|
FeedUrlConstraint::$message |
property |
core/modules/aggregator/src/Plugin/Validation/Constraint/FeedUrlConstraint.php |
|
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::$defaultUrlOptions |
property |
core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php |
Default configuration for URL output. |
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. |