You are here

public function MetatagViewsCacheWrapper::destroy in Metatag 8

Clears a plugin.

Overrides PluginBase::destroy

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 221

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

public function destroy() {
  $this->plugin
    ->destroy();
}