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
UpdateSettingsForm.php file core/modules/update/src/UpdateSettingsForm.php
UpdateSettingsForm::arrayToMultiLineString function core/modules/update/src/UpdateSettingsForm.php Prepares the saved notify_emails property to be displayed in the form.
UpdateSettingsForm::buildForm function core/modules/update/src/UpdateSettingsForm.php Form constructor.
UpdateSettingsForm::formatMultipleViolationsMessage function core/modules/update/src/UpdateSettingsForm.php Formats multiple violation messages associated with a single form element.
UpdateSettingsForm::getEditableConfigNames function core/modules/update/src/UpdateSettingsForm.php Gets the configuration names that will be editable.
UpdateSettingsForm::getFormId function core/modules/update/src/UpdateSettingsForm.php Returns a unique string identifying the form.
UpdateSettingsForm::multiLineStringToArray function core/modules/update/src/UpdateSettingsForm.php Prepares the submitted value to be stored in the notify_emails property.
UpdateSettingsForm::submitForm function core/modules/update/src/UpdateSettingsForm.php Form submission handler.
UpdateSettingsFormTest class core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php Tests the update_settings form.
UpdateSettingsFormTest.php file core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php
UpdateSettingsFormTest::$defaultTheme property core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php The theme to install as the default for testing.
UpdateSettingsFormTest::$modules property core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php Modules to install.
UpdateSettingsFormTest::testUpdateSettingsForm function core/modules/update/tests/src/Functional/UpdateSettingsFormTest.php Tests the update_settings form.
update_already_performed function core/includes/update.inc Determines if a module update has already been performed.
UploadedFileConstraint::$uploadFormSizeErrorMessage property core/modules/file/src/Validation/Constraint/UploadedFileConstraint.php The upload form size error message.
UriDependentTestImageEffect::transformDimensions function core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php Determines the dimensions of the styled image.
UriLinkFormatter class core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php Plugin implementation of the 'uri_link' formatter.
UriLinkFormatter.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php
UriLinkFormatter::viewElements function core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/UriLinkFormatter.php Builds a renderable array for a field value.
UriWidget::formElement function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php Returns the form for a single field widget.
UriWidget::settingsForm function core/lib/Drupal/Core/Field/Plugin/Field/FieldWidget/UriWidget.php Returns a form to configure settings for the widget.
Url::buildOptionsForm function core/modules/views/src/Plugin/views/field/Url.php Provide link to the page being visited.
UrlEncode::transform function core/modules/migrate/src/Plugin/migrate/process/UrlEncode.php Performs the associated process.
UrlEncodeTest::doTransform function core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php Perform the urlencode process plugin over the given value.
UrlHelperFormatConstraint class core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php Defines a custom format constraint for json-schema.
UrlHelperFormatConstraint::check function core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php
UrlPlainFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php Plugin implementation of the 'file_url_plain' formatter.
UrlPlainFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php
UrlPlainFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php Builds a renderable array for a field value.
UrlTest::testFormUrl function core/modules/system/tests/src/Functional/Form/UrlTest.php Tests that #type 'url' fields are properly validated and trimmed.
UrlTransformRelativeTest class core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php Tests URL transform to relative.
UrlTransformRelativeTest.php file core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php
UrlTransformRelativeTest::$modules property core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php Modules to install.
UrlTransformRelativeTest::providerFileUrlTransformRelative function core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php Provides data for testing URL transformation.
UrlTransformRelativeTest::testFileUrlTransformRelative function core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php Tests transformRelative() function.
User::buildOptionsForm function core/modules/user/src/Plugin/views/argument_validator/User.php Provides the default form for setting options.
User::buildOptionsForm function core/modules/user/src/Plugin/views/argument_default/User.php Provide the default form for setting options.
User::submitOptionsForm function core/modules/user/src/Plugin/views/argument_validator/User.php Provides the default form for submitting options.
UserAccountFormFieldsTest class core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php Verifies the field order in user account forms.
UserAccountFormFieldsTest.php file core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
UserAccountFormFieldsTest::$modules property core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php Modules to install.
UserAccountFormFieldsTest::$user property core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php
UserAccountFormFieldsTest::assertFieldOrder function core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php Asserts that the 'name' form element is directly before the 'pass' element.
UserAccountFormFieldsTest::buildAccountForm function core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php Builds the user account form for a given operation.
UserAccountFormFieldsTest::testInstallConfigureForm function core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php Tests the root user account form section in the "Configure site" form.
UserAccountFormFieldsTest::testUserEditForm function core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php Tests the user edit form.
UserAccountFormFieldsTest::testUserRegistrationForm function core/modules/user/tests/src/Kernel/UserAccountFormFieldsTest.php Tests the user registration form.
UserAccountFormPasswordResetTest class core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php Verifies that the password reset behaves as expected with form elements.
UserAccountFormPasswordResetTest.php file core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php
UserAccountFormPasswordResetTest::$modules property core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php Modules to install.

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