You are here

public function MetatagViewsCacheWrapper::unpackOptions in Metatag 8

Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away.

Overrides PluginBase::unpackOptions

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 214

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

public function unpackOptions(&$storage, $options, $definition = NULL, $all = TRUE, $check = TRUE) {
  $this->plugin
    ->unpackOptions($storage, $options, $definition, $all, $check);
}