You are here

function commerce_wishlist_views_access_plugin::summary_title in Commerce Wishlist 7.2

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

Overrides views_plugin_access::summary_title

File

includes/views/commerce_wishlist.views.inc, line 188

Class

commerce_wishlist_views_access_plugin
Custom class for declaring a custom views access plugin.

Code

function summary_title() {
  return t('This is summary title');
}