You are here

public function PaymentStatusForm::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

src/Entity/Payment/PaymentStatusForm.php, line 62

Class

PaymentStatusForm
Provides the payment status update form.

Namespace

Drupal\payment\Entity\Payment

Code

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