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 |
|---|---|---|---|
| FormStoragePageCacheTest.php | file | core/ |
|
| FormStoragePageCacheTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FormStoragePageCacheTest::$modules | property | core/ |
|
| FormStoragePageCacheTest::getFormBuildId | function | core/ |
Return the build id of the current form. |
| FormStoragePageCacheTest::setUp | function | core/ |
|
| FormStoragePageCacheTest::testRebuildFormStorageOnCachedPage | function | core/ |
Build-id is regenerated when rebuilding cached form. |
| FormStoragePageCacheTest::testValidateFormStorageOnCachedPage | function | core/ |
Build-id is regenerated when validating cached form. |
| FormSubmitter | class | core/ |
Provides submission processing for forms. |
| FormSubmitter.php | file | core/ |
|
| FormSubmitter::batchGet | function | core/ |
Wraps batch_get(). |
| FormSubmitter::doSubmitForm | function | core/ |
Handles the submitted form, executing callbacks and processing responses. |
| FormSubmitter::executeSubmitHandlers | function | core/ |
Executes custom submission handlers for a given form. |
| FormSubmitter::redirectForm | function | core/ |
Redirects the user to a URL after a form has been processed. |
| FormSubmitter::__construct | function | core/ |
|
| FormSubmitterInterface | interface | core/ |
Provides an interface for processing form submissions. |
| FormSubmitterInterface.php | file | core/ |
|
| FormSubmitterInterface::doSubmitForm | function | core/ |
Handles the submitted form, executing callbacks and processing responses. |
| FormSubmitterInterface::executeSubmitHandlers | function | core/ |
Executes custom submission handlers for a given form. |
| FormSubmitterInterface::redirectForm | function | core/ |
Redirects the user to a URL after a form has been processed. |
| FormSubmitterTest | class | core/ |
Tests Drupal\Core\Form\FormSubmitter. |
| FormSubmitterTest.php | file | core/ |
|
| FormSubmitterTest::$callableResolver | property | core/ |
The callable resolver. |
| FormSubmitterTest::$redirectResponseSubscriber | property | core/ |
The redirect response subscriber mock. |
| FormSubmitterTest::$unroutedUrlAssembler | property | core/ |
The unrouted URL assembler. |
| FormSubmitterTest::$urlGenerator | property | core/ |
The URL generator. |
| FormSubmitterTest::getFormSubmitter | function | core/ |
|
| FormSubmitterTest::providerTestHandleFormSubmissionWithResponses | function | core/ |
|
| FormSubmitterTest::providerTestRedirectWithUrl | function | core/ |
Provides test data for testing the redirectForm() method with a route name. |
| FormSubmitterTest::setUp | function | core/ |
|
| FormSubmitterTest::testExecuteSubmitHandlers | function | core/ |
Tests execute submit handlers. |
| FormSubmitterTest::testHandleFormSubmissionNoRedirect | function | core/ |
Tests handle form submission no redirect. |
| FormSubmitterTest::testHandleFormSubmissionNotSubmitted | function | core/ |
Tests handle form submission not submitted. |
| FormSubmitterTest::testHandleFormSubmissionWithResponses | function | core/ |
Tests handle form submission with responses. |
| FormSubmitterTest::testRedirectWithNull | function | core/ |
Tests the redirectForm() method when the redirect is NULL. |
| FormSubmitterTest::testRedirectWithoutResult | function | core/ |
Tests the redirectForm() method when no redirect is expected. |
| FormSubmitterTest::testRedirectWithResponseObject | function | core/ |
Tests the redirectForm() method with a response object. |
| FormSubmitterTest::testRedirectWithUrl | function | core/ |
Tests redirectForm() when a redirect is a Url object. |
| FormTest | class | core/ |
Tests various form element validation mechanisms. |
| FormTest | class | core/ |
Tests field form handling. |
| FormTest.php | file | core/ |
|
| FormTest.php | file | core/ |
|
| FormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FormTest::$defaultTheme | property | core/ |
|
| FormTest::$field | property | core/ |
An array of values defining a field. |
| FormTest::$fieldStorageSingle | property | core/ |
An array of values defining a field single. |
| FormTest::$fieldStorageUnlimited | property | core/ |
An array of values defining a field with unlimited cardinality. |
| FormTest::$modules | property | core/ |
Modules to install. |
| FormTest::$modules | property | core/ |
Modules to install. |
| FormTest::assertFormValuesDefault | function | core/ |
Assert that the values submitted to a form matches the default values of the elements. |
| FormTest::setUp | function | core/ |
Pagination
- Previous page
- Page 755
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.