You are here

example.inc in Commerce License 7

File

modules/commerce_license_example/plugins/license_type/example.inc
View source
<?php

/**
 * @file
 * Provides a license type plugin.
 */
$plugin = array(
  'title' => t('Example'),
  'class' => 'CommerceLicenseExample',
  'weight' => 1,
);