You are here

public function MetatagViewsCacheWrapper::getPluginId in Metatag 8

Gets the plugin_id of the plugin instance.

Return value

string The plugin_id of the plugin instance.

Overrides PluginBase::getPluginId

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 348

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

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