You are here

protected property RouterRebuildConfirmForm::$routeBuilder in Devel 4.x

Same name and namespace in other branches
  1. 8.3 src/Form/RouterRebuildConfirmForm.php \Drupal\devel\Form\RouterRebuildConfirmForm::routeBuilder
  2. 8 src/Form/RouterRebuildConfirmForm.php \Drupal\devel\Form\RouterRebuildConfirmForm::routeBuilder
  3. 8.2 src/Form/RouterRebuildConfirmForm.php \Drupal\devel\Form\RouterRebuildConfirmForm::routeBuilder

The route builder service.

Type: \Drupal\Core\Routing\RouteBuilderInterface

File

src/Form/RouterRebuildConfirmForm.php, line 21

Class

RouterRebuildConfirmForm
Provides confirmation form for rebuilding the routes.

Namespace

Drupal\devel\Form

Code

protected $routeBuilder;