You are here

function tmgmt_views_job_access::summary_title in Translation Management Tool 7

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

Overrides views_plugin_access::summary_title

File

views/plugins/tmgmt_views_job_access.inc, line 16
Views access plugin.

Class

tmgmt_views_job_access
Access plugin that provides role-based access control.

Code

function summary_title() {
  return t('Job view access');
}