You are here

public function CommerceLicenseInterface::accessDetails in Commerce License 7

Returns an html representation of the access details.

The information contained within should be the required minimum for the customer to access the resource he purchased the rights to.

If the customer purchased a file license, this method would output the link to that file. If the customer purchased a software subscription and the service returned access credentials, this method would return those access credentials.

Return value

An html string with the access details.

1 method overrides CommerceLicenseInterface::accessDetails()
CommerceLicenseBase::accessDetails in includes/plugins/license_type/base.inc
Implements CommerceLicenseInterface::accessDetails().

File

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

Class

CommerceLicenseInterface
Ensures basic required behavior for a license.

Code

public function accessDetails();