You are here

function ContextDeleteForm::__construct in Context 8

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

Parameters

ContextManager $contextManager:

File

modules/context_ui/src/Form/ContextDeleteForm.php, line 21

Class

ContextDeleteForm

Namespace

Drupal\context_ui\Form

Code

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