public function MetatagViewsCacheWrapper::summaryTitle in Metatag 8
Return a string to display as the clickable title for the access control.
Overrides CachePluginBase::summaryTitle
File
- metatag_views/
src/ MetatagViewsCacheWrapper.php, line 123
Class
- MetatagViewsCacheWrapper
- This class wraps a Views cache plugin.
Namespace
Drupal\metatag_viewsCode
public function summaryTitle() {
return $this->plugin
->summaryTitle();
}