You are here

public function PaymentTypeBase::getConfiguration in Payment 8.2

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

src/Plugin/Payment/Type/PaymentTypeBase.php, line 69

Class

PaymentTypeBase
Defines base payment type.

Namespace

Drupal\payment\Plugin\Payment\Type

Code

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