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