Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
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.
FormClassMissingName class core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php Test class.
FormClassMissingName::buildForm function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormClassMissingName::getFormId function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormClassMissingName::submitForm function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormClassRouteCondition class core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php Test class.
FormClassRouteCondition::buildForm function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormClassRouteCondition::getFormId function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormClassRouteCondition::submitForm function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormClassRouteLocale class core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php Test class.
FormClassRouteLocale::buildForm function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormClassRouteLocale::getFormId function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormClassRouteLocale::submitForm function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormClassRouteLocalizedPaths class core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php Test class.
FormClassRouteLocalizedPaths::buildForm function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormClassRouteLocalizedPaths::getFormId function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormClassRouteLocalizedPaths::submitForm function core/tests/Drupal/Tests/Core/Routing/UnsupportedRouteAttributePropertiesTest.php
FormController::$argumentResolver property core/lib/Drupal/Core/Controller/FormController.php The argument resolver.
FormController::getContentResult function core/lib/Drupal/Core/Controller/FormController.php Invokes the form and returns the result.
FormController::submitForm function core/modules/system/tests/modules/condition_test/src/FormController.php
FormController::__construct function core/modules/system/tests/modules/condition_test/src/FormController.php Constructs a \Drupal\condition_test\FormController object.
FormController::__construct function core/lib/Drupal/Core/Controller/FormController.php Constructs a new \Drupal\Core\Controller\FormController object.
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
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
FormDefaultHandlersTest::submitForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php
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
FormElement::processAjaxForm function core/lib/Drupal/Core/Render/Element/FormElement.php Form element processing handler for the #ajax form property.

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