You are here

public function MetatagViewsCacheWrapper::query in Metatag 8

Add anything to the query that we might need to.

Overrides PluginBase::query

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 256

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

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