You are here

public function MetatagViewsCacheWrapper::filterByDefinedOptions in Metatag 8

Filter out stored options depending on the defined options.

Parameters

array $storage: The stored options.

Overrides PluginBase::filterByDefinedOptions

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 207

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

public function filterByDefinedOptions(array &$storage) {
  $this->plugin
    ->filterByDefinedOptions($storage);
}