You are here

public function ReactionDeleteForm::__construct in Context 8.4

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

Construct.

Parameters

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

File

modules/context_ui/src/Form/ReactionDeleteForm.php, line 47

Class

ReactionDeleteForm
Provides a context reaction delete form.

Namespace

Drupal\context_ui\Form

Code

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