Search for form

  1. Search 7.x for form
  2. Search 9.5.x for form
  3. Search 8.9.x for form
  4. Search 10.3.x for form
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.

All search results

Title Object type File name Summary
DiscardLayoutChangesForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php The layout tempstore repository.
DiscardLayoutChangesForm::$messenger property core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php The messenger service.
DiscardLayoutChangesForm::$sectionStorage property core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php The section storage.
DiscardLayoutChangesForm::buildForm function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Form constructor.
DiscardLayoutChangesForm::create function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Instantiates a new instance of this class.
DiscardLayoutChangesForm::getCancelUrl function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns the route to go to if the user cancels the action.
DiscardLayoutChangesForm::getDescription function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns additional text to display as a description.
DiscardLayoutChangesForm::getFormId function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns a unique string identifying the form.
DiscardLayoutChangesForm::getQuestion function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Returns the question to ask the user.
DiscardLayoutChangesForm::submitForm function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Form submission handler.
DiscardLayoutChangesForm::__construct function core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php Constructs a new DiscardLayoutChangesForm.
Display::buildForm function core/modules/views_ui/src/Form/Ajax/Display.php Form constructor.
Display::getForm function core/modules/views_ui/src/Form/Ajax/Display.php Creates a new instance of this form.
Display::getFormId function core/modules/views_ui/src/Form/Ajax/Display.php Returns a unique string identifying the form.
Display::getFormKey function core/modules/views_ui/src/Form/Ajax/Display.php Returns the key that represents this form.
Display::getFormState function core/modules/views_ui/src/Form/Ajax/Display.php @todo Remove this and switch all usage of $form_state->get('section') to
$form_state->get('type').
Display::submitForm function core/modules/views_ui/src/Form/Ajax/Display.php Form submission handler.
Display::validateForm function core/modules/views_ui/src/Form/Ajax/Display.php Form validation handler.
DisplayBlockTest::testViewsBlockForm function core/modules/block/tests/src/Functional/Views/DisplayBlockTest.php Tests the block form for a Views block.
DisplayExtenderPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Provide a form to edit options for this plugin.
DisplayExtenderPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Handle any special handling on the validate form.
DisplayExtenderPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php Validate the options form.
DisplayExtenderTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Provide a form to edit options for this plugin.
DisplayExtenderTest::submitOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php Handle any special handling on the validate form.
DisplayLink::buildOptionsForm function core/modules/views/src/Plugin/views/area/DisplayLink.php Provide a form to edit options for this plugin.
DisplayModeUpdateTest::$defaultFormDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The default form display name.
DisplayModeUpdateTest::$foobarFormDisplayName property core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php The alternate form display name.
DisplayPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Provide a form to edit options for this plugin.
DisplayPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Handle any special handling on the validate form.
DisplayPluginBase::usesExposedFormInBlock function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Checks to see if the display can put the exposed form in a block.
DisplayPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Validate the options form.
DisplayPluginBase::viewExposedFormBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Renders the exposed form as block.
DisplayPluginInterface::buildOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides the default form for setting options.
DisplayPluginInterface::submitOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Performs any necessary changes to the form values prior to storage.
DisplayPluginInterface::usesExposedFormInBlock function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Checks to see if the display can put the exposed form in a block.
DisplayPluginInterface::validateOptionsForm function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Validates the options form.
DisplayPluginInterface::viewExposedFormBlocks function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Renders the exposed form as block.
DisplayTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php Provide a form to edit options for this plugin.
DisplayTest::submitOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php Handle any special handling on the validate form.
DisplayTest::validateOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/display/DisplayTest.php Validate the options form.
DisplayVariantTest::testSubmitConfigurationForm function core/tests/Drupal/Tests/Core/Display/DisplayVariantTest.php Tests the submitConfigurationForm() method.
Download::transform function core/modules/migrate/src/Plugin/migrate/process/Download.php Performs the associated process.
DownloadTest::doTransform function core/modules/migrate/tests/src/Kernel/process/DownloadTest.php Runs an input value through the download plugin.
DraggableListBuilderTrait::$formBuilder property core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php The form builder.
DraggableListBuilderTrait::buildForm function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Form constructor.
DraggableListBuilderTrait::submitForm function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Form submission handler.
DraggableListBuilderTrait::validateForm function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Form validation handler.
Drupal::formBuilder function core/lib/Drupal.php Returns the form builder service.
DrupalDateTime::$formatTranslationCache property core/lib/Drupal/Core/Datetime/DrupalDateTime.php Formatted strings translation cache.
DrupalDateTime::format function core/lib/Drupal/Core/Datetime/DrupalDateTime.php Overrides format().

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