public function MolliePayment::getProfile in Mollie Payment 8.2
Gets the Mollie profile.
Return value
string
1 call to MolliePayment::getProfile()
- MolliePayment::processBuildConfigurationForm in src/
Plugin/ Payment/ MethodConfiguration/ MolliePayment.php - Implements a form API #process callback.
File
- src/
Plugin/ Payment/ MethodConfiguration/ MolliePayment.php, line 375
Class
- MolliePayment
- Provides the configuration for the mollie_payment payment method plugin.
Namespace
Drupal\mollie_payment\Plugin\Payment\MethodConfigurationCode
public function getProfile() {
return $this->configuration['profile'];
}