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 |
---|---|---|---|
FormBuilderTest::testGetFormWithObject | function | core/ |
Tests the getForm() method with a form object. |
FormBuilderTest::testGetFormWithString | function | core/ |
Tests the getForm() method with a string based form ID. |
FormBuilderTest::testGetPostAjaxRequest | function | core/ |
@covers ::buildForm |
FormBuilderTest::testHandleFormStateResponse | function | core/ |
Tests the handling of FormStateInterface::$response. |
FormBuilderTest::testHandleRedirectWithResponse | function | core/ |
Tests the handling of a redirect when FormStateInterface::$response exists. |
FormBuilderTest::testInvalidToken | function | core/ |
@covers ::doBuildForm |
FormBuilderTest::testRebuildForm | function | core/ |
Tests the rebuildForm() method for a POST submission. |
FormBuilderTest::testRebuildFormOnGetRequest | function | core/ |
Tests the rebuildForm() method for a GET submission. |
FormBuilderTest::testUniqueElementHtmlId | function | core/ |
Tests that HTML IDs are unique between 2 forms with the same element names. |
FormBuilderTest::testUniqueHtmlId | function | core/ |
Tests that HTML IDs are unique when rebuilding a form with errors. |
FormBuilderTest::testValueCallableIsSafe | function | core/ |
@covers ::valueCallableIsSafe |
FormCacheTest::$formBuildId | property | core/ |
|
FormCacheTest::testSetCacheBuildIdMismatch | function | core/ |
@covers ::setCache |
FormController::$formBuilder | property | core/ |
The form builder. |
FormController::buildForm | function | core/ |
Form constructor. |
FormDefaultHandlersTest::buildForm | function | core/ |
Form constructor. |
FormElementBase::getTranslationBuild | function | core/ |
Builds a render array containing the source and translation form elements. |
FormElementMaxlengthTest::buildForm | function | core/ |
Form constructor. |
FormInterface::buildForm | function | core/ |
Form constructor. |
FormState::$build_info | property | core/ |
An associative array of information stored by Form API that is necessary to build and rebuild the form from cache when the original context may no longer be available: |
FormState::$rebuild | property | core/ |
Normally, after the entire form processing is completed and submit handlers have run, a form is considered to be done and \Drupal\Core\Form\FormSubmitterInterface::redirectForm() will redirect the user to a new page using a GET request (so a browser… |
FormState::$rebuild_info | property | core/ |
Similar to self::$build_info, but pertaining to \Drupal\Core\Form\FormBuilderInterface::rebuildForm(). |
FormState::addBuildInfo | function | core/ |
Adds a value to the build info. |
FormState::addRebuildInfo | function | core/ |
Adds a value to the rebuild info. |
FormState::getBuildInfo | function | core/ |
Returns the build info for the form. |
FormState::getRebuildInfo | function | core/ |
Gets the rebuild info. |
FormState::isRebuilding | function | core/ |
Determines if the form should be rebuilt after processing. |
FormState::setBuildInfo | function | core/ |
Sets the build info for the form. |
FormState::setRebuild | function | core/ |
Sets the form to be rebuilt after processing. |
FormState::setRebuildInfo | function | core/ |
Sets the rebuild info. |
FormStateDecoratorBase::addBuildInfo | function | core/ |
Adds a value to the build info. |
FormStateDecoratorBase::addRebuildInfo | function | core/ |
Adds a value to the rebuild info. |
FormStateDecoratorBase::getBuildInfo | function | core/ |
Returns the build info for the form. |
FormStateDecoratorBase::getRebuildInfo | function | core/ |
Gets the rebuild info. |
FormStateDecoratorBase::isRebuilding | function | core/ |
Determines if the form should be rebuilt after processing. |
FormStateDecoratorBase::setBuildInfo | function | core/ |
Sets the build info for the form. |
FormStateDecoratorBase::setRebuild | function | core/ |
Sets the form to be rebuilt after processing. |
FormStateDecoratorBase::setRebuildInfo | function | core/ |
Sets the rebuild info. |
FormStateDecoratorBaseTest::testAddBuildInfo | function | core/ |
@covers ::addBuildInfo |
FormStateDecoratorBaseTest::testAddRebuildInfo | function | core/ |
@covers ::addRebuildInfo |
FormStateDecoratorBaseTest::testGetBuildInfo | function | core/ |
@covers ::getBuildInfo |
FormStateDecoratorBaseTest::testGetRebuildInfo | function | core/ |
@covers ::getRebuildInfo |
FormStateDecoratorBaseTest::testIsRebuilding | function | core/ |
@covers ::isRebuilding |
FormStateDecoratorBaseTest::testSetBuildInfo | function | core/ |
@covers ::setBuildInfo |
FormStateDecoratorBaseTest::testSetRebuild | function | core/ |
@covers ::setRebuild |
FormStateDecoratorBaseTest::testSetRebuildInfo | function | core/ |
@covers ::setRebuildInfo |
FormStateInterface::addBuildInfo | function | core/ |
Adds a value to the build info. |
FormStateInterface::addRebuildInfo | function | core/ |
Adds a value to the rebuild info. |
FormStateInterface::getBuildInfo | function | core/ |
Returns the build info for the form. |
FormStateInterface::getRebuildInfo | function | core/ |
Gets the rebuild info. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.