You are here

public function LicenseTypeBase::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/LicenseTypeBase.php, line 34

Class

LicenseTypeBase
Provides the base license type class.

Namespace

Drupal\commerce_license\Plugin\Commerce\LicenseType

Code

public function getLabel() {
  return $this->pluginDefinition['label'];
}