You are here

public function MetatagViewsCacheWrapper::getResultsKey in Metatag 8

Returns the resultsKey property.

Return value

string The resultsKey property.

Overrides CachePluginBase::getResultsKey

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 116

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

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