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
OverridesEntityForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/OverridesEntityForm.php Layout tempstore repository.
OverridesEntityForm::$sectionStorage property core/modules/layout_builder/src/Form/OverridesEntityForm.php The section storage.
OverridesEntityForm::actions function core/modules/layout_builder/src/Form/OverridesEntityForm.php Returns an array of supported actions for the current entity form.
OverridesEntityForm::buildForm function core/modules/layout_builder/src/Form/OverridesEntityForm.php Form constructor.
OverridesEntityForm::buildMessage function core/modules/layout_builder/src/Form/OverridesEntityForm.php Renders a message to display at the top of the layout builder.
OverridesEntityForm::create function core/modules/layout_builder/src/Form/OverridesEntityForm.php Instantiates a new instance of the implementing class using autowiring.
OverridesEntityForm::init function core/modules/layout_builder/src/Form/OverridesEntityForm.php Initializes the form state and the entity before the first form build.
OverridesEntityForm::save function core/modules/layout_builder/src/Form/OverridesEntityForm.php Form submission handler for the 'save' action.
OverridesEntityForm::__construct function core/modules/layout_builder/src/Form/OverridesEntityForm.php Constructs a new OverridesEntityForm.
OverviewForm class core/modules/migrate_drupal_ui/src/Form/OverviewForm.php Migrate Upgrade Overview form.
OverviewForm.php file core/modules/migrate_drupal_ui/src/Form/OverviewForm.php
OverviewForm::buildForm function core/modules/migrate_drupal_ui/src/Form/OverviewForm.php Form constructor.
OverviewForm::getConfirmText function core/modules/migrate_drupal_ui/src/Form/OverviewForm.php Returns a caption for the button that confirms the action.
OverviewForm::getFormId function core/modules/migrate_drupal_ui/src/Form/OverviewForm.php Returns a unique string identifying the form.
OverviewForm::submitForm function core/modules/migrate_drupal_ui/src/Form/OverviewForm.php Form submission handler.
OverviewTerms::buildForm function core/modules/taxonomy/src/Form/OverviewTerms.php Form constructor.
OverviewTerms::getFormId function core/modules/taxonomy/src/Form/OverviewTerms.php Returns a unique string identifying the form.
OverviewTerms::submitForm function core/modules/taxonomy/src/Form/OverviewTerms.php Form submission handler.
OverviewTermsOverride::buildForm function core/modules/taxonomy/tests/modules/taxonomy_overview_override_test/src/Form/OverviewTermsOverride.php Form constructor.
Page::$parentFormSelector property core/modules/views/src/Plugin/views/display/Page.php The parent form selector service.
Page::buildOptionsForm function core/modules/views/src/Plugin/views/display/Page.php Provide a form to edit options for this plugin.
Page::submitOptionsForm function core/modules/views/src/Plugin/views/display/Page.php Handle any special handling on the validate form.
Page::validateOptionsForm function core/modules/views/src/Plugin/views/display/Page.php Validate the options form.
PageCacheTest::testQueryParameterFormatRequests function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Tests support for different cache items with different request formats.
PagerPluginBase::exposedFormAlter function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Allows the exposed form to be altered.
PagerPluginBase::exposedFormSubmit function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Handles submission of the exposed form.
PagerPluginBase::exposedFormValidate function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Allows the exposed form to be validated.
PagerPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Provide the default form for submitting options.
PagerPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/pager/PagerPluginBase.php Provide the default form for validating options.
PathAliasForm class core/modules/path/src/PathAliasForm.php Form handler for the path alias edit forms.
PathAliasForm.php file core/modules/path/src/PathAliasForm.php
PathAliasForm::$entity property core/modules/path/src/PathAliasForm.php The path_alias entity.
PathAliasForm::save function core/modules/path/src/PathAliasForm.php Form submission handler for the 'save' action.
PathAliasJsonAnonTest::$format property core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonAnonTest.php The format to use in this test.
PathAliasJsonBasicAuthTest::$format property core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonBasicAuthTest.php The format to use in this test.
PathAliasJsonCookieTest::$format property core/modules/path_alias/tests/src/Functional/Rest/PathAliasJsonCookieTest.php The format to use in this test.
PathAliasListBuilder::$formBuilder property core/modules/path/src/PathAliasListBuilder.php The form builder.
PathAliasXmlAnonTest::$format property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlAnonTest.php The format to use in this test.
PathAliasXmlBasicAuthTest::$format property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlBasicAuthTest.php The format to use in this test.
PathAliasXmlCookieTest::$format property core/modules/path_alias/tests/src/Functional/Rest/PathAliasXmlCookieTest.php The format to use in this test.
PathElementFormTest class core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php Tests PathElement validation and conversion functionality.
PathElementFormTest.php file core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php
PathElementFormTest::$modules property core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php Modules to install.
PathElementFormTest::$testUser property core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php User for testing.
PathElementFormTest::buildForm function core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php Form constructor.
PathElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php Returns a unique string identifying the form.
PathElementFormTest::setUp function core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php Sets up the test.
PathElementFormTest::submitForm function core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php Form submission handler.
PathElementFormTest::testPathElement function core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php Tests that default handlers are added even if custom are specified.
PathElementFormTest::validateForm function core/tests/Drupal/KernelTests/Core/Element/PathElementFormTest.php Form validation handler.

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