You are here

function hosting_package_plugin_access::summary_title in Hosting 7.3

Same name and namespace in other branches
  1. 7.4 package/includes/views/plugins/hosting_package_plugin_access.inc \hosting_package_plugin_access::summary_title()

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

Overrides views_plugin_access::summary_title

File

package/includes/views/plugins/hosting_package_plugin_access.inc, line 12

Class

hosting_package_plugin_access
Access plugin that provides access control for package views.

Code

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