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
- Search 11.x for build
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RouteBuilder::$deprecatedProperties | property | core/ |
Deprecated service properties. |
| RouteBuilder::$dispatcher | property | core/ |
The event dispatcher to notify of routes. |
| RouteBuilder::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| RouteBuilder::$dumper | property | core/ |
The dumper to which we should send collected routes. |
| RouteBuilder::$lock | property | core/ |
The used lock backend instance. |
| RouteBuilder::$rebuildNeeded | property | core/ |
Flag that indicates if we should rebuild at the end of the request. |
| RouteBuilder::$routeCollection | property | core/ |
The route collection during the rebuild. |
| RouteBuilder::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| RouteBuilder::destruct | function | core/ |
Performs destruct operations. |
| RouteBuilder::destruct | function | core/ |
Performs destruct operations. |
| RouteBuilder::getRouteDefinitions | function | core/ |
Retrieves all defined routes from .routing.yml files. |
| RouteBuilder::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| RouteBuilder::rebuild | function | core/ |
Rebuilds the route information and dumps it. |
| RouteBuilder::rebuild | function | core/ |
Rebuilds the route information and dumps it. |
| RouteBuilder::rebuildIfNeeded | function | core/ |
Rebuilds the route information if necessary, and dumps it. |
| RouteBuilder::rebuildIfNeeded | function | core/ |
Rebuilds the route information if necessary, and dumps it. |
| RouteBuilder::setRebuildNeeded | function | core/ |
Sets the router to be rebuilt next time rebuildIfNeeded() is called. |
| RouteBuilder::setRebuildNeeded | function | core/ |
Sets the router to be rebuilt next time rebuildIfNeeded() is called. |
| RouteBuilder::__construct | function | core/ |
Constructs a ProxyClass Drupal proxy object. |
| RouteBuilder::__construct | function | core/ |
Constructs the RouteBuilder using the passed MatcherDumperInterface. |
| RouteBuilderInterface | interface | core/ |
Rebuilds the route information and dumps it. |
| 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::$alterFired | property | core/ |
Indicates whether the alter event was fired. |
| RouteBuilderTest::$checkProvider | property | core/ |
The check provider. |
| RouteBuilderTest::$controllerResolver | property | core/ |
The controller resolver. |
| RouteBuilderTest::$dispatcher | property | core/ |
The mocked event dispatcher. |
| RouteBuilderTest::$dumper | property | core/ |
The matcher dumper. |
| RouteBuilderTest::$dynamicFired | property | core/ |
Indicates whether the dynamic event was fired. |
| RouteBuilderTest::$expectedRouteCollection | property | core/ |
The route collection that the dynamic and alter events expect to receive. |
| 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::getSubscribedEvents | function | core/ |
|
| RouteBuilderTest::onRouteAlter | function | core/ |
|
| RouteBuilderTest::onRouteDynamic | function | core/ |
|
| RouteBuilderTest::setUp | function | core/ |
|
| RouteBuilderTest::setUpMockCheckProvider | function | core/ |
Reinitializes the check provider as a mock object. |
| RouteBuilderTest::setUpMockMatcherDumper | function | core/ |
Reinitializes the matcher dumper as a mock object. |
| RouteBuilderTest::testDeprecatedConstructorArgs | function | core/ |
#[IgnoreDeprecations] #[AllowMockObjectsWithoutExpectations] |
| 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. |
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.