You are here

public function PaymentMethodPluginBase::getConfiguration in Ubercart 8.4

Gets this plugin's configuration.

Return value

array An array of this plugin's configuration.

Overrides ConfigurableInterface::getConfiguration

File

payment/uc_payment/src/PaymentMethodPluginBase.php, line 72

Class

PaymentMethodPluginBase
Defines a base payment method plugin implementation.

Namespace

Drupal\uc_payment

Code

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