You are here

public function ProductFeatureAddForm::__construct in Ubercart 8.4

Form constructor.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.

File

uc_product/src/Form/ProductFeatureAddForm.php, line 29

Class

ProductFeatureAddForm
Defines the form for adding a product feature to the features tab.

Namespace

Drupal\uc_product\Form

Code

public function __construct(ModuleHandlerInterface $module_handler) {
  $this->moduleHandler = $module_handler;
}