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
PrepareModulesEntityUninstallForm::create function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Instantiates a new instance of the implementing class using autowiring.
PrepareModulesEntityUninstallForm::deleteContentEntities function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Deletes the content entities of the specified entity type.
PrepareModulesEntityUninstallForm::formTitle function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Gets the form title.
PrepareModulesEntityUninstallForm::getCancelUrl function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns the route to go to if the user cancels the action.
PrepareModulesEntityUninstallForm::getConfirmText function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns a caption for the button that confirms the action.
PrepareModulesEntityUninstallForm::getDescription function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns additional text to display as a description.
PrepareModulesEntityUninstallForm::getFormId function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns a unique string identifying the form.
PrepareModulesEntityUninstallForm::getQuestion function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns the question to ask the user.
PrepareModulesEntityUninstallForm::moduleBatchFinished function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Implements callback_batch_finished().
PrepareModulesEntityUninstallForm::submitForm function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Form submission handler.
PrepareModulesEntityUninstallForm::__construct function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Constructs a PrepareModulesEntityUninstallForm object.
PrepareModulesEntityUninstallFormTest class core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php Tests PrepareModulesEntityUninstallForm.
PrepareModulesEntityUninstallFormTest.php file core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php
PrepareModulesEntityUninstallFormTest::$modules property core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php Modules to install.
PrepareModulesEntityUninstallFormTest::testModuleEntityUninstallTitle function core/modules/system/tests/src/Kernel/Module/PrepareModulesEntityUninstallFormTest.php Tests PrepareModulesEntityUninstallForm::formTitle.
PreprocessHooks::fieldMultipleValueForm function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for field_multiple_value_form.
PreprocessHooks::formElement function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for form_element.
PreprocessHooks::formElementPassword function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for form_element__password.
PreprocessHooks::formElementPasswordConfirm function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for form_element__password_confirm.
PreprocessHooks::itemListMediaLibraryAddFormMediaList function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_item_list__media_library_add_form_media_list().
PreprocessHooks::textFormatWrapper function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for text_format_wrapper.
PreprocessHooks::viewsExposedForm function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for views_exposed_form.
PreprocessHooks::viewsUiRearrangeFilterForm function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_form_FORM_ID_alter() for Views UI rearrange filter form.
PrerenderList::buildOptionsForm function core/modules/views/src/Plugin/views/field/PrerenderList.php Default option form that provides label widget that all fields should have.
ProcessField::transform function core/modules/field/src/Plugin/migrate/process/ProcessField.php Performs the associated process.
ProcessFieldTest::providerTestTransform function core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php Provides data for the transform method test.
ProcessFieldTest::testTransform function core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php Tests the transform method.
ProcessingTest::testBatchForm function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches defined in a form submit handler.
ProcessingTest::testBatchFormMultipleBatches function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches defined in different submit handlers on the same form.
ProcessingTest::testBatchFormMultistep function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches defined in a multistep form.
ProcessingTest::testBatchFormProgrammatic function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches defined in a programmatically submitted form.
ProcessingTest::testBatchNoForm function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches triggered outside of form submission.
ProcessingTest::testDrupalFormSubmitInBatch function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests form submission during a batch operation.
ProcessPluginBase::transform function core/modules/migrate/src/ProcessPluginBase.php Performs the associated process.
ProfileFieldOptionTranslation::transform function core/modules/user/src/Plugin/migrate/process/d6/ProfileFieldOptionTranslation.php Performs the associated process.
ProfileFieldSettings::transform function core/modules/user/src/Plugin/migrate/process/ProfileFieldSettings.php Performs the associated process.
ProfileForm class core/modules/user/src/ProfileForm.php Form handler for the profile forms.
ProfileForm.php file core/modules/user/src/ProfileForm.php
ProfileForm::actions function core/modules/user/src/ProfileForm.php Returns an array of supported actions for the current entity form.
ProfileForm::save function core/modules/user/src/ProfileForm.php Form submission handler for the 'save' action.
ProfileTranslationHandler::entityFormAlter function core/modules/user/src/ProfileTranslationHandler.php Performs the needed alterations to the entity form.
ProfileTranslationHandler::entityFormSave function core/modules/user/src/ProfileTranslationHandler.php Form submission handler for ProfileTranslationHandler::entityFormAlter().
ProgrammaticTest::doSubmitForm function core/modules/system/tests/src/Kernel/Form/ProgrammaticTest.php Programmatically submits the form_test.module form with the given values.
ProxyBuilderTest::testBuildProxyClassNameForModule function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Tests build proxy class name for module.
QueryParameter::buildOptionsForm function core/modules/views/src/Plugin/views/argument_default/QueryParameter.php Provide the default form for setting options.
QueryPluginBase::getDateFormat function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Creates cross-database date formatting.
QueryPluginBase::submitOptionsForm function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Handle any special handling on the validate form.
QueryPluginBase::validateOptionsForm function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Validate the options form.
QueryTest::buildOptionsForm function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php Provide a form to edit options for this plugin.
QueueSerializationTest::buildForm function core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php Form constructor.

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