public function Unavailable::setConfiguration in Payment 8.2
File
- src/
Plugin/ Payment/ Method/ Unavailable.php, line 63
Class
- Unavailable
- A payment method controller that essentially disables payment methods.
Namespace
Drupal\payment\Plugin\Payment\MethodCode
public function setConfiguration(array $configuration) {
return $this;
}