public function LocaleLookup::__destruct

Destructs the CacheArray object.

Overrides CacheArray::__destruct

File

drupal/core/modules/locale/lib/Drupal/locale/LocaleLookup.php, line 100
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() {

  // Do nothing to avoid segmentation faults. This can be restored after the
  // cache collector from http://drupal.org/node/1786490 is used.
}