function RouteBuilder::destruct

Performs destruct operations.

Overrides DestructableInterface::destruct

File

core/lib/Drupal/Core/ProxyClass/Routing/RouteBuilder.php, line 97

Class

RouteBuilder
Provides a proxy class for \Drupal\Core\Routing\RouteBuilder.

Namespace

Drupal\Core\ProxyClass\Routing

Code

public function destruct() {
  return $this->lazyLoadItself()
    ->destruct();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.