Search for build
- Search 7.x for build
- Search 9.5.x for build
- Search 8.9.x for build
- Search 10.3.x for build
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RouteBuilderInterface.php | file | core/ |
|
| RouteBuilderInterface::rebuild | function | core/ |
Rebuilds the route information and dumps it. |
| RouteBuilderInterface::rebuildIfNeeded | function | core/ |
Rebuilds the route information if necessary, and dumps it. |
| RouteBuilderInterface::setRebuildNeeded | function | core/ |
Sets the router to be rebuilt next time rebuildIfNeeded() is called. |
| RouteBuilderTest | class | core/ |
Tests Drupal\Core\Routing\RouteBuilder. |
| RouteBuilderTest.php | file | core/ |
|
| RouteBuilderTest::$checkProvider | property | core/ |
|
| RouteBuilderTest::$controllerResolver | property | core/ |
The controller resolver. |
| RouteBuilderTest::$dispatcher | property | core/ |
The mocked event dispatcher. |
| RouteBuilderTest::$dumper | property | core/ |
The mocked matcher dumper. |
| RouteBuilderTest::$lock | property | core/ |
The mocked lock backend. |
| RouteBuilderTest::$moduleHandler | property | core/ |
The module handler. |
| RouteBuilderTest::$routeBuilder | property | core/ |
The actual tested route builder. |
| RouteBuilderTest::$yamlDiscovery | property | core/ |
The mocked YAML discovery. |
| RouteBuilderTest::setUp | function | core/ |
|
| RouteBuilderTest::testRebuildBlockingLock | function | core/ |
Tests route rebuilding with a blocking lock. |
| RouteBuilderTest::testRebuildIfNeeded | function | core/ |
Tests \Drupal\Core\Routing\RouteBuilder::rebuildIfNeeded() method. |
| RouteBuilderTest::testRebuildLockingUnlocking | function | core/ |
Tests that the route rebuilding both locks and unlocks. |
| RouteBuilderTest::testRebuildWithOverriddenRouteClass | function | core/ |
Tests routes can use alternative compiler classes. |
| RouteBuilderTest::testRebuildWithProviderBasedRoutes | function | core/ |
Tests the rebuild with routes provided by a callback. |
| RouteBuilderTest::testRebuildWithStaticModuleRoutes | function | core/ |
Tests that provided routes by a module is put into the dumper/dispatcher. |
| RouteBuildEvent | class | core/ |
Represents route building information as event. |
| RouteBuildEvent.php | file | core/ |
|
| RouteBuildEvent::$routeCollection | property | core/ |
The route collection. |
| RouteBuildEvent::getRouteCollection | function | core/ |
Gets the route collection. |
| RouteBuildEvent::__construct | function | core/ |
Constructs a RouteBuildEvent object. |
| RouteMethodSubscriber::onRouteBuilding | function | core/ |
Sets a default value of GET|POST for the _method route property. |
| RoutePreloader::$nonAdminRoutesOnRebuild | property | core/ |
Contains the non-admin routes while rebuilding the routes. |
| RouteProviderLazyBuilder | class | core/ |
A Route Provider front-end for all Drupal-stored routes. |
| RouteProviderLazyBuilder.php | file | core/ |
|
| RouteProviderLazyBuilder::$rebuilding | property | core/ |
Flag to determine if router is currently being rebuilt. |
| RouteProviderLazyBuilder::$rebuilt | property | core/ |
Flag to determine if the router has been rebuilt. |
| RouteProviderLazyBuilder::$routeBuilder | property | core/ |
The route building service. |
| RouteProviderLazyBuilder::$routeProvider | property | core/ |
The route provider service. |
| RouteProviderLazyBuilder::getAllRoutes | function | core/ |
Returns all the routes on the system. |
| RouteProviderLazyBuilder::getRouteAliases | function | core/ |
Gets aliases for a route name. |
| RouteProviderLazyBuilder::getRouteByName | function | core/ |
Find the route using the provided route name. |
| RouteProviderLazyBuilder::getRouteCollectionForRequest | function | core/ |
Finds routes that may potentially match the request. |
| RouteProviderLazyBuilder::getRouteProvider | function | core/ |
Gets the real route provider service and rebuilds the router id necessary. |
| RouteProviderLazyBuilder::getRoutesByNames | function | core/ |
Find many routes by their names using the provided list of names. |
| RouteProviderLazyBuilder::getRoutesByPattern | function | core/ |
Get all routes which match a certain pattern. |
| RouteProviderLazyBuilder::getSubscribedEvents | function | core/ |
|
| RouteProviderLazyBuilder::hasRebuilt | function | core/ |
Determines if the router has been rebuilt. |
| RouteProviderLazyBuilder::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
| RouteProviderLazyBuilder::reset | function | core/ |
Resets the route provider object. |
| RouteProviderLazyBuilder::routerRebuildFinished | function | core/ |
Sets the router rebuilding flag to FALSE. |
| RouteProviderLazyBuilder::routerRebuilding | function | core/ |
Sets the router rebuilding flag to TRUE. |
| RouteProviderLazyBuilder::__construct | function | core/ |
RouteProviderLazyBuilder constructor. |
| router.builder | service | core/ |
Drupal\Core\Routing\RouteBuilder |
| router.route_provider.lazy_builder | service | core/ |
Drupal\Core\Routing\RouteProviderLazyBuilder |
Pagination
- Previous page
- Page 55
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.