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. Search 11.x for form
  6. 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
FilterFormTest::$modules property core/modules/filter/tests/src/Functional/FilterFormTest.php Modules to install.
FilterFormTest::$webUser property core/modules/filter/tests/src/Functional/FilterFormTest.php A basic user account that can only access basic HTML text format.
FilterFormTest::assertDisabledTextarea function core/modules/filter/tests/src/Functional/FilterFormTest.php Asserts that a textarea with a given ID has been disabled from editing.
FilterFormTest::assertEnabledTextarea function core/modules/filter/tests/src/Functional/FilterFormTest.php Asserts that a textarea with a given ID exists and is not disabled.
FilterFormTest::assertNoSelect function core/modules/filter/tests/src/Functional/FilterFormTest.php Makes sure that no select element with the given ID exists on the page.
FilterFormTest::assertOptions function core/modules/filter/tests/src/Functional/FilterFormTest.php Asserts that a select element has the correct options.
FilterFormTest::assertRequiredSelectAndOptions function core/modules/filter/tests/src/Functional/FilterFormTest.php Asserts that there is a select element with the given ID that is required.
FilterFormTest::doFilterFormTestAsAdmin function core/modules/filter/tests/src/Functional/FilterFormTest.php Tests the behavior of the 'text_format' element as an administrator.
FilterFormTest::doFilterFormTestAsNonAdmin function core/modules/filter/tests/src/Functional/FilterFormTest.php Tests the behavior of the 'text_format' element as a normal user.
FilterFormTest::setUp function core/modules/filter/tests/src/Functional/FilterFormTest.php
FilterFormTest::testFilterForm function core/modules/filter/tests/src/Functional/FilterFormTest.php Tests various different configurations of the 'text_format' element.
FilterGroupFormTest class core/modules/views/tests/src/Functional/FilterGroupFormTest.php Tests the filter group form.
FilterGroupFormTest.php file core/modules/views/tests/src/Functional/FilterGroupFormTest.php
FilterGroupFormTest::$defaultTheme property core/modules/views/tests/src/Functional/FilterGroupFormTest.php The theme to install as the default for testing.
FilterGroupFormTest::$modules property core/modules/views/tests/src/Functional/FilterGroupFormTest.php Modules to install.
FilterGroupFormTest::$testViews property core/modules/views/tests/src/Functional/FilterGroupFormTest.php Views used by this test.
FilterGroupFormTest::testFilterGroupFormEmpty function core/modules/views/tests/src/Functional/FilterGroupFormTest.php Tests a view with a grouped filter with empty options.
FilterHtml::settingsForm function core/modules/filter/src/Plugin/Filter/FilterHtml.php Generates a filter's settings form.
FilterID::transform function core/modules/filter/src/Plugin/migrate/process/FilterID.php Performs the associated process.
FilterIdTest::testTransform function core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php Tests transformation of filter_id plugin.
FilterImageLazyLoad::transformImages function core/modules/filter/src/Plugin/Filter/FilterImageLazyLoad.php Transform markup of images to include loading="lazy".
FilterInterface::settingsForm function core/modules/filter/src/Plugin/FilterInterface.php Generates a filter's settings form.
FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE constant core/modules/filter/src/Plugin/FilterInterface.php Irreversible transformation filters.
FilterInterface::TYPE_TRANSFORM_REVERSIBLE constant core/modules/filter/src/Plugin/FilterInterface.php Reversible transformation filters.
FilterNoFormatTest class core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php Tests the behavior of check_markup() when it is called without text format.
FilterNoFormatTest.php file core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php
FilterNoFormatTest::$modules property core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php Modules to install.
FilterNoFormatTest::testCheckMarkupNoFormat function core/modules/filter/tests/src/Kernel/FilterNoFormatTest.php Tests text without format.
FilterPluginBase::addGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Add a new group to the exposed filter groups.
FilterPluginBase::buildExposedFiltersGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Build the form to let users create the group of exposed filters.
FilterPluginBase::buildExposedForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Render our chunk of the exposed filter form when selecting.
FilterPluginBase::buildExposeForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Options form subform for exposed filter options.
FilterPluginBase::buildGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Displays the Build Group form.
FilterPluginBase::buildOptionsForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Provide the basic form which calls through to subforms.
FilterPluginBase::groupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Builds a group form.
FilterPluginBase::operatorForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Options form subform for setting the operator.
FilterPluginBase::showBuildGroupForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the exposed options form.
FilterPluginBase::showOperatorForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the operator form.
FilterPluginBase::showValueForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Shortcut to display the value form.
FilterPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Simple submit handler.
FilterPluginBase::validateExposeForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Validate the options form.
FilterPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Simple validate handler.
FilterPluginBase::valueForm function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Options form subform for setting options.
FilterSettings::transform function core/modules/filter/src/Plugin/migrate/process/FilterSettings.php Performs the associated process.
FilterSettingsTest::testTransform function core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterSettingsTest.php Tests transformation of filter settings.
FilterTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterTest.php Provide the basic form which calls through to subforms.
FilterTestFormatForm class core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php Shows a test form for testing the 'text_format' form element.
FilterTestFormatForm.php file core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php
FilterTestFormatForm::buildForm function core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php Form constructor.
FilterTestFormatForm::getFormId function core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.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.