public function Rss::summaryTitle in Views (for Drupal 7) 8.3
Returns the summary of the settings in the display.
Overrides PluginBase::summaryTitle
File
- lib/
Views/ node/ Plugin/ views/ row/ Rss.php, line 79 - Definition of Views\node\Plugin\views\row\Rss.
Class
- Rss
- Plugin which performs a node_view on the resulting object and formats it as an RSS item.
Namespace
Views\node\Plugin\views\rowCode
public function summaryTitle() {
$options = $this
->buildOptionsForm_summary_options();
return check_plain($options[$this->options['item_length']]);
}