Search for all

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

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