1 plugin.inc | views_plugin::summary_title() |
Returns the summary of the settings in the display.
File
- core/
modules/ views/ includes/ plugin.inc, line 96
Class
- views_plugin
- Abstract base class to provide interface common to all plugins.
Code
function summary_title() {
return t('Settings');
}