UrlConversionTest::testGetInvalidArgumentGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests ::getConnectionInfoAsUrl() exception for invalid arguments. |
UrlConversionTest::testModuleDriverDoesNotExist |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests module driver does not exist. |
UrlConversionTest::testNoModuleSpecifiedDefaultsToDriverName |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests that connection URL with no module name defaults to driver name. |
UrlEncode |
class |
core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php |
URL-encodes the input value. |
UrlEncode.php |
file |
core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php |
|
UrlEncode::transform |
function |
core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php |
Performs the associated process. |
UrlEncodeTest |
class |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
Tests Drupal\migrate\Plugin\migrate\process\UrlEncode. |
UrlEncodeTest.php |
file |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
|
UrlEncodeTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
An array of migration configuration values. |
UrlEncodeTest::doTransform |
function |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
Perform the urlencode process plugin over the given value. |
UrlEncodeTest::testUrls |
function |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
Cover various encoding scenarios. |
UrlEncodeTest::urlDataProvider |
function |
core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php |
The data provider for testing URL encoding scenarios. |
UrlGenerator |
class |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Generates URLs from route names and parameters. |
UrlGenerator.php |
file |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
|
UrlGenerator::$context |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
|
UrlGenerator::$decodedChars |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Overrides characters that will not be percent-encoded in the path segment. |
UrlGenerator::$pathProcessor |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
The path processor to convert the system path to one suitable for URLs. |
UrlGenerator::$provider |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
The route provider. |
UrlGenerator::$requestStack |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
A request stack object. |
UrlGenerator::$routeProcessor |
property |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
The route processor. |
UrlGenerator::doGenerate |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Substitute the route parameters into the route path. |
UrlGenerator::generate |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
|
UrlGenerator::generateFromRoute |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Generates a URL or path for a specific route based on the given parameters. |
UrlGenerator::getContext |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
|
UrlGenerator::getInternalPathFromRoute |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Gets the path of a route. |
UrlGenerator::getPathFromRoute |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Gets the internal path (system path) for a route. |
UrlGenerator::getRoute |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Find the route using the provided route name. |
UrlGenerator::isStrictRequirements |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
|
UrlGenerator::processPath |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Passes the path to a processor manager to allow alterations. |
UrlGenerator::processRoute |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Passes the route to the processor manager for altering before compilation. |
UrlGenerator::setContext |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
|
UrlGenerator::setStrictRequirements |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
|
UrlGenerator::__construct |
function |
core/lib/Drupal/Core/Routing/UrlGenerator.php |
Constructs a new generator object. |
UrlGeneratorInterface |
interface |
core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php |
Defines an interface for generating a URL from a route or system path. |
UrlGeneratorInterface.php |
file |
core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php |
|
UrlGeneratorInterface::generateFromRoute |
function |
core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php |
Generates a URL or path for a specific route based on the given parameters. |
UrlGeneratorInterface::getPathFromRoute |
function |
core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php |
Gets the internal path (system path) for a route. |
UrlGeneratorTest |
class |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Confirm that the UrlGenerator is functioning properly. |
UrlGeneratorTest.php |
file |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
|
UrlGeneratorTest::$aliasManager |
property |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
The alias manager. |
UrlGeneratorTest::$context |
property |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
The request context. |
UrlGeneratorTest::$generator |
property |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
The URL generator to test. |
UrlGeneratorTest::$processorManager |
property |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
The path processor. |
UrlGeneratorTest::$provider |
property |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
The route provider. |
UrlGeneratorTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
The request stack. |
UrlGeneratorTest::$routeProcessorManager |
property |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
The mock route processor manager. |
UrlGeneratorTest::aliasManagerCallback |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Return value callback for getAliasByPath() on the mock alias manager. |
UrlGeneratorTest::assertGenerateFromRoute |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Asserts \Drupal\Core\Routing\UrlGenerator::generateFromRoute()'s output. |
UrlGeneratorTest::providerTestAliasGenerationWithOptions |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Provides test data for testAliasGenerationWithOptions. |
UrlGeneratorTest::providerTestNoPath |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Data provider for ::testNoPath(). |