You are here

public function MetatagViewsCacheWrapper::getDerivativeId in Metatag 8

Gets the derivative_id of the plugin instance.

Return value

string|null The derivative_id of the plugin instance NULL otherwise.

Overrides PluginBase::getDerivativeId

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 362

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

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