You are here

public function CommerceLicenseBase::accessDetails in Commerce License 7

Implements CommerceLicenseInterface::accessDetails().

Overrides CommerceLicenseInterface::accessDetails

1 call to CommerceLicenseBase::accessDetails()
CommerceLicenseRemoteBase::checkoutCompletionMessage in includes/plugins/license_type/base.inc
Overrides CommerceLicenseBase::checkoutCompletionMessage().
2 methods override CommerceLicenseBase::accessDetails()
CommerceLicenseExample::accessDetails in modules/commerce_license_example/plugins/license_type/CommerceLicenseExample.class.php
Implements CommerceLicenseInterface::accessDetails().
CommerceLicenseRemoteExample::accessDetails in modules/commerce_license_example/plugins/license_type/CommerceLicenseRemoteExample.class.php
Implements CommerceLicenseInterface::accessDetails().

File

includes/plugins/license_type/base.inc, line 261
Abstract and interface plugin implementation.

Class

CommerceLicenseBase
License base class.

Code

public function accessDetails() {
}