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
filter.format.full_html.yml file core/modules/ckeditor5/tests/fixtures/ckeditor4_config/filter.format.full_html.yml core/modules/ckeditor5/tests/fixtures/ckeditor4_config/filter.format.full_html.yml
filter.format.full_html.yml file core/recipes/full_html_format_editor/config/filter.format.full_html.yml core/recipes/full_html_format_editor/config/filter.format.full_html.yml
filter.format.plain_text.yml file core/tests/fixtures/config_install/testing_config_install/filter.format.plain_text.yml core/tests/fixtures/config_install/testing_config_install/filter.format.plain_text.yml
filter.format.plain_text.yml file core/tests/fixtures/config_install/multilingual/language/es/filter.format.plain_text.yml core/tests/fixtures/config_install/multilingual/language/es/filter.format.plain_text.yml
filter.format.plain_text.yml file core/tests/fixtures/config_install/multilingual/filter.format.plain_text.yml core/tests/fixtures/config_install/multilingual/filter.format.plain_text.yml
filter.format.plain_text.yml file core/modules/filter/config/install/filter.format.plain_text.yml core/modules/filter/config/install/filter.format.plain_text.yml
filter.format.private_images.yml file core/modules/editor/tests/modules/editor_private_test/config/install/filter.format.private_images.yml core/modules/editor/tests/modules/editor_private_test/config/install/filter.format.private_images.yml
filter.format.restricted_html.yml file core/modules/ckeditor5/tests/fixtures/ckeditor4_config/filter.format.restricted_html.yml core/modules/ckeditor5/tests/fixtures/ckeditor4_config/filter.format.restricted_html.yml
filter.format.restricted_html.yml file core/profiles/standard/config/install/filter.format.restricted_html.yml core/profiles/standard/config/install/filter.format.restricted_html.yml
filter.format.restricted_html.yml file core/profiles/demo_umami/config/install/filter.format.restricted_html.yml core/profiles/demo_umami/config/install/filter.format.restricted_html.yml
filter.format.restricted_html.yml file core/recipes/restricted_html_format/config/filter.format.restricted_html.yml core/recipes/restricted_html_format/config/filter.format.restricted_html.yml
filter.format.restricted_html.yml file core/profiles/tests/nightwatch_a11y_testing/config/install/filter.format.restricted_html.yml core/profiles/tests/nightwatch_a11y_testing/config/install/filter.format.restricted_html.yml
FilterAdminTest::testDisabledFormat function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests whether a field using a disabled format is rendered.
FilterAdminTest::testFormatAdmin function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests the format administration functionality.
FilterAPITest::assertFilterFormatViolation function core/modules/filter/tests/src/Kernel/FilterAPITest.php Checks if an expected violation exists in the given violations.
FilterAPITest::testFilterFormatAPI function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that HTML restrictions and filter types are correct.
FilterAPITest::testFilterFormatPreSave function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that FilterFormat::preSave() only saves customized plugins.
FilterBase::settingsForm function core/modules/filter/src/Plugin/FilterBase.php Generates a filter's settings form.
FilterCrudTest::testDisableFallbackFormat function core/modules/filter/tests/src/Kernel/FilterCrudTest.php Tests disabling the fallback text format.
FilterCrudTest::testTextFormatCrud function core/modules/filter/tests/src/Kernel/FilterCrudTest.php Tests CRUD operations for text formats and filters.
FilterCrudTest::verifyTextFormat function core/modules/filter/tests/src/Kernel/FilterCrudTest.php Verifies that a text format is properly stored.
FilterDateTest::$dateFormatter property core/modules/views/tests/src/Functional/Handler/FilterDateTest.php The date formatter.
FilterDefaultFormatTest class core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php Tests the default text formats for different users.
FilterDefaultFormatTest.php file core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php
FilterDefaultFormatTest::$defaultTheme property core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php The theme to install as the default for testing.
FilterDefaultFormatTest::$modules property core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php Modules to install.
FilterDefaultFormatTest::resetFilterCaches function core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php Rebuilds text format and permission caches in the thread running the tests.
FilterDefaultFormatTest::testDefaultTextFormats function core/modules/filter/tests/src/Functional/FilterDefaultFormatTest.php Tests if the default text format is accessible to users.
FilterDisableForm class core/modules/filter/src/Form/FilterDisableForm.php Provides the filter format disable form.
FilterDisableForm.php file core/modules/filter/src/Form/FilterDisableForm.php
FilterDisableForm::getCancelUrl function core/modules/filter/src/Form/FilterDisableForm.php Returns the route to go to if the user cancels the action.
FilterDisableForm::getConfirmText function core/modules/filter/src/Form/FilterDisableForm.php Returns a caption for the button that confirms the action.
FilterDisableForm::getDescription function core/modules/filter/src/Form/FilterDisableForm.php Returns additional text to display as a description.
FilterDisableForm::getQuestion function core/modules/filter/src/Form/FilterDisableForm.php Returns the question to ask the user.
FilterDisableForm::submitForm function core/modules/filter/src/Form/FilterDisableForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
FilterEnableForm class core/modules/filter/src/Form/FilterEnableForm.php Provides the filter format enable form.
FilterEnableForm.php file core/modules/filter/src/Form/FilterEnableForm.php
FilterEnableForm::getCancelUrl function core/modules/filter/src/Form/FilterEnableForm.php Returns the route to go to if the user cancels the action.
FilterEnableForm::getConfirmText function core/modules/filter/src/Form/FilterEnableForm.php Returns a caption for the button that confirms the action.
FilterEnableForm::getDescription function core/modules/filter/src/Form/FilterEnableForm.php Returns additional text to display as a description.
FilterEnableForm::getQuestion function core/modules/filter/src/Form/FilterEnableForm.php Returns the question to ask the user.
FilterEnableForm::submitForm function core/modules/filter/src/Form/FilterEnableForm.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
FilterFormat class core/modules/filter/src/Entity/FilterFormat.php Represents a text format.
FilterFormat class core/modules/filter/src/Plugin/DataType/FilterFormat.php The filter format data type.
FilterFormat class core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php Drupal 6 filter source from database.
FilterFormat class core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php Drupal 7 filter source from database.
FilterFormat.php file core/modules/filter/src/Entity/FilterFormat.php
FilterFormat.php file core/modules/filter/src/Plugin/DataType/FilterFormat.php
FilterFormat.php file core/modules/filter/src/Plugin/migrate/source/d6/FilterFormat.php
FilterFormat.php file core/modules/filter/src/Plugin/migrate/source/d7/FilterFormat.php

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