You are here

public function MetatagViewsCacheWrapper::pluginTitle in Metatag 8

Return the human readable name of the display.

This appears on the ui beside each plugin and beside the settings link.

Overrides PluginBase::pluginTitle

File

metatag_views/src/MetatagViewsCacheWrapper.php, line 277

Class

MetatagViewsCacheWrapper
This class wraps a Views cache plugin.

Namespace

Drupal\metatag_views

Code

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