function RouteBuilder::destruct
Performs destruct operations.
Overrides DestructableInterface::destruct
File
-
core/
lib/ Drupal/ Core/ Routing/ RouteBuilder.php, line 218
Class
- RouteBuilder
- Managing class for rebuilding the router table.
Namespace
Drupal\Core\RoutingCode
public function destruct() {
// Rebuild routes only once at the end of the request lifecycle to not
// trigger multiple rebuilds and also make the page more responsive for the
// user.
$this->rebuildIfNeeded();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.