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
ContactPersonalTest::testPersonalContactForm function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests that the opt-out message is included correctly in contact emails.
ContactPersonalTest::testPersonalContactFormUserCopy function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests that the opt-out message is not included in user copy emails.
ContactSitewideTest::addContactForm function core/modules/contact/tests/src/Functional/ContactSitewideTest.php Adds a form.
ContactSitewideTest::deleteContactForms function core/modules/contact/tests/src/Functional/ContactSitewideTest.php Deletes all forms.
ContactSitewideTest::updateContactForm function core/modules/contact/tests/src/Functional/ContactSitewideTest.php Updates a form.
contact_form_user_admin_settings_alter function core/modules/contact/contact.module Implements hook_form_FORM_ID_alter() for \Drupal\user\AccountSettingsForm.
contact_form_user_admin_settings_submit function core/modules/contact/contact.module Form submission handler for \Drupal\user\AccountSettingsForm.
contact_form_user_form_alter function core/modules/contact/contact.module Implements hook_form_FORM_ID_alter() for \Drupal\user\ProfileForm.
contact_storage_test_contact_form_form_builder function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Entity builder for the contact form edit form with third party options.
contact_storage_test_form_contact_form_form_alter function core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.module Implements hook_form_FORM_ID_alter() for contact_form_form().
contact_user_profile_form_submit function core/modules/contact/contact.module Form submission handler for \Drupal\user\ProfileForm.
container--text-format-filter-guidelines.html.twig file core/profiles/demo_umami/themes/umami/templates/components/text_format/container--text-format-filter-guidelines.html.twig Theme implementation for text filter guidelines.
container--text-format-filter-guidelines.html.twig file core/themes/claro/templates/text_format/container--text-format-filter-guidelines.html.twig Theme implementation for text filter guidelines.
container--text-format-filter-help.html.twig file core/profiles/demo_umami/themes/umami/templates/components/text_format/container--text-format-filter-help.html.twig Theme implementation for text filter help.
container--text-format-filter-help.html.twig file core/themes/claro/templates/text_format/container--text-format-filter-help.html.twig Theme implementation for text filter help.
container--text-format-filter-wrapper.html.twig file core/profiles/demo_umami/themes/umami/templates/components/text_format/container--text-format-filter-wrapper.html.twig Theme implementation for the text filter wrapper.
container--text-format-filter-wrapper.html.twig file core/themes/claro/templates/text_format/container--text-format-filter-wrapper.html.twig Theme implementation for the text filter wrapper.
ContainerForm class core/modules/forum/src/Form/ContainerForm.php Base form for container term edit forms.
ContainerForm.php file core/modules/forum/src/Form/ContainerForm.php
ContainerForm::$urlStub property core/modules/forum/src/Form/ContainerForm.php Reusable URL stub to use in watchdog messages.
ContainerForm::buildEntity function core/modules/forum/src/Form/ContainerForm.php Builds an updated entity object based upon the submitted form values.
ContainerForm::form function core/modules/forum/src/Form/ContainerForm.php Gets the actual form array to be built.
ContainerTest::$machineFormat property core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Whether the container uses the machine-optimized format or not.
ContentEntityBaseUnitTest::testIsTranslatableForMonolingual function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::isTranslatable
ContentEntityConfirmFormBase class core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Provides a generic base class for an entity-based confirmation form.
ContentEntityConfirmFormBase.php file core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php
ContentEntityConfirmFormBase::actions function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns an array of supported actions for the current entity form.
ContentEntityConfirmFormBase::buildForm function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Form constructor.
ContentEntityConfirmFormBase::delete function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php The delete() method is not used in ContentEntityConfirmFormBase. This
overrides the default implementation that redirects to the delete-form
confirmation form.
ContentEntityConfirmFormBase::form function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Gets the actual form array to be built.
ContentEntityConfirmFormBase::getBaseFormId function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns a string identifying the base form.
ContentEntityConfirmFormBase::getCancelText function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns a caption for the link which cancels the action.
ContentEntityConfirmFormBase::getConfirmText function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns a caption for the button that confirms the action.
ContentEntityConfirmFormBase::getDescription function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns additional text to display as a description.
ContentEntityConfirmFormBase::getFormName function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Returns the internal name used to refer to the confirmation item.
ContentEntityConfirmFormBase::save function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php The save() method is not used in ContentEntityConfirmFormBase. This
overrides the default implementation that saves the entity.
ContentEntityConfirmFormBase::validateForm function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Button-level validation handlers are highly discouraged for entity forms,
as they will prevent entity validation from running. If the entity is going
to be saved during the form submission, this method should be manually
invoked from the button-level…
ContentEntityDeleteForm class core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Provides a generic base class for a content entity deletion form.
ContentEntityDeleteForm.php file core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::buildForm function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Form constructor.
ContentEntityDeleteForm::getCancelUrl function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Returns the route to go to if the user cancels the action.
ContentEntityDeleteForm::getDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::getQuestion function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php Returns the question to ask the user.
ContentEntityDeleteForm::logDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentEntityDeleteForm::submitForm function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.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…
ContentEntityForm class core/lib/Drupal/Core/Entity/ContentEntityForm.php Entity form variant for content entity types.
ContentEntityForm.php file core/lib/Drupal/Core/Entity/ContentEntityForm.php
ContentEntityForm::$entity property core/lib/Drupal/Core/Entity/ContentEntityForm.php The entity being used by this form.
ContentEntityForm::$entityRepository property core/lib/Drupal/Core/Entity/ContentEntityForm.php The entity repository service.
ContentEntityForm::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/ContentEntityForm.php The entity type bundle info service.

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