| ht.router.php |
file |
core/assets/scaffold/files/ht.router.php |
|
| HtmxRendererTest::testHtmxRouteOption |
function |
core/tests/Drupal/KernelTests/Core/Htmx/HtmxRendererTest.php |
Test triggering the renderer with the _htmx_route option. |
| HtRouterTest |
class |
core/tests/Drupal/BuildTests/Framework/Tests/HtRouterTest.php |
Tests Drupal\BuildTests\Framework\BuildTestBase. |
| HtRouterTest.php |
file |
core/tests/Drupal/BuildTests/Framework/Tests/HtRouterTest.php |
|
| HtRouterTest::testHtRouter |
function |
core/tests/Drupal/BuildTests/Framework/Tests/HtRouterTest.php |
@legacy-covers ::instantiateServer |
| ImageStyleDownloadAccessControlTest::testPrivateThroughPublicRoute |
function |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
Ensures that private:// access is forbidden through image.style_public. |
| ImageStyleDownloadAccessControlTest::testPublicThroughPrivateRoute |
function |
core/modules/image/tests/src/Functional/ImageStyleDownloadAccessControlTest.php |
Ensures that public:// access is forbidden through image.style.private. |
| ImageStyleRoutes |
class |
core/modules/image/src/Routing/ImageStyleRoutes.php |
Defines a route subscriber to register a URL for serving image styles. |
| ImageStyleRoutes.php |
file |
core/modules/image/src/Routing/ImageStyleRoutes.php |
|
| ImageStyleRoutes::$streamWrapperManager |
property |
core/modules/image/src/Routing/ImageStyleRoutes.php |
The stream wrapper manager service. |
| ImageStyleRoutes::create |
function |
core/modules/image/src/Routing/ImageStyleRoutes.php |
Instantiates a new instance of this class. |
| ImageStyleRoutes::routes |
function |
core/modules/image/src/Routing/ImageStyleRoutes.php |
Returns an array of route objects. |
| ImageStyleRoutes::__construct |
function |
core/modules/image/src/Routing/ImageStyleRoutes.php |
Constructs a new ImageStyleRoutes object. |
| ImageUploadAccessTest::testCkeditor5ImageUploadRoute |
function |
core/modules/ckeditor5/tests/src/Functional/ImageUploadAccessTest.php |
Test access to the CKEditor 5 image upload controller. |
| InstallerRouteBuilder |
class |
core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php |
Manages the router in the installer. |
| InstallerRouteBuilder.php |
file |
core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php |
|
| InstallerRouteBuilder::getRouteDefinitions |
function |
core/lib/Drupal/Core/Installer/InstallerRouteBuilder.php |
Overridden to return no routes. |
| InstallerRouteProviderLazyBuilder |
class |
core/lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php |
A Route Provider front-end for use during the installer. |
| InstallerRouteProviderLazyBuilder.php |
file |
core/lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php |
|
| InstallerRouteProviderLazyBuilder::getRouteByName |
function |
core/lib/Drupal/Core/Installer/InstallerRouteProviderLazyBuilder.php |
Find the route using the provided route name. |
| InstallerRouterTest |
class |
core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php |
Tests router rebuilding during installation. |
| InstallerRouterTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php |
|
| InstallerRouterTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php |
The theme to install as the default for testing. |
| InstallerRouterTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php |
The installation profile to install. |
| InstallerRouterTest::prepareEnvironment |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php |
Prepares the current environment for running the test. |
| InstallerRouterTest::testInstalled |
function |
core/tests/Drupal/FunctionalTests/Installer/InstallerRouterTest.php |
Confirms that the installation succeeded. |
| InternalEntitiesTest::testRoutes |
function |
core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php |
Ensures that internal resources types aren't present in the routes. |
| jsonapi.resource_version.route_enhancer |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\Revisions\ResourceVersionRouteEnhancer |
| jsonapi.route_enhancer |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\Routing\RouteEnhancer |
| jsonapi.route_filter.format_setter |
service |
core/modules/jsonapi/jsonapi.services.yml |
Drupal\jsonapi\Routing\EarlyFormatSetter |
| JsonApiRegressionTest::testThatRoutesAreRebuiltAfterDataModelChangesFromIssue2984886 |
function |
core/modules/jsonapi/tests/src/Functional/JsonApiRegressionTest.php |
Ensures that JSON:API routes are caches are dynamically rebuilt. |
| JsonApiTopLevelResourceNormalizerTest::testAliasFieldRouteException |
function |
core/modules/jsonapi/tests/src/Kernel/Normalizer/JsonApiTopLevelResourceNormalizerTest.php |
Tests the message and exceptions when requesting a Label only resource. |
| LanguageLocalTasksTest::getLanguageAdminOverviewRoutes |
function |
core/modules/language/tests/src/Unit/Menu/LanguageLocalTasksTest.php |
Provides a list of routes to test. |
| LanguageNegotiation::$config_route_name |
property |
core/modules/language/src/Annotation/LanguageNegotiation.php |
The route pointing to the plugin's configuration page. |
| LanguageNegotiationContentEntity::meetsContentEntityRoutesCondition |
function |
core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php |
Determines if content entity route condition is met. |
| LanguageNegotiationContentEntityTest::setCurrentRequestForRoute |
function |
core/modules/language/tests/src/Functional/LanguageNegotiationContentEntityTest.php |
Sets the current request to a specific path with the corresponding route. |
| LanguageNegotiationUserAdmin::$router |
property |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
The router. |
| LanguageNegotiationUserAdmin::$stackedRouteMatch |
property |
core/modules/user/src/Plugin/LanguageNegotiation/LanguageNegotiationUserAdmin.php |
The stacked route match. |
| LayoutBuilderBreadcrumbAlterTest::testBreadcrumbAlterNullRouteMatch |
function |
core/modules/layout_builder/tests/src/Kernel/LayoutBuilderBreadcrumbAlterTest.php |
Check that there are no errors when alter called with null route match. |
| LayoutBuilderIsActiveCacheContext::$routeMatch |
property |
core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php |
The current route match. |
| LayoutBuilderRoutes |
class |
core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php |
Provides routes for the Layout Builder UI. |
| LayoutBuilderRoutes.php |
file |
core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php |
|
| LayoutBuilderRoutes::$sectionStorageManager |
property |
core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php |
The section storage manager. |
| LayoutBuilderRoutes::getSubscribedEvents |
function |
core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php |
|
| LayoutBuilderRoutes::onAlterRoutes |
function |
core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php |
Alters existing routes for a specific collection. |
| LayoutBuilderRoutes::__construct |
function |
core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php |
Constructs a new LayoutBuilderRoutes. |
| LayoutBuilderRoutesTest |
class |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php |
Tests Drupal\layout_builder\Routing\LayoutBuilderRoutes. |
| LayoutBuilderRoutesTest.php |
file |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php |
|
| LayoutBuilderRoutesTest::$routeBuilder |
property |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php |
The Layout Builder route builder. |
| LayoutBuilderRoutesTest::$sectionStorageManager |
property |
core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php |
The Layout Builder route builder. |