You are here

public function PaymentForm::setPluginSelectorManager in Payment 8.2

Sets the plugin selector manager.

Parameters

\Drupal\plugin\Plugin\Plugin\PluginSelector\PluginSelectorManagerInterface $plugin_selector_manager: The plugin selector manager.

File

modules/payment_form/src/Entity/Payment/PaymentForm.php, line 65

Class

PaymentForm
Provides the payment form.

Namespace

Drupal\payment_form\Entity\Payment

Code

public function setPluginSelectorManager(PluginSelectorManagerInterface $plugin_selector_manager) {
  $this->pluginSelectorManager = $plugin_selector_manager;
}