Search for route
Exact matches
| Title | Object type | File name | Summary | 
|---|---|---|---|
| Route | class | core/ | 
                      Sets the destination route information based on the source link_path. | 
| Route | class | core/ | 
                      
All search results
| Title | Object type | File name | Summary | 
|---|---|---|---|
| ContentModerationRouteSubscriber::$moderatedEntityTypes | property | core/ | 
                                                                                        An associative array of moderated entity types keyed by ID. | 
| ContentModerationRouteSubscriber::alterRoutes | function | core/ | 
                                                                                        Alters existing routes for a specific collection. | 
| ContentModerationRouteSubscriber::getModeratedEntityTypes | function | core/ | 
                                                                                        Returns the moderated entity types. | 
| ContentModerationRouteSubscriber::getSubscribedEvents | function | core/ | 
                                                                                        |
| ContentModerationRouteSubscriber::setLatestRevisionFlag | function | core/ | 
                                                                                        Ensure revisionable entities load the latest revision on entity forms. | 
| ContentModerationRouteSubscriber::__construct | function | core/ | 
                                                                                        ContentModerationRouteSubscriber constructor. | 
| ContentModerationRouteSubscriberTest | class | core/ | 
                                                                                        @coversDefaultClass \Drupal\content_moderation\Routing\ContentModerationRouteSubscriber[[api-linebreak]] | 
| ContentModerationRouteSubscriberTest.php | file | core/ | 
                                                                                        |
| ContentModerationRouteSubscriberTest::$routeSubscriber | property | core/ | 
                                                                                        The test content moderation route subscriber. | 
| ContentModerationRouteSubscriberTest::setLatestRevisionFlagTestCases | function | core/ | 
                                                                                        Data provider for ::testSetLatestRevisionFlag. | 
| ContentModerationRouteSubscriberTest::setUp | function | core/ | 
                                                                                        |
| ContentModerationRouteSubscriberTest::setupEntityTypes | function | core/ | 
                                                                                        Creates the entity type manager mock returning entity type objects. | 
| ContentModerationRouteSubscriberTest::testSetLatestRevisionFlag | function | core/ | 
                                                                                        Tests that the "load_latest_revision" flag is handled correctly. | 
| ContentPreprocess::$routeMatch | property | core/ | 
                                                                                        The route match service. | 
| ContentPreprocessTest::routeNodeProvider | function | core/ | 
                                                                                        Data provider for self::testIsLatestVersionPage(). | 
| ContentPreprocessTest::setupCurrentRouteMatch | function | core/ | 
                                                                                        Mock the current route matching object. | 
| ContentTranslationRouteSubscriber | class | core/ | 
                                                                                        Subscriber for entity translation routes. | 
| ContentTranslationRouteSubscriber.php | file | core/ | 
                                                                                        |
| ContentTranslationRouteSubscriber::$contentTranslationManager | property | core/ | 
                                                                                        The content translation manager. | 
| ContentTranslationRouteSubscriber::alterRoutes | function | core/ | 
                                                                                        Alters existing routes for a specific collection. | 
| ContentTranslationRouteSubscriber::getSubscribedEvents | function | core/ | 
                                                                                        |
| ContentTranslationRouteSubscriber::__construct | function | core/ | 
                                                                                        Constructs a ContentTranslationRouteSubscriber object. | 
| ContentTypeHeaderMatcherTest::testNoRouteFound | function | core/ | 
                                                                                        Confirms that the matcher throws an exception for no-route. | 
| content_moderation.route_subscriber | service | core/ | 
                                                                                        Drupal\content_moderation\Routing\ContentModerationRouteSubscriber | 
| ContextualLinkDefault::getRouteName | function | core/ | 
                                                                                        Returns the route name of the contextual link. | 
| ContextualLinkDefaultTest::testGetRouteName | function | core/ | 
                                                                                        @covers ::getRouteName[[api-linebreak]] | 
| ContextualLinkInterface::getRouteName | function | core/ | 
                                                                                        Returns the route name of the contextual link. | 
| ContextualLinkManagerTest::testProcessDefinitionWithoutRoute | function | core/ | 
                                                                                        Tests processDefinition() by passing a plugin definition without a route. | 
| CsrfAccessCheckTest::$routeMatch | property | core/ | 
                                                                                        The mock route match. | 
| CsrfRequestHeaderTest::testRouteAccess | function | core/ | 
                                                                                        Tests access to routes protected by CSRF request header requirements. | 
| CurrentRouteMatch | class | core/ | 
                                                                                        Default object for current_route_match service. | 
| CurrentRouteMatch.php | file | core/ | 
                                                                                        |
| CurrentRouteMatch::$requestStack | property | core/ | 
                                                                                        The related request stack. | 
| CurrentRouteMatch::$routeMatches | property | core/ | 
                                                                                        Internal cache of RouteMatch objects. | 
| CurrentRouteMatch::getCurrentRouteMatch | function | core/ | 
                                                                                        Returns the route match for the current request. | 
| CurrentRouteMatch::getMasterRouteMatch | function | core/ | 
                                                                                        Gets the master route match.. | 
| CurrentRouteMatch::getParameter | function | core/ | 
                                                                                        Returns the processed value of a named route parameter. | 
| CurrentRouteMatch::getParameters | function | core/ | 
                                                                                        Returns the bag of all processed route parameters. | 
| CurrentRouteMatch::getParentRouteMatch | function | core/ | 
                                                                                        Returns the parent route match of the current. | 
| CurrentRouteMatch::getRawParameter | function | core/ | 
                                                                                        Returns the raw value of a named route parameter. | 
| CurrentRouteMatch::getRawParameters | function | core/ | 
                                                                                        Returns the bag of all raw route parameters. | 
| CurrentRouteMatch::getRouteMatch | function | core/ | 
                                                                                        Returns the route match for a passed in request. | 
| CurrentRouteMatch::getRouteMatchFromRequest | function | core/ | 
                                                                                        Returns a route match from a given request, if possible. | 
| CurrentRouteMatch::getRouteName | function | core/ | 
                                                                                        Returns the route name. | 
| CurrentRouteMatch::getRouteObject | function | core/ | 
                                                                                        Returns the route object. | 
| CurrentRouteMatch::resetRouteMatch | function | core/ | 
                                                                                        Resets the route match static cache. | 
| CurrentRouteMatch::__construct | function | core/ | 
                                                                                        Constructs a CurrentRouteMatch object. | 
| CurrentRouteMatchTest | class | core/ | 
                                                                                        @coversDefaultClass \Drupal\Core\Routing\CurrentRouteMatch[[api-linebreak]] @group Routing  | 
              
| CurrentRouteMatchTest.php | file | core/ | 
                                                                                        |
| CurrentRouteMatchTest::getRouteMatch | function | core/ | 
                                                                                        Build a test route match object for the given implementation. | 
Pagination
- Previous page
 - Page 5
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.