You are here

function commerce_license_plugin_access_sync::access in Commerce License 7

Determine if the current user has access or not.

Overrides views_plugin_access::access

File

includes/views/plugins/commerce_license_plugin_access_sync.inc, line 12
Contains commerce_license_plugin_access_sync.

Class

commerce_license_plugin_access_sync
Access plugin for the synchronization queue view.

Code

function access($account) {
  return commerce_license_sync_access($account);
}