You are here

public function FileActionForm::__construct in Ubercart 8.4

Form constructor.

Parameters

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

File

uc_file/src/Form/FileActionForm.php, line 29

Class

FileActionForm
Form builder for file products admin.

Namespace

Drupal\uc_file\Form

Code

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