You are here

public function SubformState::getParentForm in Markdown 8.2

Retrieves the parent form/element.

Return value

array The parent form/element.

Overrides SubformStateInterface::getParentForm

File

src/Form/SubformState.php, line 101

Class

SubformState
Markdown subform state.

Namespace

Drupal\markdown\Form

Code

public function &getParentForm() {
  return $this->parentForm;
}