public function LicenseTypeInterface::getLabel in Commerce License 8.2
Gets the license type label.
Return value
string The license type label.
2 methods override LicenseTypeInterface::getLabel()
- LicenseTypeBase::getLabel in src/
Plugin/ Commerce/ LicenseType/ LicenseTypeBase.php - Gets the license type label.
- LicenseTypeSynchronizableInterface::getLabel in src/
Plugin/ Commerce/ LicenseType/ LicenseTypeSynchronizableInterface.php - Gets the license type label.
File
- src/
Plugin/ Commerce/ LicenseType/ LicenseTypeInterface.php, line 47
Class
- LicenseTypeInterface
- Defines the interface for license types.
Namespace
Drupal\commerce_license\Plugin\Commerce\LicenseTypeCode
public function getLabel();