function PluginBase::summaryTitle
Same name in other branches
- 9 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::summaryTitle()
- 10 core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::summaryTitle()
- 11.x core/modules/views/src/Plugin/views/PluginBase.php \Drupal\views\Plugin\views\PluginBase::summaryTitle()
Overrides ViewsPluginInterface::summaryTitle
6 methods override PluginBase::summaryTitle()
- AccessPluginBase::summaryTitle in core/
modules/ views/ src/ Plugin/ views/ access/ AccessPluginBase.php - Returns the summary of the settings in the display.
- CachePluginBase::summaryTitle in core/
modules/ views/ src/ Plugin/ views/ cache/ CachePluginBase.php - Return a string to display as the clickable title for the access control.
- EntityRow::summaryTitle in core/
modules/ views/ src/ Plugin/ views/ row/ EntityRow.php - Returns the summary of the settings in the display.
- PagerPluginBase::summaryTitle in core/
modules/ views/ src/ Plugin/ views/ pager/ PagerPluginBase.php - Return a string to display as the clickable title for the pager plugin.
- QueryPluginBase::summaryTitle in core/
modules/ views/ src/ Plugin/ views/ query/ QueryPluginBase.php - Returns the summary of the settings in the display.
File
-
core/
modules/ views/ src/ Plugin/ views/ PluginBase.php, line 313
Class
- PluginBase
- Base class for any views plugin types.
Namespace
Drupal\views\Plugin\viewsCode
public function summaryTitle() {
return $this->t('Settings');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.