1 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

core/modules/comment/views/views_plugin_row_comment_view.inc, line 24
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');
}