You are here

protected function SubformState::__construct in Markdown 8.2

Same name in this branch
  1. 8.2 src/Form/SubformState.php \Drupal\markdown\Form\SubformState::__construct()
  2. 8.2 src/BcSupport/SubformState.php \Drupal\markdown\BcSupport\SubformState::__construct()

{@inheritdoc

Overrides SubformState::__construct

File

src/Form/SubformState.php, line 22

Class

SubformState
Markdown subform state.

Namespace

Drupal\markdown\Form

Code

protected function __construct(array &$subform, array &$parent_form, FormStateInterface $parent_form_state) {
  $this->decoratedFormState = $parent_form_state;
  $this->parentForm =& $parent_form;
  $this->subform =& $subform;
}