function PaymentViewsHandlerAccessOwnPaymentOverview::access in Payment 7
Determine if the current user has access or not.
Overrides views_plugin_access::access
File
- views/
PaymentViewsHandlerAccessOwnPaymentOverview.inc, line 18
Class
- PaymentViewsHandlerAccessOwnPaymentOverview
- Checks access for the payment view's "User's own payments" display.
Code
function access($account) {
return _payment_own_overview_views_handler_access($account);
}