You are here

public function FulfillmentMethodForm::__construct in Ubercart 8.4

Constructs a FulfillmentMethod object.

Parameters

\Drupal\uc_fulfillment\Plugin\FulfillmentMethodPluginManager $fulfillment_method_manager: The fulfillment method plugin manager.

File

shipping/uc_fulfillment/src/Form/FulfillmentMethodForm.php, line 35

Class

FulfillmentMethodForm
Builds the form to edit fulfillment method entities.

Namespace

Drupal\uc_fulfillment\Form

Code

public function __construct(FulfillmentMethodPluginManager $fulfillment_method_manager) {
  $this->fulfillmentMethodManager = $fulfillment_method_manager;
}