You are here

public function Entity::summaryTitle in Views (for Drupal 7) 8.3

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

Overrides PluginBase::summaryTitle

File

lib/Views/system/Plugin/views/row/Entity.php, line 109
Definition of Views\system\Plugin\views\row\Entity.

Class

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

Namespace

Views\system\Plugin\views\row

Code

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