You are here

public function ShippingQuoteMethodForm::__construct in Ubercart 8.4

Constructs a ShippingQuoteMethod object.

Parameters

\Drupal\uc_quote\Plugin\ShippingQuotePluginManager $shipping_method_manager: The shipping quote plugin manager.

File

shipping/uc_quote/src/Form/ShippingQuoteMethodForm.php, line 35

Class

ShippingQuoteMethodForm
Builds the form to edit shipping quote method entities.

Namespace

Drupal\uc_quote\Form

Code

public function __construct(ShippingQuotePluginManager $shipping_method_manager) {
  $this->shippingQuoteManager = $shipping_method_manager;
}