public function Rss::summaryTitle in Support Ticketing System 8
Returns the summary of the settings in the display.
Overrides PluginBase::summaryTitle
File
- modules/
support_ticket/ src/ Plugin/ views/ row/ Rss.php, line 79 - Contains \Drupal\support_ticket\Plugin\views\row\Rss.
Class
- Rss
- Plugin which performs a support_ticket_view on the resulting object and formats it as an RSS item.
Namespace
Drupal\support_ticket\Plugin\views\rowCode
public function summaryTitle() {
$options = $this
->buildOptionsForm_summary_options();
return SafeMarkup::checkPlain($options[$this->options['view_mode']]);
}