You are here

function views_plugin_exposed_form::summary_title in Views (for Drupal 7) 6.3

Return a string to display as the clickable title for the control.

2 methods override views_plugin_exposed_form::summary_title()
views_plugin_exposed_form_basic::summary_title in plugins/views_plugin_exposed_form_basic.inc
Return a string to display as the clickable title for the control.
views_plugin_exposed_form_input_required::summary_title in plugins/views_plugin_exposed_form_input_required.inc
Return a string to display as the clickable title for the control.

File

plugins/views_plugin_exposed_form.inc, line 27

Class

views_plugin_exposed_form
The base plugin to handle exposed filter forms.

Code

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