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
UserAccountFormPasswordResetTest::$user property core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php User object.
UserAccountFormPasswordResetTest::buildAccountForm function core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php Builds the user account form for a given operation.
UserAccountFormPasswordResetTest::setUp function core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php
UserAccountFormPasswordResetTest::testPasswordResetToken function core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php Tests the reset token used only from query string.
UserAdminSettingsFormTest class core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php Configuration object user.mail and user.settings save test.
UserAdminSettingsFormTest.php file core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php
UserAdminSettingsFormTest::$modules property core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php Modules to install.
UserAdminSettingsFormTest::setUp function core/modules/user/tests/src/Kernel/UserAdminSettingsFormTest.php
UserAuthenticationController::$serializerFormats property core/modules/user/src/Controller/UserAuthenticationController.php The available serialization formats.
UserAuthenticationController::getRequestFormat function core/modules/user/src/Controller/UserAuthenticationController.php Gets the format of the current request.
UserBulkForm class core/modules/user/src/Plugin/views/field/UserBulkForm.php Defines a user operations bulk form element.
UserBulkForm.php file core/modules/user/src/Plugin/views/field/UserBulkForm.php
UserBulkForm::emptySelectedMessage function core/modules/user/src/Plugin/views/field/UserBulkForm.php Returns the message to be displayed when there are no selected items.
UserBulkForm::viewsForm function core/modules/user/src/Plugin/views/field/UserBulkForm.php Provide a more useful title to improve the accessibility.
UserBulkFormTest class core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php Tests Drupal\user\Plugin\views\field\UserBulkForm.
UserBulkFormTest.php file core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php
UserBulkFormTest::tearDown function core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php
UserBulkFormTest::testConstructor function core/modules/user/tests/src/Unit/Plugin/views/field/UserBulkFormTest.php Tests the constructor assignment of actions.
UserCancelForm class core/modules/user/src/Form/UserCancelForm.php Provides a confirmation form for cancelling user account.
UserCancelForm.php file core/modules/user/src/Form/UserCancelForm.php
UserCancelForm::$cancelMethods property core/modules/user/src/Form/UserCancelForm.php Available account cancellation methods.
UserCancelForm::$entity property core/modules/user/src/Form/UserCancelForm.php The account being cancelled.
UserCancelForm::$selectCancel property core/modules/user/src/Form/UserCancelForm.php Whether it is allowed to select cancellation method.
UserCancelForm::buildForm function core/modules/user/src/Form/UserCancelForm.php Form constructor.
UserCancelForm::getCancelUrl function core/modules/user/src/Form/UserCancelForm.php Returns the route to go to if the user cancels the action.
UserCancelForm::getConfirmText function core/modules/user/src/Form/UserCancelForm.php Returns a caption for the button that confirms the action.
UserCancelForm::getDescription function core/modules/user/src/Form/UserCancelForm.php Returns additional text to display as a description.
UserCancelForm::getQuestion function core/modules/user/src/Form/UserCancelForm.php Returns the question to ask the user.
UserCancelForm::submitForm function core/modules/user/src/Form/UserCancelForm.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…
UserController::$dateFormatter property core/modules/user/src/Controller/UserController.php The date formatter service.
UserController::getResetPassForm function core/modules/user/src/Controller/UserController.php Returns the user password reset form.
UserData::buildOptionsForm function core/modules/user/src/Plugin/views/field/UserData.php Default option form that provides label widget that all fields should have.
UserFormTestHooks class core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php Hook implementations for user_form_test.
UserFormTestHooks.php file core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php
UserFormTestHooks::entityBaseFieldInfoAlter function core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php Implements hook_entity_base_field_info_alter().
UserFormTestHooks::formUserCancelFormAlter function core/modules/user/tests/modules/user_form_test/src/Hook/UserFormTestHooks.php Implements hook_form_FORM_ID_alter() for user_cancel_form().
UserHooks::filterFormatDisable function core/modules/user/src/Hook/UserHooks.php Implements hook_filter_format_disable().
UserHooks::formSystemRegionalSettingsAlter function core/modules/user/src/Hook/UserHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\system\Form\RegionalForm.
UserHooksTest::userFormatNameAlter function core/modules/user/tests/modules/user_hooks_test/src/Hook/UserHooksTest.php Alters the username.
UserJsonAnonTest::$format property core/modules/user/tests/src/Functional/Rest/UserJsonAnonTest.php The format to use in this test.
UserJsonBasicAuthTest::$format property core/modules/user/tests/src/Functional/Rest/UserJsonBasicAuthTest.php The format to use in this test.
UserJsonCookieTest::$format property core/modules/user/tests/src/Functional/Rest/UserJsonCookieTest.php The format to use in this test.
UserLangcode::transform function core/modules/user/src/Plugin/migrate/process/UserLangcode.php Performs the associated process.
UserLanguageTestForm class core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php Provides a User Language Test form.
UserLanguageTestForm.php file core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php
UserLanguageTestForm::buildForm function core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php Form constructor.
UserLanguageTestForm::getFormId function core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php Returns a unique string identifying the form.
UserLanguageTestForm::submitForm function core/modules/user/tests/modules/user_language_test/src/Form/UserLanguageTestForm.php Form submission handler.
UserListBuilder::$dateFormatter property core/modules/user/src/UserListBuilder.php The date formatter service.
UserLoginBlock::renderPlaceholderFormAction function core/modules/user/src/Plugin/Block/UserLoginBlock.php Render API callback: Renders a form action URL including destination.

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