You are here

public function RouteBuilderInterface::rebuild 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::rebuild()

Rebuilds the route info and dumps to dumper.

Return value

bool Returns TRUE if the rebuild succeeds, FALSE otherwise.

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

File

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

Class

RouteBuilderInterface

Namespace

Drupal\Core\Routing

Code

public function rebuild();