public function ConditionDeleteForm::__construct in Context 8
Same name and namespace in other branches
- 8.4 modules/context_ui/src/Form/ConditionDeleteForm.php \Drupal\context_ui\Form\ConditionDeleteForm::__construct()
- 8.0 modules/context_ui/src/Form/ConditionDeleteForm.php \Drupal\context_ui\Form\ConditionDeleteForm::__construct()
Construct a condition delete form.
Parameters
ContextManager $contextManager:
File
- modules/
context_ui/ src/ Form/ ConditionDeleteForm.php, line 42
Class
Namespace
Drupal\context_ui\FormCode
public function __construct(ContextManager $contextManager) {
$this->contextManager = $contextManager;
}