You are here

remote_example.inc in Commerce License 7

File

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

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