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
MediaEmbed::settingsForm function core/modules/media/src/Plugin/Filter/MediaEmbed.php Generates a filter's settings form.
MediaFilterController::formatUsesMediaEmbedFilter function core/modules/media/src/Controller/MediaFilterController.php Checks access based on media_embed filter status on the text format.
MediaForm class core/modules/media/src/MediaForm.php Form controller for the media edit forms.
MediaForm.php file core/modules/media/src/MediaForm.php
MediaForm::form function core/modules/media/src/MediaForm.php Gets the actual form array to be built.
MediaForm::save function core/modules/media/src/MediaForm.php Form submission handler for the 'save' action.
MediaHooks::fieldWidgetCompleteFormAlter function core/modules/media/src/Hook/MediaHooks.php Implements hook_field_widget_complete_form_alter().
MediaHooks::fieldWidgetSingleElementFormAlter function core/modules/media/src/Hook/MediaHooks.php Implements hook_field_widget_single_element_form_alter().
MediaHooks::formatEditFormValidate function core/modules/media/src/Hook/MediaHooks.php Validate callback to ensure filter order and allowed_html are compatible.
MediaHooks::formFieldUiFieldStorageAddFormAlter function core/modules/media/src/Hook/MediaHooks.php Implements hook_form_FORM_ID_alter().
MediaHooks::formFilterFormatAddFormAlter function core/modules/media/src/Hook/MediaHooks.php Implements hook_form_FORM_ID_alter().
MediaHooks::formFilterFormatEditFormAlter function core/modules/media/src/Hook/MediaHooks.php Implements hook_form_FORM_ID_alter().
MediaJsonAnonTest::$format property core/modules/media/tests/src/Functional/Rest/MediaJsonAnonTest.php The format to use in this test.
MediaJsonBasicAuthTest::$format property core/modules/media/tests/src/Functional/Rest/MediaJsonBasicAuthTest.php The format to use in this test.
MediaJsonCookieTest::$format property core/modules/media/tests/src/Functional/Rest/MediaJsonCookieTest.php The format to use in this test.
MediaLibraryAccessTest::testAddFormAccess function core/modules/media_library/tests/src/Kernel/MediaLibraryAccessTest.php Tests that the media library respects arbitrary access to the add form.
MediaLibraryAddFormTest class core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php Tests the media library add form.
MediaLibraryAddFormTest.php file core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php
MediaLibraryAddFormTest::$modules property core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php Modules to install.
MediaLibraryAddFormTest::buildLibraryUi function core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php Build the media library UI for a selected type.
MediaLibraryAddFormTest::setUp function core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php
MediaLibraryAddFormTest::testDifferentAddForm function core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php Tests overwriting of the add form.
MediaLibraryAddFormTest::testFormStateValidation function core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php Tests the validation of the library state in the media library add form.
MediaLibraryAddFormTest::testMediaTypeAddForm function core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php Tests the media library add form.
MediaLibraryAddFormTest::testSelectedTypeValidation function core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php Tests the validation of the selected type in the media library add form.
MediaLibraryDisplayModeTest::assertFormDisplay function core/modules/media_library/tests/src/Functional/MediaLibraryDisplayModeTest.php Asserts the media library form display components for a media type.
MediaLibraryFormOverwriteTestHooks class core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Hook/MediaLibraryFormOverwriteTestHooks.php Hook implementations for media_library_form_overwrite_test.
MediaLibraryFormOverwriteTestHooks.php file core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Hook/MediaLibraryFormOverwriteTestHooks.php
MediaLibraryFormOverwriteTestHooks::mediaSourceInfoAlter function core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Hook/MediaLibraryFormOverwriteTestHooks.php Implements hook_media_source_info_alter().
MediaLibraryHooks::formAlter function core/modules/media_library/src/Hook/MediaLibraryHooks.php Implements hook_form_alter().
MediaLibraryHooks::formViewsFormMediaLibraryPageAlter function core/modules/media_library/src/Hook/MediaLibraryHooks.php Implements hook_form_FORM_ID_alter().
MediaLibraryInceptionWidget::formElement function core/modules/media_library/tests/modules/media_library_test_widget/src/Plugin/Field/FieldWidget/MediaLibraryInceptionWidget.php Returns the form for a single field widget.
MediaLibrarySelectForm class core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Defines a field that outputs a checkbox and form for selecting media.
MediaLibrarySelectForm.php file core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php
MediaLibrarySelectForm::clickSortable function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Determines if this field is click sortable.
MediaLibrarySelectForm::form_element_name function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Return the name of a form field.
MediaLibrarySelectForm::form_element_row_id function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Return a media entity ID from a views result row.
MediaLibrarySelectForm::getValue function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Gets the value that's supposed to be rendered.
MediaLibrarySelectForm::render function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Renders the field.
MediaLibrarySelectForm::updateWidget function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Submit handler for the media library select form.
MediaLibrarySelectForm::viewsForm function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php Form constructor for the media library select form.
MediaLibrarySelectForm::viewsFormValidate function core/modules/media_library/src/Plugin/views/field/MediaLibrarySelectForm.php
MediaLibrarySelectFormTest class core/modules/media_library/tests/src/Unit/MediaLibrarySelectFormTest.php Tests Drupal\media_library\Plugin\views\field\MediaLibrarySelectForm.
MediaLibrarySelectFormTest.php file core/modules/media_library/tests/src/Unit/MediaLibrarySelectFormTest.php
MediaLibrarySelectFormTest::tearDown function core/modules/media_library/tests/src/Unit/MediaLibrarySelectFormTest.php
MediaLibrarySelectFormTest::testViewsForm function core/modules/media_library/tests/src/Unit/MediaLibrarySelectFormTest.php Tests views form.
MediaLibraryUiBuilder::$formBuilder property core/modules/media_library/src/MediaLibraryUiBuilder.php The form builder.
MediaLibraryUiBuilder::buildMediaTypeAddForm function core/modules/media_library/src/MediaLibraryUiBuilder.php Get the add form for the selected media type.
MediaLibraryWidget::extractFormValues function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Extracts field values from submitted form values.
MediaLibraryWidget::form function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Creates a form element for a field.

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