You are here

public function LicenseTypeBase::defaultConfiguration in Commerce License 8.2

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

3 calls to LicenseTypeBase::defaultConfiguration()
LicenseTypeBase::setConfiguration in src/Plugin/Commerce/LicenseType/LicenseTypeBase.php
Sets the configuration for this plugin instance.
LicenseTypeBase::submitConfigurationForm in src/Plugin/Commerce/LicenseType/LicenseTypeBase.php
Form submission handler.
Role::defaultConfiguration in src/Plugin/Commerce/LicenseType/Role.php
Gets default configuration for this plugin.
1 method overrides LicenseTypeBase::defaultConfiguration()
Role::defaultConfiguration in src/Plugin/Commerce/LicenseType/Role.php
Gets default configuration for this plugin.

File

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

Class

LicenseTypeBase
Provides the base license type class.

Namespace

Drupal\commerce_license\Plugin\Commerce\LicenseType

Code

public function defaultConfiguration() {
  return [];
}