You are here

public function RouteBuilderInterface::rebuildIfNeeded in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Routing/RouteBuilderInterface.php \Drupal\Core\Routing\RouteBuilderInterface::rebuildIfNeeded()

Rebuilds the route info and dumps to dumper if necessary.

Return value

bool Returns TRUE if the rebuild occurs, FALSE otherwise.

2 methods override RouteBuilderInterface::rebuildIfNeeded()
RouteBuilder::rebuildIfNeeded in core/lib/Drupal/Core/ProxyClass/Routing/RouteBuilder.php
Rebuilds the route info and dumps to dumper if necessary.
RouteBuilder::rebuildIfNeeded in core/lib/Drupal/Core/Routing/RouteBuilder.php
Rebuilds the route info and dumps to dumper if necessary.

File

core/lib/Drupal/Core/Routing/RouteBuilderInterface.php, line 26
Contains \Drupal\Core\Routing\RouteBuilderInterface.

Class

RouteBuilderInterface

Namespace

Drupal\Core\Routing

Code

public function rebuildIfNeeded();