You are here

file.inc in Commerce File 7.2

File

plugins/license_type/file.inc
View source
<?php

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