Search for build

  1. Search 7.x for build
  2. Search 9.5.x for build
  3. Search 8.9.x for build
  4. Search 11.x for build
  5. Other projects
Title Object type File name Summary
FormStateDecoratorBaseTest::testGetRebuildInfo function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getRebuildInfo[[api-linebreak]]
FormStateDecoratorBaseTest::testIsRebuilding function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isRebuilding[[api-linebreak]]
FormStateDecoratorBaseTest::testSetBuildInfo function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setBuildInfo[[api-linebreak]]
FormStateDecoratorBaseTest::testSetRebuild function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setRebuild[[api-linebreak]]
FormStateDecoratorBaseTest::testSetRebuildInfo function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setRebuildInfo[[api-linebreak]]
FormStateInterface::addBuildInfo function core/lib/Drupal/Core/Form/FormStateInterface.php Adds a value to the build info.
FormStateInterface::addRebuildInfo function core/lib/Drupal/Core/Form/FormStateInterface.php Adds a value to the rebuild info.
FormStateInterface::getBuildInfo function core/lib/Drupal/Core/Form/FormStateInterface.php Returns the build info for the form.
FormStateInterface::getRebuildInfo function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the rebuild info.
FormStateInterface::isRebuilding function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if the form should be rebuilt after processing.
FormStateInterface::setBuildInfo function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the build info for the form.
FormStateInterface::setRebuild function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the form to be rebuilt after processing.
FormStateInterface::setRebuildInfo function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the rebuild info.
FormStoragePageCacheTest::getFormBuildId function core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php Return the build id of the current form.
FormStoragePageCacheTest::testRebuildFormStorageOnCachedPage function core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php Build-id is regenerated when rebuilding cached form.
FormTestAlterForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestAlterForm.php Form constructor.
FormTestArgumentsObject::buildForm function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Form constructor.
FormTestAutocompleteForm::buildForm function core/modules/system/tests/modules/form_test/src/FormTestAutocompleteForm.php Form constructor.
FormTestBase::$formBuilder property core/tests/Drupal/Tests/Core/Form/FormTestBase.php The form builder being tested.
FormTestButtonClassForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestButtonClassForm.php Form constructor.
FormTestCheckboxesRadiosForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesRadiosForm.php Form constructor.
FormTestCheckboxesZeroForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxesZeroForm.php Form constructor.
FormTestCheckboxForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxForm.php Form constructor.
FormTestCheckboxTypeJugglingForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestCheckboxTypeJugglingForm.php Form constructor.
FormTestClickedButtonForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Form constructor.
FormTestColorForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestColorForm.php Form constructor.
FormTestControllerObject::buildForm function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Form constructor.
FormTestDescriptionForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php Form constructor.
FormTestDetailsContainsRequiredTextfieldForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsContainsRequiredTextfieldForm.php Form constructor.
FormTestDetailsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php Form constructor.
FormTestDisabledElementsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDisabledElementsForm.php Form constructor.
FormTestEmailForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestEmailForm.php Form constructor.
FormTestEmptySelectForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php Form constructor.
FormTestFileForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFileForm.php Form constructor.
FormTestFormStateValuesCleanAdvancedForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php Form constructor.
FormTestFormStateValuesCleanForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanForm.php Form constructor.
FormTestGetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php Form constructor.
FormTestGroupContainerForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupContainerForm.php Form constructor.
FormTestGroupDetailsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupDetailsForm.php Form constructor.
FormTestGroupFieldsetForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupFieldsetForm.php Form constructor.
FormTestGroupVerticalTabsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Form constructor.
FormTestInputForgeryForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php Form constructor.
FormTestLabelForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLabelForm.php Form constructor.
FormTestLanguageSelectForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLanguageSelectForm.php Form constructor.
FormTestLimitValidationErrorsForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php Form constructor.
FormTestMachineNameForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php Form constructor.
FormTestMachineNameValidationForm::buildAjaxSnackConfigureForm function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php Handles changes to the selected snack configuration.
FormTestMachineNameValidationForm::buildAjaxSnackConfigureFormSubmit function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php Submit callback that forces a form rebuild.
FormTestMachineNameValidationForm::buildAjaxSnackConfigureFormValidate function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php Validate callback that forces a form rebuild.
FormTestMachineNameValidationForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php Form constructor.

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