| FormCacheTest::$formBuildId |
property |
core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php |
|
| 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 |
|
| 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 enable. |
| FormCacheTest::$preserveGlobalState |
property |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
|
| 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::$runTestInSeparateProcess |
property |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
|
| FormCacheTest::setUp |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
|
| FormCacheTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php |
|
| 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 |
@covers ::deleteCache[[api-linebreak]] |
| FormCacheTest::testGetCacheAnonUser |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::getCache[[api-linebreak]] |
| FormCacheTest::testGetCacheAuthUser |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::getCache[[api-linebreak]] |
| FormCacheTest::testGetCacheImmutableForm |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::getCache[[api-linebreak]] |
| FormCacheTest::testGetCacheInvalidToken |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::getCache[[api-linebreak]] |
| FormCacheTest::testGetCacheNoForm |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::getCache[[api-linebreak]] |
| FormCacheTest::testGetCacheValidToken |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::getCache[[api-linebreak]] |
| FormCacheTest::testLoadCachedFormState |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::loadCachedFormState[[api-linebreak]] |
| FormCacheTest::testLoadCachedFormStateWithFiles |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::loadCachedFormState[[api-linebreak]] |
| 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 |
@covers ::setCache[[api-linebreak]] |
| FormCacheTest::testSetCacheBuildIdMismatch |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::setCache[[api-linebreak]] |
| FormCacheTest::testSetCacheWithForm |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::setCache[[api-linebreak]] |
| FormCacheTest::testSetCacheWithoutForm |
function |
core/tests/Drupal/Tests/Core/Form/FormCacheTest.php |
@covers ::setCache[[api-linebreak]] |
| FormDefaultHandlersTest |
class |
core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php |
Tests automatically added form handlers. |
| FormDefaultHandlersTest.php |
file |
core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php |
|
| FormDefaultHandlersTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php |
Form constructor. |
| FormDefaultHandlersTest::customSubmitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php |
|
| FormDefaultHandlersTest::customValidateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php |
|
| FormDefaultHandlersTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php |
Returns a unique string identifying the form. |
| FormDefaultHandlersTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php |
Form submission handler. |
| FormDefaultHandlersTest::testDefaultAndCustomHandlers |
function |
core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php |
Tests that default handlers are added even if custom are specified. |
| FormDefaultHandlersTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php |
Form validation handler. |
| FormElementHelperTest |
class |
core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php |
Tests the form element helper. |
| FormElementHelperTest.php |
file |
core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php |
|
| FormElementHelperTest::getElementByNameProvider |
function |
core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php |
Provides test data. |
| FormElementHelperTest::getElementTitleProvider |
function |
core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php |
Provides test data. |
| FormElementHelperTest::testGetElementByName |
function |
core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php |
Tests the getElementByName() method. |
| FormElementHelperTest::testGetElementTitle |
function |
core/tests/Drupal/Tests/Core/Form/FormElementHelperTest.php |
Tests the getElementTitle() method. |
| FormElementInlineErrorTest |
class |
core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php |
Tests messages on form elements. |
| FormElementInlineErrorTest.php |
file |
core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php |
|
| FormElementInlineErrorTest::$modules |
property |
core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php |
Modules to enable. |
| FormElementInlineErrorTest::testDisplayErrorMessagesNotInline |
function |
core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php |
Tests that no inline form errors are shown when disabled for a form. |