function views_plugin_row_comment_view::summary_title

3.x views_plugin_row_comment_view.inc views_plugin_row_comment_view::summary_title()

Returns the summary of the settings in the display.

Overrides views_plugin::summary_title

File

modules/comment/views_plugin_row_comment_view.inc, line 25
Contains the node RSS row style plugin.

Class

views_plugin_row_comment_view
Plugin which performs a comment_view on the resulting object.

Code

function summary_title() {
  return t('Settings');
}