You are here

protected property SubformState::$parentForm in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Form/SubformState.php \Drupal\Core\Form\SubformState::parentForm
  2. 9 core/lib/Drupal/Core/Form/SubformState.php \Drupal\Core\Form\SubformState::parentForm

The parent form.

Type: mixed[]

File

core/lib/Drupal/Core/Form/SubformState.php, line 19

Class

SubformState
Stores information about the state of a subform.

Namespace

Drupal\Core\Form

Code

protected $parentForm;