You are here

public function MetatagViewsCacheWrapper::__wakeup in Metatag 8

Overrides DependencySerializationTrait::__wakeup

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 397

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

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