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
ClaroHooks::formMediaLibraryAddFormOembedAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for media_library_add_form_oembed.
ClaroHooks::formMediaLibraryAddFormUploadAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for media_library_add_form_upload.
ClaroHooks::formMenuLinkContentFormAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_BASE_FORM_ID_alter() for MenuLinkContentForm.
ClaroHooks::formMenuLinkEditAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for MenuLinkEditForm.
ClaroHooks::formNodeFormAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\Form\NodeForm.
ClaroHooks::formNodePreviewFormSelectAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for node_preview_form_select.
ClaroHooks::formSystemModulesAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for the system_modules form.
ClaroHooks::formUserAdminPermissionsAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for the user_admin_permissions form.
ClaroHooks::formViewsExposedFormAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for views_exposed_form.
ClaroHooks::formViewsUiAddHandlerFormAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for Views UI add handler form.
ClaroHooks::formViewsUiConfigItemFormAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for the Views UI config form.
ClaroHooks::preprocessFieldMultipleValueForm function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for field_multiple_value_form.
ClaroHooks::preprocessFormElement function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_form_element().
ClaroHooks::preprocessFormElementPassword function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for form_element__password.
ClaroHooks::preprocessFormElementPasswordConfirm function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for form_element__password_confirm.
ClaroHooks::preprocessItemListMediaLibraryAddFormMediaList function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for item_list__media_library_add_form_media_list.
ClaroHooks::preprocessTextFormatWrapper function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK().
ClaroHooks::preprocessViewsExposedForm function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for views_exposed_form.
ClaroHooks::preprocessViewsUiRearrangeFilterForm function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for views_ui_rearrange_filter_form.
ClaroHooks::themeSuggestionsFormElementAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_theme_suggestions_HOOK_alter() for form_element.
ClaroPreRender::textFormat function core/themes/claro/src/ClaroPreRender.php Prerender callback for text_format elements.
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 Form constructor.
CodeBlock::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php Form submission handler.
CodeBlock::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/CodeBlock.php Form validation handler.
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.
CommentBulkFormTest class core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php Tests Drupal\comment\Plugin\views\field\CommentBulkForm.
CommentBulkFormTest.php file core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php
CommentBulkFormTest::tearDown function core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php
CommentBulkFormTest::testConstructor function core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php Tests the constructor assignment of actions.
CommentController::getReplyForm function core/modules/comment/src/Controller/CommentController.php Form constructor for the comment reply form.
CommentController::replyFormAccess function core/modules/comment/src/Controller/CommentController.php Access check for the reply form.
CommentController::replyFormTitle function core/modules/comment/src/Controller/CommentController.php Title callback for the reply form.
CommentDefaultFormatter class core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php Provides a default comment formatter.
CommentDefaultFormatter.php file core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php
CommentDefaultFormatter::$currentUser property core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php The current user.
CommentDefaultFormatter::$entityDisplayRepository property core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php The entity display repository.

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