You are here

public function views_plugin_row_comment_view::summary_title in Views (for Drupal 7) 7.3

Returns the summary of the settings in the display.

Overrides views_plugin::summary_title

File

modules/comment/views_plugin_row_comment_view.inc, line 36
Definition of views_plugin_row_comment_view.

Class

views_plugin_row_comment_view
Plugin which performs a comment_view on the resulting object.

Code

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