You are here

protected property FormCacheTest::$formStateCacheStore in Drupal 8

The expirable key value store used by form state cache.

Type: \Drupal\Core\KeyValueStore\KeyValueStoreExpirableInterface|\PHPUnit\Framework\MockObject\MockObject

File

core/tests/Drupal/Tests/Core/Form/FormCacheTest.php, line 62

Class

FormCacheTest
@coversDefaultClass \Drupal\Core\Form\FormCache @group Form

Namespace

Drupal\Tests\Core\Form

Code

protected $formStateCacheStore;