public function LocaleLookup::destruct

Performs destruct operations.

Overrides DestructableInterface::destruct

File

drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php, line 93
Contains \Drupal\locale\Locale\Lookup.

Class

LocaleLookup
Extends CacheArray to allow for dynamic building of the locale cache.

Namespace

Drupal\locale

Code

public function destruct() {
  parent::__destruct();
}