function RouterRebuildConfirmForm::__construct
Constructs a new RouterRebuildConfirmForm object.
Parameters
\Drupal\Core\Routing\RouteBuilderInterface $route_builder: The route builder service.
File
-
src/
Form/ RouterRebuildConfirmForm.php, line 29
Class
- RouterRebuildConfirmForm
- Provides confirmation form for rebuilding the routes.
Namespace
Drupal\devel\FormCode
public function __construct(RouteBuilderInterface $route_builder) {
$this->routeBuilder = $route_builder;
}