You are here

function views_plugin_access_hosting_site::summary_title in Hosting 6.2

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

File

site/views/views_plugin_access_hosting_site.inc, line 18

Class

views_plugin_access_hosting_site
Access plugin that provides access control for site views.

Code

function summary_title() {
  return t('Hosting site');
}