Search for route

  1. Search 7.x for route
  2. Search 9.5.x for route
  3. Search 8.9.x for route
  4. Search 10.3.x for route
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Route class core/modules/migrate/src/Plugin/migrate/process/Route.php Sets the destination route information based on the source link_path.
Route class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.php

All search results

Title Object type File name Summary
NoBigPipeRouteAlterSubscriber.php file core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php
NoBigPipeRouteAlterSubscriber::getSubscribedEvents function core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php
NoBigPipeRouteAlterSubscriber::onRoutingRouteAlterSetNoBigPipe function core/modules/big_pipe/src/EventSubscriber/NoBigPipeRouteAlterSubscriber.php Alters select routes to have the '_no_big_pipe' option.
node.admin_path.route_subscriber service core/modules/node/node.services.yml Drupal\node\EventSubscriber\NodeAdminRouteSubscriber
node.node_route_context service core/modules/node/node.services.yml Drupal\node\ContextProvider\NodeRouteContext
node.route_subscriber service core/modules/node/node.services.yml Drupal\node\Routing\RouteSubscriber
Node::$routeMatch property core/modules/node/src/Plugin/views/argument_default/Node.php The route match.
NodeAdminRouteSubscriber class core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php Sets the _admin_route for specific node-related routes.
NodeAdminRouteSubscriber.php file core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php
NodeAdminRouteSubscriber::$configFactory property core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php The config factory.
NodeAdminRouteSubscriber::$routerBuilder property core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php The router builder.
NodeAdminRouteSubscriber::alterRoutes function core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php Alters existing routes for a specific collection.
NodeAdminRouteSubscriber::getSubscribedEvents function core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php
NodeAdminRouteSubscriber::onConfigSave function core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php Rebuilds the router when node.settings:use_admin_theme is changed.
NodeAdminRouteSubscriber::__construct function core/modules/node/src/EventSubscriber/NodeAdminRouteSubscriber.php Constructs a new NodeAdminRouteSubscriber.
NodeRouteContext class core/modules/node/src/ContextProvider/NodeRouteContext.php Sets the current node as a context on node routes.
NodeRouteContext.php file core/modules/node/src/ContextProvider/NodeRouteContext.php
NodeRouteContext::$routeMatch property core/modules/node/src/ContextProvider/NodeRouteContext.php The route match object.
NodeRouteContext::getAvailableContexts function core/modules/node/src/ContextProvider/NodeRouteContext.php Gets all available contexts for the purposes of configuration.
NodeRouteContext::getRuntimeContexts function core/modules/node/src/ContextProvider/NodeRouteContext.php Gets runtime context values for the given context IDs.
NodeRouteContext::__construct function core/modules/node/src/ContextProvider/NodeRouteContext.php Constructs a new NodeRouteContext.
NodeRouteProvider class core/modules/node/src/Entity/NodeRouteProvider.php Provides routes for nodes.
NodeRouteProvider.php file core/modules/node/src/Entity/NodeRouteProvider.php
NodeRouteProvider::getRoutes function core/modules/node/src/Entity/NodeRouteProvider.php Provides routes for entities.
None::alterRouteDefinition function core/modules/views/src/Plugin/views/access/None.php Allows access plugins to alter the route definition of a view.
NullGenerator::getInternalPathFromRoute function core/lib/Drupal/Core/Routing/NullGenerator.php
NullGenerator::getRoute function core/lib/Drupal/Core/Routing/NullGenerator.php Methods generate(), generateFromRoute() and getPathFromRoute() all call
this protected method.
NullGenerator::processRoute function core/lib/Drupal/Core/Routing/NullGenerator.php
NullMatcherDumper::$routes property core/lib/Drupal/Core/Routing/NullMatcherDumper.php The routes to be dumped.
NullMatcherDumper::addRoutes function core/lib/Drupal/Core/Routing/NullMatcherDumper.php
NullMatcherDumper::getRoutes function core/lib/Drupal/Core/Routing/NullMatcherDumper.php Gets the routes to match.
NullRouteMatch class core/lib/Drupal/Core/Routing/NullRouteMatch.php Stub implementation of RouteMatchInterface for when there's no matched route.
NullRouteMatch.php file core/lib/Drupal/Core/Routing/NullRouteMatch.php
NullRouteMatch::getParameter function core/lib/Drupal/Core/Routing/NullRouteMatch.php
NullRouteMatch::getParameters function core/lib/Drupal/Core/Routing/NullRouteMatch.php
NullRouteMatch::getRawParameter function core/lib/Drupal/Core/Routing/NullRouteMatch.php
NullRouteMatch::getRawParameters function core/lib/Drupal/Core/Routing/NullRouteMatch.php
NullRouteMatch::getRouteName function core/lib/Drupal/Core/Routing/NullRouteMatch.php
NullRouteMatch::getRouteObject function core/lib/Drupal/Core/Routing/NullRouteMatch.php
OptionsRequestSubscriber::$routeProvider property core/lib/Drupal/Core/EventSubscriber/OptionsRequestSubscriber.php The route provider.
OptionsRequestSubscriberTest::testWithoutMatchingRoutes function core/tests/Drupal/Tests/Core/EventSubscriber/OptionsRequestSubscriberTest.php @covers ::onRequest[[api-linebreak]]
OutboundRouteProcessorInterface interface core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php Defines an interface for classes that process the outbound route.
OutboundRouteProcessorInterface.php file core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php
OutboundRouteProcessorInterface::processOutbound function core/lib/Drupal/Core/RouteProcessor/OutboundRouteProcessorInterface.php Processes the outbound route.
OverridesSectionStorage::buildRoutes function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Provides the routes needed for Layout Builder UI.
OverridesSectionStorage::deriveContextsFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Derives the available plugin contexts from route values.
OverridesSectionStorage::extractEntityFromRoute function core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php Extracts an entity from the route values.
OverridesSectionStorageTest::providerTestExtractEntityFromRoute function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php Provides data for ::testExtractEntityFromRoute().
OverridesSectionStorageTest::testBuildRoutes function core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php @covers ::buildRoutes[[api-linebreak]]
@covers ::hasIntegerId[[api-linebreak]]
@covers ::getEntityTypes[[api-linebreak]]
@covers \Drupal\layout_builder\Routing\LayoutBuilderRoutesTrait::buildLayoutRoutes[[api-linebreak]]
OverridesSectionStorageTest::testDeriveContextsFromRoute function core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @covers ::deriveContextsFromRoute[[api-linebreak]]

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.