function views_plugin_access_perm::summary_title in Views (for Drupal 7) 6.3
Same name and namespace in other branches
- 6.2 plugins/views_plugin_access_perm.inc \views_plugin_access_perm::summary_title()
- 7.3 plugins/views_plugin_access_perm.inc \views_plugin_access_perm::summary_title()
Return a string to display as the clickable title for the access control.
Overrides views_plugin_access::summary_title
File
- plugins/
views_plugin_access_perm.inc, line 15
Class
- views_plugin_access_perm
- Access plugin that provides permission-based access control.
Code
function summary_title() {
return t($this->options['perm']);
}