Registry::destruct

public Registry::destruct()

Performs destruct operations.

Overrides DestructableInterface::destruct

File

core/lib/Drupal/Core/Theme/Registry.php, line 738

Class

Registry
Defines the theme registry service.

Namespace

Drupal\Core\Theme

Code

public function destruct() {
  foreach ($this->runtimeRegistry as $runtime_registry) {
    $runtime_registry->destruct();
  }
}
doc_Drupal
2016-10-29 09:37:14
Comments
Leave a Comment

Please login to continue.