function RouteBuilder::rebuild
Rebuilds the route information and dumps it.
Return value
bool Returns TRUE if the rebuild succeeds, FALSE otherwise.
Overrides RouteBuilderInterface::rebuild
File
- 
              core/lib/ Drupal/ Core/ ProxyClass/ Routing/ RouteBuilder.php, line 81 
Class
- RouteBuilder
- Provides a proxy class for \Drupal\Core\Routing\RouteBuilder.
Namespace
Drupal\Core\ProxyClass\RoutingCode
public function rebuild() {
  return $this->lazyLoadItself()
    ->rebuild();
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
