| PathValidator::getUrlIfValid |
function |
core/lib/Drupal/Core/Path/PathValidator.php |
Returns a URL object, if the path is valid and accessible. |
| PathValidator::getUrlIfValidWithoutAccessCheck |
function |
core/lib/Drupal/Core/Path/PathValidator.php |
Returns a URL object, if the path is valid. |
| PathValidatorInterface::getUrlIfValid |
function |
core/lib/Drupal/Core/Path/PathValidatorInterface.php |
Returns a URL object, if the path is valid and accessible. |
| PathValidatorInterface::getUrlIfValidWithoutAccessCheck |
function |
core/lib/Drupal/Core/Path/PathValidatorInterface.php |
Returns a URL object, if the path is valid. |
| PathValidatorTest::testGetUrlIfValidWithAccess |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValid() method when there is access. |
| PathValidatorTest::testGetUrlIfValidWithFrontPageAndQueryAndFragments |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValid() method with a front page + query + fragments. |
| PathValidatorTest::testGetUrlIfValidWithoutAccess |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValid() method where there is no access. |
| PathValidatorTest::testGetUrlIfValidWithoutAccessCheck |
function |
core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php |
Tests getting a Url for CLI and HTTP methods. |
| PathValidatorTest::testGetUrlIfValidWithoutAccessCheck |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValidWithoutAccessCheck() method. |
| PathValidatorTest::testGetUrlIfValidWithoutAccessCheckWithInvalidPath |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValidWithoutAccessCheck() method with an invalid path. |
| PathValidatorTest::testGetUrlIfValidWithQuery |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the getUrlIfValid() method with a query in the path. |
| PathValidatorTest::testIsValidWithExternalUrl |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method for an external URL. |
| PathValidatorTest::testIsValidWithInvalidExternalUrl |
function |
core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php |
Tests the isValid() method with an invalid external URL. |
| PhpStreamWrapperInterface::url_stat |
function |
core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php |
Retrieve information about a file. |
| PrepareModulesEntityUninstallForm::getCancelUrl |
function |
core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php |
Returns the route to go to if the user cancels the action. |
| PrivateStream::getExternalUrl |
function |
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php |
Returns a web accessible URL for the resource. |
| ProjectRelease::$downloadUrl |
property |
core/modules/update/src/ProjectRelease.php |
The download URL or NULL if none is available. |
| ProjectRelease::$releaseUrl |
property |
core/modules/update/src/ProjectRelease.php |
The URL for the release. |
| ProjectRelease::getDownloadUrl |
function |
core/modules/update/src/ProjectRelease.php |
Gets the download URL of the release. |
| ProjectRelease::getReleaseUrl |
function |
core/modules/update/src/ProjectRelease.php |
Gets the URL of the release. |
| Provider::$url |
property |
core/modules/media/src/OEmbed/Provider.php |
The provider URL. |
| Provider::getUrl |
function |
core/modules/media/src/OEmbed/Provider.php |
Returns the provider URL. |
| ProviderRepository::$providersUrl |
property |
core/modules/media/src/OEmbed/ProviderRepository.php |
URL of a JSON document which contains a database of oEmbed providers. |
| PublicStream::baseUrl |
function |
core/lib/Drupal/Core/StreamWrapper/PublicStream.php |
Finds and returns the base URL for public://. |
| PublicStream::getExternalUrl |
function |
core/lib/Drupal/Core/StreamWrapper/PublicStream.php |
Returns a web accessible URL for the resource. |
| RebuildPermissionsForm::getCancelUrl |
function |
core/modules/node/src/Form/RebuildPermissionsForm.php |
Returns the route to go to if the user cancels the action. |
| RedirectCommand::$url |
property |
core/lib/Drupal/Core/Ajax/RedirectCommand.php |
The URL that will be loaded into window.location. |
| RedirectDestination::$urlGenerator |
property |
core/lib/Drupal/Core/Routing/RedirectDestination.php |
The URL generator. |
| RedirectDestinationTest::$urlGenerator |
property |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
The mocked URL generator. |
| RedirectDestinationTest::setupUrlGenerator |
function |
core/tests/Drupal/Tests/Core/Routing/RedirectDestinationTest.php |
|
| RedirectResponseSubscriber::checkRedirectUrl |
function |
core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php |
Allows manipulation of the response object when performing a redirect. |
| RedirectResponseSubscriber::getDestinationAsAbsoluteUrl |
function |
core/lib/Drupal/Core/EventSubscriber/RedirectResponseSubscriber.php |
Converts the passed in destination into an absolute URL. |
| RedirectResponseSubscriberTest::$urlAssembler |
property |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
The mocked request context. |
| RedirectResponseSubscriberTest::providerTestDestinationRedirectToExternalUrl |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Data provider for testDestinationRedirectToExternalUrl(). |
| RedirectResponseSubscriberTest::providerTestDestinationRedirectWithInvalidUrl |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Data provider for testDestinationRedirectWithInvalidUrl(). |
| RedirectResponseSubscriberTest::testDestinationRedirectToExternalUrl |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Tests destination redirect to external url. |
| RedirectResponseSubscriberTest::testDestinationRedirectWithInvalidUrl |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Tests destination redirect with invalid url. |
| RedirectResponseSubscriberTest::testRedirectWithOptInExternalUrl |
function |
core/tests/Drupal/Tests/Core/EventSubscriber/RedirectResponseSubscriberTest.php |
Tests redirect with opt in external url. |
| ReindexConfirm::getCancelUrl |
function |
core/modules/search/src/Form/ReindexConfirm.php |
Returns the route to go to if the user cancels the action. |
| RequestContext::$completeBaseUrl |
property |
core/lib/Drupal/Core/Routing/RequestContext.php |
The scheme, host and base path, for example "https://example.com/d8". |
| RequestContext::getCompleteBaseUrl |
function |
core/lib/Drupal/Core/Routing/RequestContext.php |
Gets the scheme, host and base path. |
| RequestContext::setCompleteBaseUrl |
function |
core/lib/Drupal/Core/Routing/RequestContext.php |
Sets the complete base URL for the Request context. |
| RequestHelper::isCleanUrl |
function |
core/lib/Drupal/Core/Routing/RequestHelper.php |
Returns whether the request is using a clean URL. |
| Resource::$authorUrl |
property |
core/modules/media/src/OEmbed/Resource.php |
A URL for the author/owner of the resource. |
| Resource::$thumbnailUrl |
property |
core/modules/media/src/OEmbed/Resource.php |
A URL to a thumbnail image representing the resource. |
| Resource::$url |
property |
core/modules/media/src/OEmbed/Resource.php |
The resource URL. Only applies to 'photo' and 'link' resources. |
| Resource::getAuthorUrl |
function |
core/modules/media/src/OEmbed/Resource.php |
Returns the URL of the resource author. |
| Resource::getThumbnailUrl |
function |
core/modules/media/src/OEmbed/Resource.php |
Returns the URL of the resource's thumbnail image. |
| Resource::getUrl |
function |
core/modules/media/src/OEmbed/Resource.php |
Returns the URL of the resource. Only applies to 'photo' resources. |
| ResourceController::setResourceUrl |
function |
core/modules/media/tests/modules/media_test_oembed/src/Controller/ResourceController.php |
Maps an asset URL to a local fixture representing its oEmbed resource. |