public function AliasWhitelist::destruct

Implements Drupal\Core\DestructableInterface::destruct().

Overrides DestructableInterface::destruct

File

drupal/core/lib/Drupal/Core/Path/AliasWhitelist.php, line 142
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() {
  parent::__destruct();
}