Search for url
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Url | class | core/ |
Field handler to provide simple renderer that turns a URL into a clickable link. |
Url | class | core/ |
Provides a form element for input of a URL. |
Url | class | core/ |
Defines an object that holds information about a URL. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
UrlEncodeTest::urlDataProvider | function | core/ |
The data provider for testing URL encoding scenarios. |
UrlGenerator | class | core/ |
Generates URLs from route names and parameters. |
UrlGenerator.php | file | core/ |
|
UrlGenerator::$context | property | core/ |
|
UrlGenerator::$decodedChars | property | core/ |
Overrides characters that will not be percent-encoded in the path segment. |
UrlGenerator::$pathProcessor | property | core/ |
The path processor to convert the system path to one suitable for urls. |
UrlGenerator::$provider | property | core/ |
The route provider. |
UrlGenerator::$requestStack | property | core/ |
A request stack object. |
UrlGenerator::$routeProcessor | property | core/ |
The route processor. |
UrlGenerator::doGenerate | function | core/ |
Substitute the route parameters into the route path. |
UrlGenerator::generate | function | core/ |
|
UrlGenerator::generateFromRoute | function | core/ |
Generates a URL or path for a specific route based on the given parameters. |
UrlGenerator::getContext | function | core/ |
|
UrlGenerator::getInternalPathFromRoute | function | core/ |
Gets the path of a route. |
UrlGenerator::getPathFromRoute | function | core/ |
Gets the internal path (system path) for a route. |
UrlGenerator::getRoute | function | core/ |
Find the route using the provided route name. |
UrlGenerator::getRouteDebugMessage | function | core/ |
|
UrlGenerator::isStrictRequirements | function | core/ |
|
UrlGenerator::processPath | function | core/ |
Passes the path to a processor manager to allow alterations. |
UrlGenerator::processRoute | function | core/ |
Passes the route to the processor manager for altering before compilation. |
UrlGenerator::setContext | function | core/ |
|
UrlGenerator::setStrictRequirements | function | core/ |
|
UrlGenerator::supports | function | core/ |
|
UrlGenerator::__construct | function | core/ |
Constructs a new generator object. |
UrlGeneratorInterface | interface | core/ |
Defines an interface for generating a url from a route or system path. |
UrlGeneratorInterface.php | file | core/ |
|
UrlGeneratorInterface::generateFromRoute | function | core/ |
Generates a URL or path for a specific route based on the given parameters. |
UrlGeneratorInterface::getPathFromRoute | function | core/ |
Gets the internal path (system path) for a route. |
UrlGeneratorTest | class | core/ |
Confirm that the UrlGenerator is functioning properly. |
UrlGeneratorTest.php | file | core/ |
|
UrlGeneratorTest::$aliasManager | property | core/ |
The alias manager. |
UrlGeneratorTest::$context | property | core/ |
The request context. |
UrlGeneratorTest::$generator | property | core/ |
The url generator to test. |
UrlGeneratorTest::$processorManager | property | core/ |
The path processor. |
UrlGeneratorTest::$provider | property | core/ |
The route provider. |
UrlGeneratorTest::$requestStack | property | core/ |
The request stack. |
UrlGeneratorTest::$routeProcessorManager | property | core/ |
The mock route processor manager. |
UrlGeneratorTest::aliasManagerCallback | function | core/ |
Return value callback for the getAliasByPath() method on the mock alias manager. |
UrlGeneratorTest::assertGenerateFromRoute | function | core/ |
Asserts \Drupal\Core\Routing\UrlGenerator::generateFromRoute()'s output. |
UrlGeneratorTest::providerTestAliasGenerationWithOptions | function | core/ |
Provides test data for testAliasGenerationWithOptions. |
UrlGeneratorTest::providerTestNoPath | function | core/ |
Data provider for ::testNoPath(). |
UrlGeneratorTest::setUp | function | core/ |
|
UrlGeneratorTest::testAbsoluteURLGeneration | function | core/ |
Confirms that absolute URLs work with generated routes. |
UrlGeneratorTest::testAbsoluteURLGenerationUsingInterfaceConstants | function | core/ |
Confirms that absolute URLs work with generated routes using interface constants. |
UrlGeneratorTest::testAliasGeneration | function | core/ |
Confirms that generated routes will have aliased paths. |
UrlGeneratorTest::testAliasGenerationUsingInterfaceConstants | function | core/ |
Confirms that generated routes will have aliased paths using interface constants. |
UrlGeneratorTest::testAliasGenerationWithOptions | function | core/ |
Confirms that generated routes will have aliased paths with options. |
UrlGeneratorTest::testAliasGenerationWithParameters | function | core/ |
Confirms that generated routes will have aliased paths. |
UrlGeneratorTest::testBaseURLGeneration | function | core/ |
Confirms that explicitly setting the base_url works with generated routes |
UrlGeneratorTest::testGenerateWithPathProcessorChangingQueryParameter | function | core/ |
@covers \Drupal\Core\Routing\UrlGenerator::generateFromRoute |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.