You are here

protected static function Wizard::routeBuilder in Flexiform 8

Wraps the route builder.

Return value

\Drupal\Core\Routing\RouteBuilderInterface An object for state storage.

File

contrib/wizard/src/Entity/Wizard.php, line 180

Class

Wizard
Defines a flexiform wizard entity class.

Namespace

Drupal\flexiform_wizard\Entity

Code

protected static function routeBuilder() {
  return \Drupal::service('router.builder');
}