FormStatePersistTest::$postRenderStoragePersist

Values retrieved from form state storage in the form post_render callback.

Type: array{"build"?: bool, "process"?: bool, "rebuild"?: bool}

File

core/modules/system/tests/src/Kernel/Form/FormStatePersistTest.php, line 37

Class

FormStatePersistTest
Tests that the form state persists across multiple requests.

Namespace

Drupal\Tests\system\Kernel\Form

Code

protected static array $postRenderStoragePersist = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.