UnroutedUrlTest::testGetInternalPath |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getInternalPath() method. |
UnroutedUrlTest::testGetOptions |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getOptions() method. |
UnroutedUrlTest::testGetRouteName |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getRouteName() method. |
UnroutedUrlTest::testGetRouteParameters |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getRouteParameters() method. |
UnroutedUrlTest::testGetUri |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the getPath() method. |
UnroutedUrlTest::testIsExternal |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the isExternal() method. |
UnroutedUrlTest::testToString |
function |
core/tests/Drupal/Tests/Core/UnroutedUrlTest.php |
Tests the toString() method. |
unrouted_url_assembler |
service |
core/core.services.yml |
Drupal\Core\Utility\UnroutedUrlAssembler |
UpdateContribTest::testUpdateBrokenFetchURL |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Makes sure that if we fetch from a broken URL, sane things happen. |
UpdateFetcher::$fetchUrl |
property |
core/modules/update/src/UpdateFetcher.php |
The fetch url configured in the update settings. |
UpdateFetcher::buildFetchUrl |
function |
core/modules/update/src/UpdateFetcher.php |
Generates the URL to fetch information about project updates. |
UpdateFetcher::getFetchBaseUrl |
function |
core/modules/update/src/UpdateFetcher.php |
Returns the base of the URL to fetch available update data for a project. |
UpdateFetcher::UPDATE_DEFAULT_URL |
constant |
core/modules/update/src/UpdateFetcher.php |
URL to check for updates, if a given project doesn't define its own. |
UpdateFetcherInterface::buildFetchUrl |
function |
core/modules/update/src/UpdateFetcherInterface.php |
Generates the URL to fetch information about project updates. |
UpdateFetcherInterface::getFetchBaseUrl |
function |
core/modules/update/src/UpdateFetcherInterface.php |
Returns the base of the URL to fetch available update data for a project. |
UpdateFetcherTest::providerTestUpdateBuildFetchUrl |
function |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Provide test data for self::testUpdateBuildFetchUrl(). |
UpdateFetcherTest::testUpdateBuildFetchUrl |
function |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Tests that buildFetchUrl() builds the URL correctly. |
UpdatePathLastRemovedTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
URL for the upgrade script. |
UpdatePathTestBase::$updateUrl |
property |
core/modules/system/src/Tests/Update/UpdatePathTestBase.php |
The update URL. |
UpdatePathTestBase::$updateUrl |
property |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
The update URL. |
UpdateSchemaTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php |
The update URL. |
UpdateScriptTest::$statusReportUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
The URL to the status report page. |
UpdateScriptTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
URL to the update.php script. |
UpdatesWith7xTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatesWith7xTest.php |
The URL for the update page. |
Url |
class |
core/modules/views/src/Plugin/views/field/Url.php |
Field handler to provide simple renderer that turns a URL into a clickable link. |
Url |
class |
core/lib/Drupal/Core/Render/Element/Url.php |
Provides a form element for input of a URL. |
Url |
class |
core/lib/Drupal/Core/Url.php |
Defines an object that holds information about a URL. |
Url.php |
file |
core/lib/Drupal/Core/Render/Element/Url.php |
|
Url.php |
file |
core/lib/Drupal/Core/Url.php |
|
Url.php |
file |
core/modules/views/src/Plugin/views/field/Url.php |
|
Url::$accessManager |
property |
core/lib/Drupal/Core/Url.php |
The access manager |
Url::$external |
property |
core/lib/Drupal/Core/Url.php |
Indicates whether this object contains an external URL. |
Url::$internalPath |
property |
core/lib/Drupal/Core/Url.php |
Stores the internal path, if already requested by getInternalPath(). |
Url::$options |
property |
core/lib/Drupal/Core/Url.php |
The URL options. |
Url::$routeName |
property |
core/lib/Drupal/Core/Url.php |
The route name. |
Url::$routeParameters |
property |
core/lib/Drupal/Core/Url.php |
The route parameters. |
Url::$unrouted |
property |
core/lib/Drupal/Core/Url.php |
Indicates whether this URL is for a URI without a Drupal route. |
Url::$uri |
property |
core/lib/Drupal/Core/Url.php |
The non-route URI. |
Url::$urlAssembler |
property |
core/lib/Drupal/Core/Url.php |
The unrouted URL assembler. |
Url::$urlGenerator |
property |
core/lib/Drupal/Core/Url.php |
The URL generator. |
Url::access |
function |
core/lib/Drupal/Core/Url.php |
Checks this Url object against applicable access check services. |
Url::accessManager |
function |
core/lib/Drupal/Core/Url.php |
|
Url::buildOptionsForm |
function |
core/modules/views/src/Plugin/views/field/Url.php |
Provide link to the page being visited. |
Url::createFromRequest |
function |
core/lib/Drupal/Core/Url.php |
Returns the Url object matching a request. |
Url::defineOptions |
function |
core/modules/views/src/Plugin/views/field/Url.php |
Information about options for all kinds of purposes will be held here. |
Url::fromEntityUri |
function |
core/lib/Drupal/Core/Url.php |
Create a new Url object for entity URIs. |
Url::fromInternalUri |
function |
core/lib/Drupal/Core/Url.php |
Creates a new Url object for 'internal:' URIs. |
Url::fromRoute |
function |
core/lib/Drupal/Core/Url.php |
Creates a new Url object for a URL that has a Drupal route. |
Url::fromRouteMatch |
function |
core/lib/Drupal/Core/Url.php |
Creates a new URL object from a route match. |
Url::fromRouteUri |
function |
core/lib/Drupal/Core/Url.php |
Creates a new Url object for 'route:' URIs. |