You are here

namespace Drupal\commerce_license_test\Plugin\Commerce\LicenseType in Commerce License 8.2

Classsort descending Location Description
ExistingRightsCheckConfig tests/modules/commerce_license_test/src/Plugin/Commerce/LicenseType/ExistingRightsCheckConfig.php Test license type which reports the user has existing rights.
LicenseStateChangeTest tests/modules/commerce_license_test/src/Plugin/Commerce/LicenseType/LicenseStateChangeTest.php Provides a test license type.
LicenseWithField tests/modules/commerce_license_test/src/Plugin/Commerce/LicenseType/LicenseWithField.php License type for testing a field can be set when granting and revoking.
SimpleLicenseType tests/modules/commerce_license_test/src/Plugin/Commerce/LicenseType/SimpleLicenseType.php This license type plugin is for use in tests that don't need to do anything in particular with the license type, but need to give a type for license entities.
StateChangeWithRightsCheck tests/modules/commerce_license_test/src/Plugin/Commerce/LicenseType/StateChangeWithRightsCheck.php Reports whether it has been granted and has a rights check.
TestLicenseBase tests/modules/commerce_license_test/src/Plugin/Commerce/LicenseType/TestLicenseBase.php Base class for test license types: implements the needed methods.