public RouteBuilder::rebuildIfNeeded()
Rebuilds the route information if necessary, and dumps it.
bool Returns TRUE if the rebuild occurs, FALSE otherwise.
Overrides RouteBuilderInterface::rebuildIfNeeded
public function rebuildIfNeeded() { if ($this->rebuildNeeded) { return $this->rebuild(); } return FALSE; }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Routing!RouteBuilder.php/function/RouteBuilder::rebuildIfNeeded/8.1.x