You are here

public function MetatagViewsCacheWrapper::__sleep in Metatag 8

Overrides DependencySerializationTrait::__sleep

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 390

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

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