You are here

public function NumberPattern::getPluginConfiguration in Commerce Core 8.2

Gets the number pattern plugin configuration.

Return value

array The number pattern plugin configuration.

Overrides NumberPatternInterface::getPluginConfiguration

File

modules/number_pattern/src/Entity/NumberPattern.php, line 148

Class

NumberPattern
Defines the number pattern entity class.

Namespace

Drupal\commerce_number_pattern\Entity

Code

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