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/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.

All search results

Title Object type File name Summary
ConfirmFormInterface::getConfirmText function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns a caption for the button that confirms the action.
ConfirmFormInterface::getDescription function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns additional text to display as a description.
ConfirmFormInterface::getFormName function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the internal name used to refer to the confirmation item.
ConfirmFormInterface::getQuestion function core/lib/Drupal/Core/Form/ConfirmFormInterface.php Returns the question to ask the user.
ConfirmFormTest class core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Tests confirmation forms.
ConfirmFormTest.php file core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
ConfirmFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php The theme to install as the default for testing.
ConfirmFormTest::$modules property core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Modules to install.
ConfirmFormTest::testConfirmForm function core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Tests the confirm form functionality, including submission and cancellation.
ConfirmFormTest::testConfirmFormWithExternalDestination function core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php Tests that the confirm form does not use external destinations.
ConfirmFormTestForm class core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Provides a test confirmation form.
ConfirmFormTestForm.php file core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php
ConfirmFormTestForm::buildForm function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Form constructor.
ConfirmFormTestForm::getCancelText function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a caption for the link which cancels the action.
ConfirmFormTestForm::getCancelUrl function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns the route to go to if the user cancels the action.
ConfirmFormTestForm::getConfirmText function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a caption for the button that confirms the action.
ConfirmFormTestForm::getDescription function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns additional text to display as a description.
ConfirmFormTestForm::getFormId function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns a unique string identifying the form.
ConfirmFormTestForm::getQuestion function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Returns the question to ask the user.
ConfirmFormTestForm::submitForm function core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php Form submission handler.
contact.form.feedback.yml file core/profiles/standard/config/install/contact.form.feedback.yml core/profiles/standard/config/install/contact.form.feedback.yml
contact.form.feedback.yml file core/profiles/demo_umami/config/install/contact.form.feedback.yml core/profiles/demo_umami/config/install/contact.form.feedback.yml
contact.form.feedback.yml file core/modules/contact/tests/modules/contact_test/config/install/contact.form.feedback.yml core/modules/contact/tests/modules/contact_test/config/install/contact.form.feedback.yml
contact.form.olivero_test_contact_form.yml file core/modules/system/tests/modules/olivero_test/config/install/contact.form.olivero_test_contact_form.yml core/modules/system/tests/modules/olivero_test/config/install/contact.form.olivero_test_contact_form.yml
contact.form.personal.yml file core/modules/contact/config/install/contact.form.personal.yml core/modules/contact/config/install/contact.form.personal.yml
ContactForm class core/modules/contact/src/Entity/ContactForm.php Defines the contact form entity.
ContactForm.php file core/modules/contact/src/Entity/ContactForm.php
ContactForm::$id property core/modules/contact/src/Entity/ContactForm.php The form ID.
ContactForm::$label property core/modules/contact/src/Entity/ContactForm.php The human-readable label of the category.
ContactForm::$message property core/modules/contact/src/Entity/ContactForm.php The message displayed to user on form submission.
ContactForm::$recipients property core/modules/contact/src/Entity/ContactForm.php List of recipient email addresses.
ContactForm::$redirect property core/modules/contact/src/Entity/ContactForm.php The path to redirect to on form submission.
ContactForm::$reply property core/modules/contact/src/Entity/ContactForm.php An auto-reply message.
ContactForm::$weight property core/modules/contact/src/Entity/ContactForm.php The weight of the category.
ContactForm::getMessage function core/modules/contact/src/Entity/ContactForm.php Returns the message to be displayed to user.
ContactForm::getRecipients function core/modules/contact/src/Entity/ContactForm.php Returns list of recipient email addresses.
ContactForm::getRedirectPath function core/modules/contact/src/Entity/ContactForm.php Returns the path for redirect.
ContactForm::getRedirectUrl function core/modules/contact/src/Entity/ContactForm.php Returns the \Drupal\Core\Url object for redirect path.
ContactForm::getReply function core/modules/contact/src/Entity/ContactForm.php Returns an auto-reply message to send to the message author.
ContactForm::getWeight function core/modules/contact/src/Entity/ContactForm.php Returns the weight of this category (used for sorting).
ContactForm::setMessage function core/modules/contact/src/Entity/ContactForm.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set contact form message'), pluralize: FALSE)]
ContactForm::setRecipients function core/modules/contact/src/Entity/ContactForm.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set recipients'), pluralize: FALSE)]
ContactForm::setRedirectPath function core/modules/contact/src/Entity/ContactForm.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set redirect path'), pluralize: FALSE)]
ContactForm::setReply function core/modules/contact/src/Entity/ContactForm.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set auto-reply message'), pluralize: FALSE)]
ContactForm::setWeight function core/modules/contact/src/Entity/ContactForm.php #[ActionMethod(adminLabel: new TranslatableMarkup('Set weight'), pluralize: FALSE)]
ContactFormAccessControlHandler class core/modules/contact/src/ContactFormAccessControlHandler.php Defines the access control handler for the contact form entity type.
ContactFormAccessControlHandler.php file core/modules/contact/src/ContactFormAccessControlHandler.php
ContactFormAccessControlHandler::checkAccess function core/modules/contact/src/ContactFormAccessControlHandler.php Performs access checks.
ContactFormEditForm class core/modules/contact/src/ContactFormEditForm.php Base form for contact form edit forms.
ContactFormEditForm.php file core/modules/contact/src/ContactFormEditForm.php

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