You are here

public function LicenseTypeSynchronizableInterface::getLabel in Commerce License 8.2

Gets the license type label.

Return value

string The license type label.

Overrides LicenseTypeInterface::getLabel

File

src/Plugin/Commerce/LicenseType/LicenseTypeSynchronizableInterface.php, line 18

Class

LicenseTypeSynchronizableInterface
Defines the interface for license types.

Namespace

Drupal\commerce_license\Plugin\Commerce\LicenseType

Code

public function getLabel();