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\Form

Code

public function __construct(RouteBuilderInterface $route_builder) {
    $this->routeBuilder = $route_builder;
}