function ContextDisableForm::__construct in Context 8
Same name and namespace in other branches
- 8.4 modules/context_ui/src/Form/ContextDisableForm.php \Drupal\context_ui\Form\ContextDisableForm::__construct()
Parameters
ContextManager $contextManager:
File
- modules/
context_ui/ src/ Form/ ContextDisableForm.php, line 21
Class
Namespace
Drupal\context_ui\FormCode
function __construct(ContextManager $contextManager) {
$this->contextManager = $contextManager;
}