You are here

public function MetatagViewsCacheWrapper::__get in Metatag 8

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 415

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

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