You are here

public function LicenseTypeBase::getConfiguration in Commerce License 8.2

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/Plugin/Commerce/LicenseType/LicenseTypeBase.php, line 77

Class

LicenseTypeBase
Provides the base license type class.

Namespace

Drupal\commerce_license\Plugin\Commerce\LicenseType

Code

public function getConfiguration() {
  return $this->configuration;
}