You are here

protected property FormStateDecoratorBaseTest::$decoratedFormState in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php \Drupal\Tests\Core\Form\FormStateDecoratorBaseTest::decoratedFormState
  2. 9 core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php \Drupal\Tests\Core\Form\FormStateDecoratorBaseTest::decoratedFormState

The decorated form state.

Type: \Drupal\Core\Form\FormStateInterface|\Prophecy\Prophecy\ObjectProphecy

File

core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php, line 26

Class

FormStateDecoratorBaseTest
@coversDefaultClass \Drupal\Core\Form\FormStateDecoratorBase

Namespace

Drupal\Tests\Core\Form

Code

protected $decoratedFormState;