You are here

function views_plugin_access_hosting_package::summary_title in Hosting 6.2

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

File

package/views/views_plugin_access_hosting_package.inc, line 12

Class

views_plugin_access_hosting_package
Access plugin that provides access control for package views.

Code

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