You are here

function commerce_license_views_plugins in Commerce License 7

Implements hook_views_plugins().

File

includes/views/commerce_license.views.inc, line 10

Code

function commerce_license_views_plugins() {
  return array(
    'access' => array(
      'commerce_license_sync' => array(
        'title' => t('Synchronization queue'),
        'handler' => 'commerce_license_plugin_access_sync',
        'uses options' => FALSE,
      ),
    ),
  );
}