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. Search 11.x for form
  6. Other projects

Exact matches

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

All search results

Title Object type File name Summary
WorkflowStateEditForm::validateForm function core/modules/workflows/src/Form/WorkflowStateEditForm.php Form validation handler.
WorkflowStateEditForm::__construct function core/modules/workflows/src/Form/WorkflowStateEditForm.php Creates an instance of WorkflowStateEditForm.
WorkflowTransitionAddForm class core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Entity form variant for adding workflow transitions.
WorkflowTransitionAddForm.php file core/modules/workflows/src/Form/WorkflowTransitionAddForm.php
WorkflowTransitionAddForm::$pluginFormFactory property core/modules/workflows/src/Form/WorkflowTransitionAddForm.php The plugin form factory.
WorkflowTransitionAddForm::actions function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Returns an array of supported actions for the current entity form.
WorkflowTransitionAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Copies top-level form values to entity properties.
WorkflowTransitionAddForm::create function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Instantiates a new instance of the implementing class using autowiring.
WorkflowTransitionAddForm::exists function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Determines if the workflow transition already exists.
WorkflowTransitionAddForm::form function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Gets the actual form array to be built.
WorkflowTransitionAddForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Returns a unique string identifying the form.
WorkflowTransitionAddForm::save function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Form submission handler for the 'save' action.
WorkflowTransitionAddForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Form validation handler.
WorkflowTransitionAddForm::__construct function core/modules/workflows/src/Form/WorkflowTransitionAddForm.php Creates an instance of WorkflowStateEditForm.
WorkflowTransitionDeleteForm class core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Builds the form to delete transitions from Workflow entities.
WorkflowTransitionDeleteForm.php file core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php
WorkflowTransitionDeleteForm::$transition property core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php The workflow transition being deleted.
WorkflowTransitionDeleteForm::$transitionId property core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php The transition being deleted.
WorkflowTransitionDeleteForm::$workflow property core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php The workflow entity the transition being deleted belongs to.
WorkflowTransitionDeleteForm::buildForm function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Form constructor.
WorkflowTransitionDeleteForm::getCancelUrl function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns the route to go to if the user cancels the action.
WorkflowTransitionDeleteForm::getConfirmText function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns a caption for the button that confirms the action.
WorkflowTransitionDeleteForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns a unique string identifying the form.
WorkflowTransitionDeleteForm::getQuestion function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Returns the question to ask the user.
WorkflowTransitionDeleteForm::submitForm function core/modules/workflows/src/Form/WorkflowTransitionDeleteForm.php Form submission handler.
WorkflowTransitionEditForm class core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Entity form variant for editing workflow transitions.
WorkflowTransitionEditForm.php file core/modules/workflows/src/Form/WorkflowTransitionEditForm.php
WorkflowTransitionEditForm::$pluginFormFactory property core/modules/workflows/src/Form/WorkflowTransitionEditForm.php The plugin form factory.
WorkflowTransitionEditForm::$transitionId property core/modules/workflows/src/Form/WorkflowTransitionEditForm.php The ID of the transition that is being edited.
WorkflowTransitionEditForm::actions function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Returns an array of supported actions for the current entity form.
WorkflowTransitionEditForm::buildForm function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Form constructor.
WorkflowTransitionEditForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Copies top-level form values to entity properties.
WorkflowTransitionEditForm::create function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Instantiates a new instance of the implementing class using autowiring.
WorkflowTransitionEditForm::form function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Gets the actual form array to be built.
WorkflowTransitionEditForm::getFormId function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Returns a unique string identifying the form.
WorkflowTransitionEditForm::save function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Form submission handler for the 'save' action.
WorkflowTransitionEditForm::validateForm function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Form validation handler.
WorkflowTransitionEditForm::__construct function core/modules/workflows/src/Form/WorkflowTransitionEditForm.php Creates an instance of WorkflowStateEditForm.
WorkflowType::$forms property core/modules/workflows/src/Attribute/WorkflowType.php A list of optional form classes implementing PluginFormInterface.
WorkflowType::$forms property core/modules/workflows/src/Annotation/WorkflowType.php A list of optional form classes implementing PluginFormInterface.
WorkflowTypeConfigureFormBase class core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php A base class for workflow type configuration forms.
WorkflowTypeConfigureFormBase.php file core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php
WorkflowTypeConfigureFormBase::$workflowType property core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php The workflow type.
WorkflowTypeConfigureFormBase::setPlugin function core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php Sets the plugin for this object.
WorkflowTypeConfigureFormBase::validateConfigurationForm function core/modules/workflows/src/Plugin/WorkflowTypeConfigureFormBase.php Form validation handler.
WorkflowTypeInterface::PLUGIN_FORM_KEY constant core/modules/workflows/src/WorkflowTypeInterface.php The key of the global workflow plugin form.
WorkflowTypeStateFormBase class core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php A base class for workflow type state forms.
WorkflowTypeStateFormBase.php file core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php
WorkflowTypeStateFormBase::$workflowType property core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php The workflow type.
WorkflowTypeStateFormBase::setPlugin function core/modules/workflows/src/Plugin/WorkflowTypeStateFormBase.php Sets the plugin for this object.

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