6 classes are annotated with CommerceLicenseType in Commerce License 8.2
- ExistingRightsCheckConfig in tests/
modules/ commerce_license_test/ src/ Plugin/ Commerce/ LicenseType/ ExistingRightsCheckConfig.php - Test license type which reports the user has existing rights.
- LicenseStateChangeTest in tests/
modules/ commerce_license_test/ src/ Plugin/ Commerce/ LicenseType/ LicenseStateChangeTest.php - Provides a test license type.
- LicenseWithField in tests/
modules/ commerce_license_test/ src/ Plugin/ Commerce/ LicenseType/ LicenseWithField.php - License type for testing a field can be set when granting and revoking.
- Role in src/
Plugin/ Commerce/ LicenseType/ Role.php - Provides a license type which grants one or more roles.
- SimpleLicenseType in 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 in tests/
modules/ commerce_license_test/ src/ Plugin/ Commerce/ LicenseType/ StateChangeWithRightsCheck.php - Reports whether it has been granted and has a rights check.