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/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
FormValuesTest::testSimpleAjaxFormValue function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Submits forms with select and checkbox elements via Ajax.
FormValuesTest::testSimpleInvalidCallbacksAjaxFormValue function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Tests that AJAX elements with invalid callbacks return error code 500.
form_ajax_response_builder service core/core.services.yml Drupal\Core\Form\FormAjaxResponseBuilder
form_ajax_subscriber service core/core.services.yml Drupal\Core\Form\EventSubscriber\FormAjaxSubscriber
form_builder service core/core.services.yml Drupal\Core\Form\FormBuilder
form_cache service core/core.services.yml Drupal\Core\Form\FormCache
form_error_handler service core/core.services.yml Drupal\Core\Form\FormErrorHandler
form_get_options function core/includes/form.inc Returns the indexes of a select element's options matching a given key.
form_select_options function core/includes/form.inc Converts the options in a select element into a structured array for output.
form_submitter service core/core.services.yml Drupal\Core\Form\FormSubmitter
form_test.event_subscriber service core/modules/system/tests/modules/form_test/form_test.services.yml Drupal\form_test\EventSubscriber\FormTestEventSubscriber
form_test.form.service_form service core/modules/system/tests/modules/form_test/form_test.services.yml Drupal\form_test\FormTestServiceObject
form_test.http_middleware service core/modules/system/tests/modules/form_test/form_test.services.yml Drupal\form_test\StackMiddleware\FormTestMiddleware
form_test.info.yml file core/modules/system/tests/modules/form_test/form_test.info.yml core/modules/system/tests/modules/form_test/form_test.info.yml
form_test.libraries.yml file core/modules/system/tests/modules/form_test/form_test.libraries.yml core/modules/system/tests/modules/form_test/form_test.libraries.yml
form_test.permissions.yml file core/modules/system/tests/modules/form_test/form_test.permissions.yml core/modules/system/tests/modules/form_test/form_test.permissions.yml
form_test.routing.yml file core/modules/system/tests/modules/form_test/form_test.routing.yml core/modules/system/tests/modules/form_test/form_test.routing.yml
form_test.schema.yml file core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml
form_test.services.yml file core/modules/system/tests/modules/form_test/form_test.services.yml core/modules/system/tests/modules/form_test/form_test.services.yml
form_validator service core/core.services.yml Drupal\Core\Form\FormValidator
FTP::getSettingsForm function core/lib/Drupal/Core/FileTransfer/FTP.php Returns a form to collect connection settings credentials.
Full::buildOptionsForm function core/modules/views/src/Plugin/views/pager/Full.php Provide the default form for setting options.
FullDate::$argFormat property core/modules/views/src/Plugin/views/argument/FullDate.php The date format used in the query.
FullDate::$argFormat property core/modules/datetime/src/Plugin/views/argument/FullDate.php The date format used in the query.
FullDate::$format property core/modules/views/src/Plugin/views/argument/FullDate.php The date format used in the title.
FundamentalCompatibilityConstraintValidator::getFiltersInFormatOfType function core/modules/ckeditor5/src/Plugin/Validation/Constraint/FundamentalCompatibilityConstraintValidator.php Gets the filters of the given type in this text format.
GDToolkit::buildConfigurationForm function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Form constructor.
GDToolkit::submitConfigurationForm function core/modules/system/src/Plugin/ImageToolkit/GDToolkit.php Form submission handler.
GenericFileFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php Plugin implementation of the 'file_default' formatter.
GenericFileFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php
GenericFileFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php Builds a renderable array for a field value.
Get::transform function core/modules/migrate/src/Plugin/migrate/process/Get.php Performs the associated process.
GetTest::testTransformSourceArray function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array.
GetTest::testTransformSourceArrayAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is an array pointing to destination.
GetTest::testTransformSourceString function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string.
GetTest::testTransformSourceStringAt function core/modules/migrate/tests/src/Unit/process/GetTest.php Tests the Get plugin when source is a string pointing to destination.
GotoAction::buildConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Form constructor.
GotoAction::submitConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/GotoAction.php Form submission handler.
Grid::buildOptionsForm function core/modules/views/src/Plugin/views/style/Grid.php Provide a form to edit options for this plugin.
GridResponsive::buildOptionsForm function core/modules/views/src/Plugin/views/style/GridResponsive.php Provide a form to edit options for this plugin.
GroupwiseMax::buildOptionsForm function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php Provide a form to edit options for this plugin.
GroupwiseMax::submitOptionsForm function core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php When the form is submitted, make sure to clear the subquery string cache.
HandlerBase::buildExposedForm function core/modules/views/src/Plugin/views/HandlerBase.php Render our chunk of the exposed handler form when selecting.
HandlerBase::buildExposeForm function core/modules/views/src/Plugin/views/HandlerBase.php Form for exposed handler options.
HandlerBase::buildExtraOptionsForm function core/modules/views/src/Plugin/views/HandlerBase.php Provide a form for setting options.
HandlerBase::buildGroupByForm function core/modules/views/src/Plugin/views/HandlerBase.php Provide a form for aggregation settings.
HandlerBase::buildOptionsForm function core/modules/views/src/Plugin/views/HandlerBase.php Provide a form to edit options for this plugin.
HandlerBase::caseTransform function core/modules/views/src/Plugin/views/HandlerBase.php Transform a string by a certain method.
HandlerBase::displayExposedForm function core/modules/views/src/Plugin/views/HandlerBase.php Displays the Expose form.
HandlerBase::getDateFormat function core/modules/views/src/Plugin/views/HandlerBase.php Creates cross-database SQL date formatting.

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