You are here

function ReactionDeleteForm::__construct in Context 8.0

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

Construct.

Parameters

ContextManager $contextManager:

File

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

Class

ReactionDeleteForm

Namespace

Drupal\context_ui\Form

Code

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