function RouterRebuildConfirmForm::__construct

Same name in other branches
  1. 4.x src/Form/RouterRebuildConfirmForm.php \Drupal\devel\Form\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;
}