You are here

role.inc in Commerce License 7

File

modules/commerce_license_role/plugins/license_type/role.inc
View source
<?php

/**
 * @file
 * Provides a license type plugin.
 */
$plugin = array(
  'title' => t('Role'),
  'class' => 'CommerceLicenseRole',
);