public function EntityRow::summaryTitle

Overrides Drupal\views\Plugin\views\PluginBase::summaryTitle().

Overrides PluginBase::summaryTitle

File

drupal/core/modules/system/lib/Drupal/system/Plugin/views/row/EntityRow.php, line 108
Definition of Drupal\system\Plugin\views\row\EntityRow.

Class

EntityRow
Generic entity row plugin to provide a common base for all entity types.

Namespace

Drupal\system\Plugin\views\row

Code

public function summaryTitle() {
  $options = $this
    ->buildViewModeOptions();
  return check_plain($options[$this->options['view_mode']]);
}