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
ViewsFormMultipleTest::setUp function core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Sets up the test.
ViewsFormMultipleTest::testViewsFormMultiple function core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Tests the a page with multiple View forms in it.
ViewsFormMultipleTest::viewsData function core/modules/views/tests/src/Functional/ViewsFormMultipleTest.php Returns the views data definition.
ViewsFormTest class core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php Tests Views forms functionality.
ViewsFormTest.php file core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php
ViewsFormTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php The theme to install as the default for testing.
ViewsFormTest::$modules property core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php Modules to install.
ViewsFormTest::testFormWrapper function core/modules/views/tests/src/Functional/Plugin/ViewsFormTest.php Tests the Views form wrapper.
ViewsFormTestHooks class core/modules/views/tests/modules/views_form_test/src/Hook/ViewsFormTestHooks.php Hook implementations for views_form_test.
ViewsFormTestHooks.php file core/modules/views/tests/modules/views_form_test/src/Hook/ViewsFormTestHooks.php
ViewsFormTestHooks::formViewsFormMediaMediaPageListAlter function core/modules/views/tests/modules/views_form_test/src/Hook/ViewsFormTestHooks.php Implements hook_form_BASE_FORM_ID_alter().
ViewsHandlerInterface::showExposeForm function core/modules/views/src/Plugin/views/ViewsHandlerInterface.php Shortcut to display the exposed options form.
ViewsHandlerManagerTest::testGetHandlerBaseInformationPropagation function core/modules/views/tests/src/Unit/ViewsHandlerManagerTest.php Tests getHandler() and its base information propagation.
ViewsHooks::formViewsExposedFormAlter function core/modules/views/src/Hook/ViewsHooks.php Implements hook_form_FORM_ID_alter() for the exposed form.
ViewsHooksTest::testViewsFormMainFormPreRender function core/modules/views/tests/src/Kernel/ViewsHooksTest.php Tests how hook_views_form_substitutions() makes substitutions.
ViewsMenuLinkForm class core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php Provides a form to edit Views menu links.
ViewsMenuLinkForm.php file core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php
ViewsMenuLinkForm::$menuLink property core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php The edited views menu link.
ViewsMenuLinkForm::buildConfigurationForm function core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php Form constructor.
ViewsMenuLinkForm::extractFormValues function core/modules/views/src/Plugin/Menu/Form/ViewsMenuLinkForm.php Extracts a plugin definition from form values.
ViewsPluginInterface::buildOptionsForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Provide a form to edit options for this plugin.
ViewsPluginInterface::globalTokenForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Adds elements for available core tokens to a form.
ViewsPluginInterface::submitOptionsForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Handle any special handling on the validate form.
ViewsPluginInterface::validateOptionsForm function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Validate the options form.
ViewsSelection::buildConfigurationForm function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Form constructor.
ViewsSelection::settingsFormValidate function core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php Element validate; Check View is valid.
ViewsTestDataController::errorFormPage function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestDataController.php Renders an error form page.
ViewsTestDataElementEmbedForm class core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Simple form page callback to test the view element.
ViewsTestDataElementEmbedForm.php file core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php
ViewsTestDataElementEmbedForm::buildForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Form constructor.
ViewsTestDataElementEmbedForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Returns a unique string identifying the form.
ViewsTestDataElementEmbedForm::submitForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementEmbedForm.php Form submission handler.
ViewsTestDataElementForm class core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Simple form page callback to test the view element.
ViewsTestDataElementForm.php file core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php
ViewsTestDataElementForm::buildForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Form constructor.
ViewsTestDataElementForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Returns a unique string identifying the form.
ViewsTestDataElementForm::submitForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataElementForm.php Form submission handler.
ViewsTestDataErrorForm class core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Implements a test form that has a validation error.
ViewsTestDataErrorForm.php file core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php
ViewsTestDataErrorForm::buildForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Form constructor.
ViewsTestDataErrorForm::getFormId function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Returns a unique string identifying the form.
ViewsTestDataErrorForm::submitForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Form submission handler.
ViewsTestDataErrorForm::validateForm function core/modules/views/tests/modules/views_test_data/src/Form/ViewsTestDataErrorForm.php Form validation handler.
ViewsTestDataHooks::formViewsFormTestFormMultipleDefaultAlter function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataHooks.php Implements hook_form_BASE_FORM_ID_alter().
ViewsTestDataViewsExecutionHooks::viewsFormSubstitutions function core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php Implements hook_views_form_substitutions().
ViewsTestFormMultipleController class core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php Controller routines for views form multiple test routes.
ViewsTestFormMultipleController.php file core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php
ViewsTestFormMultipleController::testPage function core/modules/views/tests/modules/views_test_data/src/Controller/ViewsTestFormMultipleController.php Returns a test page having test_form_multiple view embedded twice.
ViewsThemeHooks::preprocessViewsExposedForm function core/modules/views/src/Hook/ViewsThemeHooks.php Prepares variables for views exposed form templates.
ViewsThemeHooks::preprocessViewsViewSummaryUnformatted function core/modules/views/src/Hook/ViewsThemeHooks.php Prepares variables for unformatted summary view templates.

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