Search for build
- Search 7.x for build
- Search 9.5.x for build
- Search 8.9.x for build
- Search 10.3.x for build
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormAjaxResponseBuilderTest::setUp | function | core/ |
|
| FormAjaxResponseBuilderTest::testBuildResponseNoCallable | function | core/ |
Tests build response no callable. |
| FormAjaxResponseBuilderTest::testBuildResponseNoTriggeringElement | function | core/ |
Tests build response no triggering element. |
| FormAjaxResponseBuilderTest::testBuildResponseRenderArray | function | core/ |
Tests build response render array. |
| FormAjaxResponseBuilderTest::testBuildResponseResponse | function | core/ |
Tests build response response. |
| FormAjaxResponseBuilderTest::testBuildResponseWithCommands | function | core/ |
Tests build response with commands. |
| FormAjaxResponseBuilderTest::testBuildResponseWithUpdateCommand | function | core/ |
Tests build response with update command. |
| FormAjaxSubscriber::$formAjaxResponseBuilder | property | core/ |
The form AJAX response builder. |
| FormAjaxSubscriberTest::$formAjaxResponseBuilder | property | core/ |
|
| FormAjaxSubscriberTest::testOnExceptionNewBuildId | function | core/ |
Tests on exception new build id. |
| FormAjaxSubscriberTest::testOnExceptionResponseBuilderException | function | core/ |
Tests on exception response builder exception. |
| FormBuilder | class | core/ |
Provides form building and processing. |
| FormBuilder.php | file | core/ |
|
| FormBuilder::$classResolver | property | core/ |
The class resolver. |
| FormBuilder::$csrfToken | property | core/ |
The CSRF token generator to validate the form token. |
| FormBuilder::$currentUser | property | core/ |
The current user. |
| FormBuilder::$elementInfo | property | core/ |
The element info manager. |
| FormBuilder::$eventDispatcher | property | core/ |
The event dispatcher. |
| FormBuilder::$formCache | property | core/ |
The form cache. |
| FormBuilder::$formSubmitter | property | core/ |
The form submitter. |
| FormBuilder::$formValidator | property | core/ |
The form validator. |
| FormBuilder::$moduleHandler | property | core/ |
The module handler. |
| FormBuilder::$requestStack | property | core/ |
The request stack. |
| FormBuilder::$safeCoreValueCallables | property | core/ |
Defines callables that are safe to run with invalid CSRF tokens. |
| FormBuilder::$themeManager | property | core/ |
The theme manager. |
| FormBuilder::buildForm | function | core/ |
Builds and processes a form for a given form ID. |
| FormBuilder::buildFormAction | function | core/ |
Builds the $form['#action']. |
| FormBuilder::buttonWasClicked | function | core/ |
Determines if a given button triggered the form submission. |
| FormBuilder::currentUser | function | core/ |
Gets the current active user. |
| FormBuilder::deleteCache | function | core/ |
Deletes a form in the cache. |
| FormBuilder::doBuildForm | function | core/ |
Builds and processes all elements in the structured form array. |
| FormBuilder::doSubmitForm | function | core/ |
Handles the submitted form, executing callbacks and processing responses. |
| FormBuilder::elementTriggeredScriptedSubmission | function | core/ |
Detects if an element triggered the form submission via Ajax. |
| FormBuilder::executeSubmitHandlers | function | core/ |
Executes custom submission handlers for a given form. |
| FormBuilder::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
| FormBuilder::getCache | function | core/ |
Fetches a form from the cache. |
| FormBuilder::getFileUploadMaxSize | function | core/ |
Wraps file_upload_max_size(). |
| FormBuilder::getForm | function | core/ |
Gets a renderable form array. |
| FormBuilder::getFormId | function | core/ |
Determines the ID of a form. |
| FormBuilder::handleInputElement | function | core/ |
Adds the #name and #value properties of an input element before rendering. |
| FormBuilder::isElementAccessible | function | core/ |
Determines if the element is accessible based on the #access property. |
| FormBuilder::prepareForm | function | core/ |
Prepares a structured form array. |
| FormBuilder::processForm | function | core/ |
Processes a form submission. |
| FormBuilder::rebuildForm | function | core/ |
Constructs a new $form from the information in $form_state. |
| FormBuilder::redirectForm | function | core/ |
Redirects the user to a URL after a form has been processed. |
| FormBuilder::renderFormTokenPlaceholder | function | core/ |
Renders the form CSRF token. It's a #lazy_builder callback. |
| FormBuilder::renderPlaceholderFormAction | function | core/ |
Renders a form action URL. It's a #lazy_builder callback. |
| FormBuilder::retrieveForm | function | core/ |
Retrieves the structured array that defines a given form. |
| FormBuilder::setCache | function | core/ |
Stores a form in the cache. |
| FormBuilder::setInvalidTokenError | function | core/ |
Sets a form_token error on the given form state. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.