public function AliasWhitelist::__destruct

Overrides \Drupal\Core\Utility\CacheArray::clear().

Overrides CacheArray::__destruct

File

drupal/core/lib/Drupal/Core/Path/AliasWhitelist.php, line 149
Contains \Drupal\Core\Path\AliasWhitelist.

Class

AliasWhitelist
Extends CacheArray to build the path alias whitelist over time.

Namespace

Drupal\Core\Path

Code

public function __destruct() {

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