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
VocabularyResetForm::__construct function core/modules/taxonomy/src/Form/VocabularyResetForm.php Constructs a new VocabularyResetForm object.
VocabularyXmlAnonTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlAnonTest.php The format to use in this test.
VocabularyXmlBasicAuthTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlBasicAuthTest.php The format to use in this test.
VocabularyXmlCookieTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/VocabularyXmlCookieTest.php The format to use in this test.
WeekDate::$argFormat property core/modules/views/src/Plugin/views/argument/WeekDate.php The date format used in the query.
WeekDate::$argFormat property core/modules/datetime/src/Plugin/views/argument/WeekDate.php The date format used in the query.
WidgetBase::extractFormValues function core/lib/Drupal/Core/Field/WidgetBase.php Extracts field values from submitted form values.
WidgetBase::form function core/lib/Drupal/Core/Field/WidgetBase.php Creates a form element for a field.
WidgetBase::formMultipleElements function core/lib/Drupal/Core/Field/WidgetBase.php Special handling to create form elements for multiple values.
WidgetBase::formSingleElement function core/lib/Drupal/Core/Field/WidgetBase.php Generates the form element for a single copy of the widget.
WidgetBase::massageFormValues function core/lib/Drupal/Core/Field/WidgetBase.php Massages the form values into the format expected for field values.
WidgetBase::settingsForm function core/lib/Drupal/Core/Field/WidgetBase.php Returns a form to configure settings for the widget.
WidgetBaseInterface::extractFormValues function core/lib/Drupal/Core/Field/WidgetBaseInterface.php Extracts field values from submitted form values.
WidgetBaseInterface::form function core/lib/Drupal/Core/Field/WidgetBaseInterface.php Creates a form element for a field.
WidgetInterface::formElement function core/lib/Drupal/Core/Field/WidgetInterface.php Returns the form for a single field widget.
WidgetInterface::massageFormValues function core/lib/Drupal/Core/Field/WidgetInterface.php Massages the form values into the format expected for field values.
WidgetInterface::settingsForm function core/lib/Drupal/Core/Field/WidgetInterface.php Returns a form to configure settings for the widget.
WizardInterface::buildForm function core/modules/views/src/Plugin/views/wizard/WizardInterface.php Form callback to build other elements in the "show" form.
WizardPluginBase::$parentFormSelector property core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php The parent form selector service.
WizardPluginBase::buildForm function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Form callback to build other elements in the "show" form.
WizardPluginBase::buildFormStyle function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Adds the style options to the wizard form.
WorkflowAddForm class core/modules/workflows/src/Form/WorkflowAddForm.php Form for adding workflows.
WorkflowAddForm.php file core/modules/workflows/src/Form/WorkflowAddForm.php
WorkflowAddForm::$workflowTypePluginManager property core/modules/workflows/src/Form/WorkflowAddForm.php The workflow type plugin manager.
WorkflowAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowAddForm.php Copies top-level form values to entity properties.
WorkflowAddForm::create function core/modules/workflows/src/Form/WorkflowAddForm.php Instantiates a new instance of this class.
WorkflowAddForm::form function core/modules/workflows/src/Form/WorkflowAddForm.php Gets the actual form array to be built.
WorkflowAddForm::save function core/modules/workflows/src/Form/WorkflowAddForm.php Form submission handler for the 'save' action.
WorkflowAddForm::__construct function core/modules/workflows/src/Form/WorkflowAddForm.php WorkflowAddForm constructor.
WorkflowDeleteForm class core/modules/workflows/src/Form/WorkflowDeleteForm.php Builds the form to delete Workflow entities.
WorkflowDeleteForm.php file core/modules/workflows/src/Form/WorkflowDeleteForm.php
WorkflowDeleteForm::buildForm function core/modules/workflows/src/Form/WorkflowDeleteForm.php Form constructor.
WorkflowDeleteForm::getCancelUrl function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns the route to go to if the user cancels the action.
WorkflowDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowDeleteForm::getQuestion function core/modules/workflows/src/Form/WorkflowDeleteForm.php Returns the question to ask the user.
WorkflowDeleteForm::submitForm function core/modules/workflows/src/Form/WorkflowDeleteForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
WorkflowEditForm class core/modules/workflows/src/Form/WorkflowEditForm.php The form for editing workflows.
WorkflowEditForm.php file core/modules/workflows/src/Form/WorkflowEditForm.php
WorkflowEditForm::$pluginFormFactory property core/modules/workflows/src/Form/WorkflowEditForm.php The plugin form factory.
WorkflowEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowEditForm.php Copies top-level form values to entity properties.
WorkflowEditForm::create function core/modules/workflows/src/Form/WorkflowEditForm.php Instantiates a new instance of this class.
WorkflowEditForm::form function core/modules/workflows/src/Form/WorkflowEditForm.php Gets the actual form array to be built.
WorkflowEditForm::save function core/modules/workflows/src/Form/WorkflowEditForm.php Form submission handler for the 'save' action.
WorkflowEditForm::validateForm function core/modules/workflows/src/Form/WorkflowEditForm.php Form validation handler.
WorkflowEditForm::__construct function core/modules/workflows/src/Form/WorkflowEditForm.php Creates an instance of WorkflowStateEditForm.
WorkflowJsonAnonTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonAnonTest.php The format to use in this test.
WorkflowJsonBasicAuthTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php The format to use in this test.
WorkflowJsonCookieTest::$format property core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php The format to use in this test.
WorkflowListBuilder::getFormId function core/modules/workflows/src/WorkflowListBuilder.php
WorkflowStateAddForm class core/modules/workflows/src/Form/WorkflowStateAddForm.php Entity form variant for adding workflow states.

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