function MenuActiveTrail::destruct
Performs destruct operations.
Overrides DestructableInterface::destruct
File
-
core/
lib/ Drupal/ Core/ ProxyClass/ Menu/ MenuActiveTrail.php, line 137
Class
- MenuActiveTrail
- Provides a proxy class for \Drupal\Core\Menu\MenuActiveTrail.
Namespace
Drupal\Core\ProxyClass\MenuCode
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.