You are here

public function ConditionDeleteForm::__construct in Context 8.4

Same name and namespace in other branches
  1. 8 modules/context_ui/src/Form/ConditionDeleteForm.php \Drupal\context_ui\Form\ConditionDeleteForm::__construct()
  2. 8.0 modules/context_ui/src/Form/ConditionDeleteForm.php \Drupal\context_ui\Form\ConditionDeleteForm::__construct()

Construct a condition delete form.

Parameters

\Drupal\context\ContextManager $contextManager: The Context module context manager.

File

modules/context_ui/src/Form/ConditionDeleteForm.php, line 46

Class

ConditionDeleteForm
Provides a Condition delete form.

Namespace

Drupal\context_ui\Form

Code

public function __construct(ContextManager $contextManager) {
  $this->contextManager = $contextManager;
}