function PaymentViewsHandlerAccessOwnPaymentOverview::summary_title in Payment 7
Return a string to display as the clickable title for the access control.
Overrides views_plugin_access::summary_title
File
- views/
PaymentViewsHandlerAccessOwnPaymentOverview.inc, line 11
Class
- PaymentViewsHandlerAccessOwnPaymentOverview
- Checks access for the payment view's "User's own payments" display.
Code
function summary_title() {
return t('Restricted to people with the <em>View any payment</em> permission, or to people with the <em>View own payments</em> permission who access their own payments.');
}