| 1 views_plugin_pager.inc | views_plugin_pager::summary_title() | 
Return a string to display as the clickable title for the pager plugin.
Overrides views_plugin::summary_title
File
- core/modules/ views/ plugins/ views_plugin_pager.inc, line 126 
- Definition of views_plugin_pager.
Class
- views_plugin_pager
- The base plugin to handle pager.
Code
function summary_title() {
  return t('Unknown');
}
