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
InlineFormErrorsThemeHooks::preprocessDatetimeWrapper function core/modules/inline_form_errors/src/Hook/InlineFormErrorsThemeHooks.php Implements hook_preprocess_HOOK() for datetime form wrapper templates.
InlineFormErrorsThemeHooks::preprocessDetails function core/modules/inline_form_errors/src/Hook/InlineFormErrorsThemeHooks.php Implements hook_preprocess_HOOK() for details element templates.
InlineFormErrorsThemeHooks::preprocessFieldset function core/modules/inline_form_errors/src/Hook/InlineFormErrorsThemeHooks.php Implements hook_preprocess_HOOK() for fieldset element templates.
InlineFormErrorsThemeHooks::preprocessFormElement function core/modules/inline_form_errors/src/Hook/InlineFormErrorsThemeHooks.php Implements hook_preprocess_HOOK() for form element templates.
inline_form_errors.info.yml file core/modules/inline_form_errors/inline_form_errors.info.yml core/modules/inline_form_errors/inline_form_errors.info.yml
inline_form_errors.module file core/modules/inline_form_errors/inline_form_errors.module
inline_form_errors.services.yml file core/modules/inline_form_errors/inline_form_errors.services.yml core/modules/inline_form_errors/inline_form_errors.services.yml
InOperator::$valueFormType property core/modules/views/src/Plugin/views/filter/InOperator.php The default form type.
InOperator::buildExposeForm function core/modules/views/src/Plugin/views/filter/InOperator.php Options form subform for exposed filter options.
InOperator::valueForm function core/modules/views/src/Plugin/views/filter/InOperator.php Options form subform for setting options.
InputRequired::buildOptionsForm function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Provide a form to edit options for this plugin.
InputRequired::submitOptionsForm function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Handle any special handling on the validate form.
InstallerPerformanceTest class core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php Tests the interactive installer.
InstallerPerformanceTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php
InstallerPerformanceTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php The theme to install as the default for testing.
InstallerPerformanceTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php The profile to install as a basis for testing.
InstallerPerformanceTest::prepareSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php Prepares site settings and services before installation.
InstallerPerformanceTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerPerformanceTest.php Ensures that the user page is available after installation.
install_form_test.info.yml file core/modules/system/tests/modules/install_form_test/install_form_test.info.yml core/modules/system/tests/modules/install_form_test/install_form_test.info.yml
install_form_test.routing.yml file core/modules/system/tests/modules/install_form_test/install_form_test.routing.yml core/modules/system/tests/modules/install_form_test/install_form_test.routing.yml
install_get_form function core/includes/install.core.inc Builds and processes a form for the installer environment.
install_tasks_to_perform function core/includes/install.core.inc Returns a list of tasks to perform during the current installation request.
IntegerFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php Plugin implementation of the 'number_integer' formatter.
IntegerFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php
IntegerFormatter::defaultSettings function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php Defines the default settings for this plugin.
IntegerFormatter::numberFormat function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/IntegerFormatter.php Formats a number.
InvalidConfigException::formatMessage function core/lib/Drupal/Core/Recipe/InvalidConfigException.php Formats the constraint violation list as a human-readable message.
item-list--media-library-add-form-media-list.html.twig file core/themes/claro/templates/media-library/item-list--media-library-add-form-media-list.html.twig Theme override for a list of new, unsaved media items being added in the
modal media library dialog.
JavascriptStatesForm class core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php Builds a simple form to test states.
JavascriptStatesForm.php file core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php
JavascriptStatesForm::buildForm function core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php Form constructor.
JavascriptStatesForm::getFormId function core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php Returns a unique string identifying the form.
JavascriptStatesForm::submitForm function core/modules/system/tests/modules/form_test/src/Form/JavascriptStatesForm.php Form submission handler.
JoinPluginBase::$leftFormula property core/modules/views/src/Plugin/views/join/JoinPluginBase.php A formula to be used instead of the left field.
JSInteractionTestForm class core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Controller for testing fault tolerant JavaScript interactions.
JSInteractionTestForm.php file core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php
JSInteractionTestForm::buildForm function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Creates the test form.
JSInteractionTestForm::getFormId function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Returns a unique string identifying the form.
JSInteractionTestForm::submitForm function core/modules/system/tests/modules/js_interaction_test/src/Controller/JSInteractionTestForm.php Form submission handler.
jsonapi.route_filter.format_setter service core/modules/jsonapi/jsonapi.services.yml Drupal\jsonapi\Routing\EarlyFormatSetter
JsonApiJsonSchemaTestTrait::getJsonSchemaTestNormalizationFormat function core/modules/jsonapi/tests/src/Traits/JsonApiJsonSchemaTestTrait.php Format that should be used when performing test normalizations.
JsonApiPerformanceTest class core/modules/jsonapi/tests/src/FunctionalJavascript/JsonApiPerformanceTest.php Tests performance for JSON:API routes.
JsonApiPerformanceTest.php file core/modules/jsonapi/tests/src/FunctionalJavascript/JsonApiPerformanceTest.php
JsonApiPerformanceTest::$defaultTheme property core/modules/jsonapi/tests/src/FunctionalJavascript/JsonApiPerformanceTest.php The theme to install as the default for testing.
JsonApiPerformanceTest::$modules property core/modules/jsonapi/tests/src/FunctionalJavascript/JsonApiPerformanceTest.php Modules to install.
JsonApiPerformanceTest::testGetIndividual function core/modules/jsonapi/tests/src/FunctionalJavascript/JsonApiPerformanceTest.php Tests performance of the navigation toolbar.
JsonApiSettingsForm class core/modules/jsonapi/src/Form/JsonApiSettingsForm.php Configure JSON:API settings for this site.
JsonApiSettingsForm.php file core/modules/jsonapi/src/Form/JsonApiSettingsForm.php
JsonApiSettingsForm::buildForm function core/modules/jsonapi/src/Form/JsonApiSettingsForm.php Form constructor.
JsonApiSettingsForm::getFormId function core/modules/jsonapi/src/Form/JsonApiSettingsForm.php Returns a unique string identifying the form.

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