Search for rebuild

  1. Search 7.x for rebuild
  2. Search 9.5.x for rebuild
  3. Search 8.9.x for rebuild
  4. Search 10.3.x for rebuild
  5. Other projects
Title Object type File name Summary
FormBuilderInterface::rebuildForm function core/lib/Drupal/Core/Form/FormBuilderInterface.php Constructs a new $form from the information in $form_state.
FormBuilderTest::testRebuildForm function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the rebuildForm() method for a POST submission.
FormBuilderTest::testRebuildFormOnGetRequest function core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php Tests the rebuildForm() method for a GET submission.
FormState::$rebuild property core/lib/Drupal/Core/Form/FormState.php Determines whether the form is rebuilt.
FormState::$rebuild_info property core/lib/Drupal/Core/Form/FormState.php
FormState::addRebuildInfo function core/lib/Drupal/Core/Form/FormState.php Adds a value to the rebuild info.
FormState::getRebuildInfo function core/lib/Drupal/Core/Form/FormState.php Gets the rebuild info.
FormState::isRebuilding function core/lib/Drupal/Core/Form/FormState.php Determines if the form should be rebuilt after processing.
FormState::setRebuild function core/lib/Drupal/Core/Form/FormState.php Sets the form to be rebuilt after processing.
FormState::setRebuildInfo function core/lib/Drupal/Core/Form/FormState.php Sets the rebuild info.
FormStateDecoratorBase::addRebuildInfo function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Adds a value to the rebuild info.
FormStateDecoratorBase::getRebuildInfo function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Gets the rebuild info.
FormStateDecoratorBase::isRebuilding function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Determines if the form should be rebuilt after processing.
FormStateDecoratorBase::setRebuild function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the form to be rebuilt after processing.
FormStateDecoratorBase::setRebuildInfo function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the rebuild info.
FormStateDecoratorBaseTest::testAddRebuildInfo function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::addRebuildInfo
FormStateDecoratorBaseTest::testGetRebuildInfo function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getRebuildInfo
FormStateDecoratorBaseTest::testIsRebuilding function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isRebuilding
FormStateDecoratorBaseTest::testSetRebuild function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setRebuild
FormStateDecoratorBaseTest::testSetRebuildInfo function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setRebuildInfo
FormStateInterface::addRebuildInfo function core/lib/Drupal/Core/Form/FormStateInterface.php Adds a value to the rebuild info.
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::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::testRebuildFormStorageOnCachedPage function core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php Build-id is regenerated when rebuilding cached form.
FormTestRebuildPreserveValuesForm class core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Form builder for testing preservation of values during a rebuild.
FormTestRebuildPreserveValuesForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
FormTestRebuildPreserveValuesForm::addMoreSubmitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php
FormTestRebuildPreserveValuesForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Form constructor.
FormTestRebuildPreserveValuesForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Returns a unique string identifying the form.
FormTestRebuildPreserveValuesForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/FormTestRebuildPreserveValuesForm.php Form submission handler.
FormTestStoragePageCacheForm::form_test_storage_page_cache_rebuild function core/modules/system/tests/modules/form_test/src/Form/FormTestStoragePageCacheForm.php Form submit callback: Rebuild the form and continue.
form_test_user_register_form_rebuild function core/modules/system/tests/modules/form_test/form_test.module Submit callback that just lets the form rebuild.
FunctionalTestSetupTrait::rebuildAll function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Resets and rebuilds the environment after setup.
FunctionalTestSetupTrait::rebuildContainer function core/lib/Drupal/Core/Test/FunctionalTestSetupTrait.php Rebuilds \Drupal::getContainer().
hook_rebuild function core/core.api.php Rebuild data based upon refreshed caches.
LayoutRebuildConfirmFormBase class core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Provides a base class for confirmation forms that rebuild the Layout Builder.
LayoutRebuildConfirmFormBase.php file core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php
LayoutRebuildConfirmFormBase::$delta property core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php The field delta.
LayoutRebuildConfirmFormBase::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php The layout tempstore repository.
LayoutRebuildConfirmFormBase::$sectionStorage property core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php The section storage.
LayoutRebuildConfirmFormBase::buildForm function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Form constructor.
LayoutRebuildConfirmFormBase::create function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Instantiates a new instance of this class.
LayoutRebuildConfirmFormBase::getCancelUrl function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Returns the route to go to if the user cancels the action.
LayoutRebuildConfirmFormBase::handleSectionStorage function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Performs any actions on the section storage before saving.
LayoutRebuildConfirmFormBase::submitForm function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Form submission handler.
LayoutRebuildConfirmFormBase::successfulAjaxSubmit function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Allows the form to respond to a successful AJAX submission.
LayoutRebuildConfirmFormBase::__construct function core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php Constructs a new RemoveSectionForm.
LayoutRebuildTrait trait core/modules/layout_builder/src/Controller/LayoutRebuildTrait.php Provides AJAX responses to rebuild the Layout Builder.

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