You are here

public function MolliePayment::setProfile in Mollie Payment 8.2

Sets the Mollie profile.

Parameters

string $profile:

Return value

static

1 call to MolliePayment::setProfile()
MolliePayment::submitConfigurationForm in src/Plugin/Payment/MethodConfiguration/MolliePayment.php
Form submission handler.

File

src/Plugin/Payment/MethodConfiguration/MolliePayment.php, line 386

Class

MolliePayment
Provides the configuration for the mollie_payment payment method plugin.

Namespace

Drupal\mollie_payment\Plugin\Payment\MethodConfiguration

Code

public function setProfile($profile) {
  $this->configuration['profile'] = $profile;
  return $this;
}