You are here

function views_plugin_row_heartbeat_rss::options_form_summary_options in Heartbeat 7

Return the main options, which are shown in the summary title.

2 calls to views_plugin_row_heartbeat_rss::options_form_summary_options()
views_plugin_row_heartbeat_rss::options_form in views/views_plugin_row_heartbeat_rss.inc
Provide a form for setting options.
views_plugin_row_heartbeat_rss::summary_title in views/views_plugin_row_heartbeat_rss.inc
Returns the summary of the settings in the display.

File

views/views_plugin_row_heartbeat_rss.inc, line 51
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 options_form_summary_options() {
  return array(
    //'full' => t('Full text'),
    'default' => t('Use default RSS settings'),
  );
}