| UrlBubbleableMetadataBubblingTest.php |
file |
core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php |
|
| UrlBubbleableMetadataBubblingTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php |
|
| UrlBubbleableMetadataBubblingTest::$modules |
property |
core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php |
|
| UrlBubbleableMetadataBubblingTest::testUrlBubbleableMetadataBubbling |
function |
core/modules/system/tests/src/Functional/Render/UrlBubbleableMetadataBubblingTest.php |
Tests that URL bubbleable metadata is correctly bubbled. |
| UrlConversionTest |
class |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests for database URL to/from database connection array conversions. |
| UrlConversionTest.php |
file |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
|
| UrlConversionTest::providerConvertDbUrlToConnectionInfo |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Data provider for testDbUrlToConnectionConversion(). |
| UrlConversionTest::providerGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Data provider for testGetConnectionInfoAsUrl(). |
| UrlConversionTest::providerInvalidArgumentGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Data provider for testGetInvalidArgumentGetConnectionInfoAsUrl(). |
| UrlConversionTest::providerInvalidArgumentsUrlConversion |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Data provider for testGetInvalidArgumentExceptionInUrlConversion(). |
| UrlConversionTest::testDbUrlToConnectionConversion |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests db url to connection conversion. |
| UrlConversionTest::testDriverModuleDoesNotExist |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests driver module does not exist. |
| UrlConversionTest::testGetConnectionInfoAsUrl |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests get connection info as url. |
| UrlConversionTest::testGetInvalidArgumentExceptionInUrlConversion |
function |
core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php |
Tests ::convertDbUrlToConnectionInfo() exception for invalid arguments. |
| 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. |
| 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 |
|
| 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. |
| 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 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(). |
| UrlGeneratorTest::setUp |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
|
| UrlGeneratorTest::setUpMockRouteProcessorManager |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Reinitializes the route processor manager as a mock object. |
| UrlGeneratorTest::testAbsoluteURLGeneration |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Confirms that absolute URLs work with generated routes. |
| UrlGeneratorTest::testAbsoluteURLGenerationUsingInterfaceConstants |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Confirms that absolute URLs work with generated routes using interface constants. |
| UrlGeneratorTest::testAliasGeneration |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Confirms that generated routes will have aliased paths. |
| UrlGeneratorTest::testAliasGenerationUsingInterfaceConstants |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Confirms that generated routes will have aliased paths using interface constants. |
| UrlGeneratorTest::testAliasGenerationWithOptions |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Confirms that generated routes will have aliased paths with options. |
| UrlGeneratorTest::testAliasGenerationWithParameters |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Confirms that generated routes will have aliased paths. |
| UrlGeneratorTest::testBaseURLGeneration |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Confirms that explicitly setting the base_url works with generated routes. |
| UrlGeneratorTest::testEncodingOfChainedRelativePathSegments |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Tests generate with chained relative path segments. |
| UrlGeneratorTest::testGenerateWithPathProcessorChangingOptions |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Tests generate with path processor changing options. |
| UrlGeneratorTest::testGenerateWithRouteNameInOptions |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Tests that route name and parameters are passed to path processors. |
| UrlGeneratorTest::testGetPathFromRouteTrailing |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Tests URL generation from route with trailing start and end slashes. |
| UrlGeneratorTest::testGetPathFromRouteWithSubdirectory |
function |
core/tests/Drupal/Tests/Core/Routing/UrlGeneratorTest.php |
Tests URL generation in a subdirectory. |