Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PluginBase.php

function 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
Returns 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
Returns 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.

... See full list

File

core/modules/views/src/Plugin/views/PluginBase.php, line 317

Class

PluginBase
Base class for any views plugin types.

Namespace

Drupal\views\Plugin\views

Code

public function summaryTitle() {
    return $this->t('Settings');
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal