You are here

public function MetatagViewsCacheWrapper::getBaseId in Metatag 8

Gets the base_plugin_id of the plugin instance.

Return value

string The base_plugin_id of the plugin instance.

Overrides PluginBase::getBaseId

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 355

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

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