RouteBuilder::destruct

public RouteBuilder::destruct()

Performs destruct operations.

Overrides DestructableInterface::destruct

File

core/lib/Drupal/Core/Routing/RouteBuilder.php, line 213

Class

RouteBuilder
Managing class for rebuilding the router table.

Namespace

Drupal\Core\Routing

Code

1
2
3
4
5
6
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();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.