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
CKEditor5Test::testPathsToFormNames function core/modules/ckeditor5/tests/src/Unit/CKEditor5Test.php @covers \Drupal\ckeditor5\Plugin\Editor\CKEditor5::mapViolationPropertyPathsToFormNames
@dataProvider providerPathsToFormNames
CKEditor5TestBase::addNewTextFormat function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Add and save a new text format using CKEditor 5.
CKEditor5TestBase::createNewTextFormat function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Create a new text format using CKEditor 5.
CKEditor5TestBase::saveNewTextFormat function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Save the new text format.
ckeditor5_filter_format_edit_form_submit function core/modules/ckeditor5/ckeditor5.module Form submission handler for filter format forms.
ckeditor5_form_filter_format_form_alter function core/modules/ckeditor5/ckeditor5.module Implements hook_form_FORM_ID_alter().
ckeditor5_read_only_mode_form_node_page_form_alter function core/modules/ckeditor5/tests/modules/ckeditor5_read_only_mode/ckeditor5_read_only_mode.module Implements hook_form_alter().
ClaroEntityDisplayTest::testEntityForm function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Copied from parent.
ClaroPreRender::textFormat function core/themes/claro/src/ClaroPreRender.php Prerender callback for text_format elements.
claro_form_alter function core/themes/claro/claro.theme Implements hook_form_alter().
claro_form_media_form_alter function core/themes/claro/claro.theme Implements hook_form_BASE_FORM_ID_alter() for \Drupal\media\MediaForm.
claro_form_media_library_add_form_alter function core/themes/claro/claro.theme Implements hook_form_BASE_FORM_ID_alter().
claro_form_media_library_add_form_oembed_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter().
claro_form_media_library_add_form_upload_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter().
claro_form_menu_link_content_form_alter function core/themes/claro/claro.theme Implements hook_form_BASE_FORM_ID_alter() for MenuLinkContentForm.
claro_form_menu_link_edit_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for MenuLinkEditForm.
claro_form_node_form_alter function core/themes/claro/claro.theme Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
claro_form_node_preview_form_select_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter().
claro_form_system_modules_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for the system_modules form.
claro_form_user_admin_permissions_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for the user_admin_permissions form.
claro_form_views_exposed_form_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for views_exposed_form.
claro_form_views_ui_add_handler_form_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for Views UI add handler form.
claro_form_views_ui_config_item_form_alter function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for the Views UI config form.
claro_preprocess_field_multiple_value_form function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for field_multiple_value_form.
claro_preprocess_form_element function core/themes/claro/claro.theme Implements hook_preprocess_form_element().
claro_preprocess_form_element__password function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for form_element__password.
claro_preprocess_form_element__password_confirm function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for form_element__password_confirm.
claro_preprocess_item_list__media_library_add_form_media_list function core/themes/claro/claro.theme Implements hook_preprocess_item_list__media_library_add_form_media_list().
claro_preprocess_text_format_wrapper function core/themes/claro/claro.theme Implements template_preprocess_text_format_wrapper().
claro_preprocess_views_exposed_form function core/themes/claro/claro.theme Implements hook_preprocess_HOOK() for views_exposed_form.
claro_preprocess_views_ui_rearrange_filter_form function core/themes/claro/claro.theme Implements hook_form_FORM_ID_alter() for the Views UI rearrange filter form.
claro_theme_suggestions_form_element_alter function core/themes/claro/claro.theme Implements hook_theme_suggestions_HOOK_alter() for form_element.
ClearCacheForm class core/modules/system/src/Form/ClearCacheForm.php Clear caches for this site.
ClearCacheForm.php file core/modules/system/src/Form/ClearCacheForm.php
ClearCacheForm::buildForm function core/modules/system/src/Form/ClearCacheForm.php Form constructor.
ClearCacheForm::getFormId function core/modules/system/src/Form/ClearCacheForm.php Returns a unique string identifying the form.
ClearCacheForm::submitForm function core/modules/system/src/Form/ClearCacheForm.php Clears the caches.
CodeBlock::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php
CodeBlock::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php
CodeBlock::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php
Combine::buildOptionsForm function core/modules/views/src/Plugin/views/filter/Combine.php Provide the basic form which calls through to subforms.
CommentAccessTest::testCannotViewCommentReplyFormOnEntitiesYouCannotView function core/modules/comment/tests/src/Functional/CommentAccessTest.php Tests cannot view comment reply form on entities you cannot view.
CommentAdminOverview::$dateFormatter property core/modules/comment/src/Form/CommentAdminOverview.php The date formatter service.
CommentAdminOverview::buildForm function core/modules/comment/src/Form/CommentAdminOverview.php Form constructor for the comment overview administration form.
CommentAdminOverview::getFormId function core/modules/comment/src/Form/CommentAdminOverview.php Returns a unique string identifying the form.
CommentAdminOverview::submitForm function core/modules/comment/src/Form/CommentAdminOverview.php Form submission handler.
CommentAdminOverview::validateForm function core/modules/comment/src/Form/CommentAdminOverview.php Form validation handler.
CommentBulkForm class core/modules/comment/src/Plugin/views/field/CommentBulkForm.php Defines a comment operations bulk form element.
CommentBulkForm.php file core/modules/comment/src/Plugin/views/field/CommentBulkForm.php
CommentBulkForm::emptySelectedMessage function core/modules/comment/src/Plugin/views/field/CommentBulkForm.php Returns the message to be displayed when there are no selected items.

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