base.inc |
includes/plugins/license_type/base.inc |
|
Abstract and interface plugin implementation. |
commerce-license.css |
theme/commerce-license.css |
|
.commerce-license-duration {
margin-left: 1.3em;
margin-top: -10px;
}
.commerce-license-duration-wrapper .description {
display: block;
} |
CommerceLicenseExample.class.php |
modules/commerce_license_example/plugins/license_type/CommerceLicenseExample.class.php |
|
|
CommerceLicenseRemoteExample.class.php |
modules/commerce_license_example/plugins/license_type/CommerceLicenseRemoteExample.class.php |
|
|
CommerceLicenseRole.class.php |
modules/commerce_license_role/plugins/license_type/CommerceLicenseRole.class.php |
|
|
commerce_license.admin.inc |
includes/commerce_license.admin.inc |
|
Contains admin menu callbacks for the Commerce License module. |
commerce_license.api.php |
commerce_license.api.php |
|
Hooks provided by the Commerce License module. |
commerce_license.checkout_pane.inc |
includes/commerce_license.checkout_pane.inc |
|
Checkout pane callbacks. |
commerce_license.controller.inc |
includes/commerce_license.controller.inc |
|
Controller for the commerce_license entity type. |
commerce_license.info |
commerce_license.info |
|
name = Commerce License
description = Provides a framework for selling access to local or remote resources.
package = Commerce (contrib)
core = 7.x
configure = admin/commerce/config/license
dependencies[] = commerce_product
dependencies[] =… |
commerce_license.info.inc |
commerce_license.info.inc |
|
Provides Entity metadata integration. |
commerce_license.inline_entity_form.inc |
includes/commerce_license.inline_entity_form.inc |
|
Defines the IEF controller for the commerce_license entity type. |
commerce_license.install |
commerce_license.install |
|
|
commerce_license.module |
commerce_license.module |
|
Provides a framework for selling access to local or remote resources. |
commerce_license.rules.inc |
commerce_license.rules.inc |
|
Commerce License rules integration. |
commerce_license.rules_defaults.inc |
commerce_license.rules_defaults.inc |
|
Default rule configurations for License. |
commerce_license.tpl.php |
theme/commerce_license.tpl.php |
|
Default theme implementation for entities. |
commerce_license.views.inc |
includes/views/commerce_license.views.inc |
|
|
commerce_license.views_controller.inc |
includes/views/commerce_license.views_controller.inc |
|
Provides Views integration. |
commerce_license.views_default.inc |
includes/views/commerce_license.views_default.inc |
|
Provides default license views. |
commerce_license_example.info |
modules/commerce_license_example/commerce_license_example.info |
|
name = Commerce License Example
description = Provides an example license type for testing and development.
core = 7.x
package = Commerce (contrib)
dependencies[] = commerce_license
; Configurable licenses need inline entity form.
dependencies[] =… |
commerce_license_example.install |
modules/commerce_license_example/commerce_license_example.install |
|
|
commerce_license_example.module |
modules/commerce_license_example/commerce_license_example.module |
|
Provides an example license type for testing and development. |
commerce_license_handler_field_access_details.inc |
includes/views/handlers/commerce_license_handler_field_access_details.inc |
|
Contains commerce_license_handler_field_access_details. |
commerce_license_plugin_access_sync.inc |
includes/views/plugins/commerce_license_plugin_access_sync.inc |
|
Contains commerce_license_plugin_access_sync. |
commerce_license_role.admin.inc |
modules/commerce_license_role/includes/commerce_license_role.admin.inc |
|
Contains admin menu callbacks for the Commerce File module. |
commerce_license_role.info |
modules/commerce_license_role/commerce_license_role.info |
|
name = Commerce License Role
description = Provides a license type for selling roles.
core = 7.x
package = Commerce (contrib)
dependencies[] = commerce_license |
commerce_license_role.install |
modules/commerce_license_role/commerce_license_role.install |
|
|
commerce_license_role.module |
modules/commerce_license_role/commerce_license_role.module |
|
Provides a license type for selling roles. |
example.inc |
modules/commerce_license_example/plugins/license_type/example.inc |
|
|
README.txt |
README.txt |
|
Provides a framework for selling access to local or remote resources.
Features
--------
- Any kind of local or remote resource be licensed.
Licenses are entities. License types are implemented as classes
(thanks to Entity Bundle Plugin) and… |
remote_example.inc |
modules/commerce_license_example/plugins/license_type/remote_example.inc |
|
|
role.inc |
modules/commerce_license_role/plugins/license_type/role.inc |
|
|