You are here

public function AssetTypeForm::__construct in farmOS 2.x

Constructs a new AssetTypeForm object.

Parameters

\Drupal\state_machine\WorkflowManagerInterface $workflow_manager: The workflow manager.

File

modules/core/asset/src/Form/AssetTypeForm.php, line 30

Class

AssetTypeForm
Form controller for asset type entities.

Namespace

Drupal\asset\Form

Code

public function __construct(WorkflowManagerInterface $workflow_manager) {
  $this->workflowManager = $workflow_manager;
}