Search for routes
- Search 7.x for routes
- Search 9.5.x for routes
- Search 10.3.x for routes
- Search 11.x for routes
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Routes | class | core/ |
Defines dynamic routes. |
Routes | class | core/ |
Provides dynamic routes for test purposes. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
RouteSubscriberBase::alterRoutes | function | core/ |
Alters existing routes for a specific collection. |
RouteSubscriberBase::getSubscribedEvents | function | core/ |
|
RouteSubscriberBase::onAlterRoutes | function | core/ |
Delegates the route altering to self::alterRoutes(). |
RouteSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\views\EventSubscriber\RouteSubscriber @group views |
RouteSubscriberTest.php | file | core/ |
Contains \Drupal\Tests\views\Unit\EventSubscriber\RouteSubscriberTest. |
RouteSubscriberTest::$entityTypeManager | property | core/ |
The mocked entity type manager. |
RouteSubscriberTest::$routeSubscriber | property | core/ |
The tested views route subscriber. |
RouteSubscriberTest::$state | property | core/ |
The mocked key value storage. |
RouteSubscriberTest::$viewStorage | property | core/ |
The mocked view storage. |
RouteSubscriberTest::setUp | function | core/ |
|
RouteSubscriberTest::setupMocks | function | core/ |
Sets up mocks of Views objects needed for testing. |
RouteSubscriberTest::testOnAlterRoutes | function | core/ |
Tests the onAlterRoutes method. |
RouteSubscriberTest::testRouteRebuildFinished | function | core/ |
@covers ::routeRebuildFinished |
RouteTestSubscriber::alterRoutes | function | core/ |
Alters existing routes for a specific collection. |
SearchPageRoutes | class | core/ |
Provides dynamic routes for search. |
SearchPageRoutes.php | file | core/ |
|
SearchPageRoutes::$searchPageRepository | property | core/ |
The search page repository. |
SearchPageRoutes::create | function | core/ |
Instantiates a new instance of this class. |
SearchPageRoutes::routes | function | core/ |
Returns an array of route objects. |
SearchPageRoutes::__construct | function | core/ |
Constructs a new search route subscriber. |
SectionStorageInterface::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
ShortcutLocalTasksTest::getShortcutPageRoutes | function | core/ |
Provides a list of routes to test. |
SimpleConfigSectionStorage::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
SpecialAttributesRouteSubscriber | class | core/ |
Provides a route subscriber which checks for invalid pattern variables. |
SpecialAttributesRouteSubscriber.php | file | core/ |
|
SpecialAttributesRouteSubscriber::alterRoutes | function | core/ |
Alters existing routes for a specific collection. |
SpecialAttributesRouteSubscriber::onAlterRoutes | function | core/ |
Delegates the route altering to self::alterRoutes(). |
SpecialAttributesRouteSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\Core\EventSubscriber\SpecialAttributesRouteSubscriber @group EventSubscriber |
SpecialAttributesRouteSubscriberTest.php | file | core/ |
|
SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingInvalidVariables | function | core/ |
Provides a list of routes with invalid route variables. |
SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingValidVariables | function | core/ |
Provides a list of routes with valid route variables. |
SpecialAttributesRouteSubscriberTest::testOnRouteBuildingInvalidVariables | function | core/ |
Tests the onAlterRoutes method for invalid variables. |
SpecialAttributesRouteSubscriberTest::testOnRouteBuildingValidVariables | function | core/ |
Tests the onAlterRoutes method for valid variables. |
SystemLocalTasksTest::getSystemAdminRoutes | function | core/ |
Provides a list of routes to test. |
TaxonomyLocalTasksTest::getTaxonomyPageRoutes | function | core/ |
Provides a list of routes to test. |
TestRouteSubscriber | class | core/ |
Provides a test route subscriber. |
TestRouteSubscriber | class | core/ |
Provides a callback for route definition. |
TestRouteSubscriber::$applicableViews | property | core/ |
The applicable views. |
TestRouteSubscriber::getApplicableViews | function | core/ |
Returns all views/display combinations with routes. |
TestRouteSubscriber::routesFromArray | function | core/ |
|
TestRouteSubscriber::routesFromCollection | function | core/ |
|
TestStateBasedSectionStorage::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
Tour::$keyedRoutes | property | core/ |
The routes on which this tour should be displayed, keyed by route id. |
Tour::$routes | property | core/ |
The routes on which this tour should be displayed. |
Tour::getRoutes | function | core/ |
The routes that this tour will appear on. |
Tour::resetKeyedRoutes | function | core/ |
Resets the statically cached keyed routes. |
TourInterface::getRoutes | function | core/ |
The routes that this tour will appear on. |
TourInterface::resetKeyedRoutes | function | core/ |
Resets the statically cached keyed routes. |
UpdateLocalTasksTest::getUpdateModuleRoutes | function | core/ |
Provides a list of module routes to test. |
UpdateLocalTasksTest::getUpdateReportRoutes | function | core/ |
Provides a list of report routes to test. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.