Search for build
- Search 7.x for build
- Search 9.5.x for build
- Search 10.3.x for build
- Search 11.x for build
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FormAjaxResponseBuilderInterface | interface | core/ |
Provides an interface for building AJAX form responses. |
FormAjaxResponseBuilderInterface.php | file | core/ |
|
FormAjaxResponseBuilderInterface::buildResponse | function | core/ |
Builds a response for an AJAX form. |
FormAjaxResponseBuilderTest | class | core/ |
@coversDefaultClass \Drupal\Core\Form\FormAjaxResponseBuilder @group Form |
FormAjaxResponseBuilderTest.php | file | core/ |
|
FormAjaxResponseBuilderTest::$formAjaxResponseBuilder | property | core/ |
|
FormAjaxResponseBuilderTest::$renderer | property | core/ |
|
FormAjaxResponseBuilderTest::$routeMatch | property | core/ |
|
FormAjaxResponseBuilderTest::setUp | function | core/ |
|
FormAjaxResponseBuilderTest::testBuildResponseNoCallable | function | core/ |
@covers ::buildResponse |
FormAjaxResponseBuilderTest::testBuildResponseNoTriggeringElement | function | core/ |
@covers ::buildResponse |
FormAjaxResponseBuilderTest::testBuildResponseRenderArray | function | core/ |
@covers ::buildResponse |
FormAjaxResponseBuilderTest::testBuildResponseResponse | function | core/ |
@covers ::buildResponse |
FormAjaxResponseBuilderTest::testBuildResponseWithCommands | function | core/ |
@covers ::buildResponse |
FormAjaxResponseBuilderTest::testBuildResponseWithUpdateCommand | function | core/ |
@covers ::buildResponse |
FormAjaxSubscriber::$formAjaxResponseBuilder | property | core/ |
The form AJAX response builder. |
FormAjaxSubscriberTest::$formAjaxResponseBuilder | property | core/ |
|
FormAjaxSubscriberTest::testOnExceptionNewBuildId | function | core/ |
@covers ::onException |
FormAjaxSubscriberTest::testOnExceptionResponseBuilderException | function | core/ |
@covers ::onException |
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 element value callables which are safe to run even when the form state has an invalid CSRF token. |
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::prepareForm | function | core/ |
Prepares a structured form array. |
FormBuilder::processForm | function | core/ |
Processes a form submission. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.