Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormCache::__construct | function | core/ |
Constructs a new FormCache. |
| FormCacheInterface | interface | core/ |
Provides an interface for the caching of a form and its form state. |
| FormCacheInterface.php | file | core/ |
|
| FormCacheInterface::deleteCache | function | core/ |
Deletes a form in the cache. |
| FormCacheInterface::getCache | function | core/ |
Fetches a form from the cache. |
| FormCacheInterface::setCache | function | core/ |
Stores a form in the cache. |
| FormCacheTest | class | core/ |
Tests Drupal\Core\Form\FormCache. |
| FormCacheTest | class | core/ |
Tests FormBuilder caching. |
| FormCacheTest.php | file | core/ |
|
| FormCacheTest.php | file | core/ |
|
| FormCacheTest::$account | property | core/ |
The current user. |
| FormCacheTest::$csrfToken | property | core/ |
The CSRF token generator. |
| FormCacheTest::$form | property | core/ |
The form array. |
| FormCacheTest::$formBuildId | property | core/ |
The form ID. |
| FormCacheTest::$formCache | property | core/ |
The form cache object under test. |
| FormCacheTest::$formCacheStore | property | core/ |
The expirable key value store used by form cache. |
| FormCacheTest::$formState | property | core/ |
The form state array. |
| FormCacheTest::$formStateCacheStore | property | core/ |
The expirable key value store used by form state cache. |
| FormCacheTest::$keyValueExpirableFactory | property | core/ |
The expirable key value factory. |
| FormCacheTest::$logger | property | core/ |
The logger channel. |
| FormCacheTest::$moduleHandler | property | core/ |
The mocked module handler. |
| FormCacheTest::$modules | property | core/ |
Modules to install. |
| FormCacheTest::$requestPolicy | property | core/ |
A policy rule determining the cacheability of a request. |
| FormCacheTest::$requestStack | property | core/ |
The request stack. |
| FormCacheTest::setUp | function | core/ |
|
| FormCacheTest::setUp | function | core/ |
|
| FormCacheTest::setUpMockAccount | function | core/ |
Reinitializes the account as a mock object. |
| FormCacheTest::setUpMockCsrfTokenGenerator | function | core/ |
Reinitializes the CSRF token generator as a mock object. |
| FormCacheTest::setUpMockFormCacheStore | function | core/ |
Reinitializes the form cache store as a mock object. |
| FormCacheTest::setUpMockFormStateCacheStore | function | core/ |
Reinitializes the form state cache store as a mock object. |
| FormCacheTest::setUpMockLogger | function | core/ |
Reinitializes the logger as a mock object. |
| FormCacheTest::testCacheCustomExpiration | function | core/ |
Tests the form cache with an overridden cache expiration. |
| FormCacheTest::testCacheToken | function | core/ |
Tests the form cache with a logged-in user. |
| FormCacheTest::testDeleteCache | function | core/ |
Tests delete cache. |
| FormCacheTest::testGetCacheAnonUser | function | core/ |
Tests get cache anon user. |
| FormCacheTest::testGetCacheAuthUser | function | core/ |
Tests get cache auth user. |
| FormCacheTest::testGetCacheInvalidToken | function | core/ |
Tests get cache invalid token. |
| FormCacheTest::testGetCacheNoForm | function | core/ |
Tests get cache no form. |
| FormCacheTest::testGetCacheValidToken | function | core/ |
Tests get cache valid token. |
| FormCacheTest::testLoadCachedFormState | function | core/ |
Tests load cached form state. |
| FormCacheTest::testLoadCachedFormStateWithFiles | function | core/ |
Tests load cached form state with files. |
| FormCacheTest::testNoCacheToken | function | core/ |
Tests the form cache without a logged-in user. |
| FormCacheTest::testSetCacheAuthUser | function | core/ |
Tests set cache auth user. |
| FormCacheTest::testSetCacheBuildIdMismatch | function | core/ |
Tests set cache build id mismatch. |
| FormCacheTest::testSetCacheWithForm | function | core/ |
Tests set cache with form. |
| FormCacheTest::testSetCacheWithoutForm | function | core/ |
Tests set cache without form. |
| FormController | class | core/ |
Common base class for form interstitial controllers. |
| FormController | class | core/ |
Routing controller class for condition_test testing of condition forms. |
| FormController.php | file | core/ |
|
| FormController.php | file | core/ |
Pagination
- Previous page
- Page 739
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.