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
FormValidatorTest::testValidateValidFormToken function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Tests validate valid form token.
FormValidatorTest::testValidationComplete function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Tests the 'validation_complete' $form_state flag.
FormValidatorTestMockInterface interface core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Interface used in the mocking process of this test.
FormValidatorTestMockInterface::element_validate function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Function used in the mocking process of this test.
FormValidatorTestMockInterface::hash_validate function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Function used in the mocking process of this test.
FormValidatorTestMockInterface::validate_handler function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Function used in the mocking process of this test.
FormValuesTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Tests that form values are properly delivered to AJAX callbacks.
FormValuesTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
FormValuesTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php The theme to install as the default for testing.
FormValuesTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Modules to install.
FormValuesTest::formModeProvider function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Data provider for testSimpleAjaxFormValue.
FormValuesTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
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_base_test.inc file core/tests/Drupal/Tests/Core/Form/fixtures/form_base_test.inc
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.

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