You are here

function views_plugin_row_heartbeat_rss::summary_title in Heartbeat 7

Returns the summary of the settings in the display.

Overrides views_plugin::summary_title

File

views/views_plugin_row_heartbeat_rss.inc, line 58
Contains the heartbeat activity view row style plugin.

Class

views_plugin_row_heartbeat_rss
Plugin which performs a heartbeat_activity_view on the resulting object.

Code

function summary_title() {
  $options = $this
    ->options_form_summary_options();
  return check_plain($options[$this->options['item_length']]);
}