public function RouteBuilderInterface::rebuild in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Routing/RouteBuilderInterface.php \Drupal\Core\Routing\RouteBuilderInterface::rebuild()
- 9 core/lib/Drupal/Core/Routing/RouteBuilderInterface.php \Drupal\Core\Routing\RouteBuilderInterface::rebuild()
Rebuilds the route information and dumps it.
Return value
bool Returns TRUE if the rebuild succeeds, FALSE otherwise.
1 method overrides RouteBuilderInterface::rebuild()
- RouteBuilder::rebuild in core/
lib/ Drupal/ Core/ ProxyClass/ Routing/ RouteBuilder.php - Rebuilds the route information and dumps it.
File
- core/
lib/ Drupal/ Core/ Routing/ RouteBuilderInterface.php, line 30
Class
- RouteBuilderInterface
- Rebuilds the route information and dumps it.
Namespace
Drupal\Core\RoutingCode
public function rebuild();