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
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.
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.
FilterTestFormatForm::submitForm function core/modules/filter/tests/filter_test/src/Form/FilterTestFormatForm.php Form submission handler.
FilterTestHooks::filterFormatDisable function core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php Implements hook_filter_format_disable().
FilterTestHooks::filterFormatInsert function core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php Implements hook_ENTITY_TYPE_insert().
FilterTestHooks::filterFormatUpdate function core/modules/filter/tests/filter_test/src/Hook/FilterTestHooks.php Implements hook_ENTITY_TYPE_update().
FilterThemeHooks::preprocessTextFormatWrapper function core/modules/filter/src/Hook/FilterThemeHooks.php Prepares variables for text format wrapper templates.
FilterUninstallValidator::getEnabledFilterFormats function core/modules/filter/src/FilterUninstallValidator.php Returns all enabled filter formats.
FilterUninstallValidatorTest::testValidateNoFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no formats.
FilterUninstallValidatorTest::testValidateNoMatchingFormats function core/modules/filter/tests/src/Unit/FilterUninstallValidatorTest.php Tests validate no matching formats.
FilterUrl::settingsForm function core/modules/filter/src/Plugin/Filter/FilterUrl.php Generates a filter's settings form.
filter_default_format function core/modules/filter/filter.module Returns the ID of the default text format for a particular user.

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