Search for form
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Form | class | core/ |
Provides a render element for a form. |
Form | class | core/ |
Form to test _form routing. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ConfirmFormHelper::buildCancelLink | function | core/ |
Builds the cancel link for a confirmation form. |
ConfirmFormHelperTest | class | core/ |
@coversDefaultClass \Drupal\Core\Form\ConfirmFormHelper @group Form |
ConfirmFormHelperTest.php | file | core/ |
|
ConfirmFormHelperTest::providerTestCancelLinkDestination | function | core/ |
Provides test data for testCancelLinkDestination(). |
ConfirmFormHelperTest::testCancelLinkDestination | function | core/ |
Tests a cancel link provided by the destination. |
ConfirmFormHelperTest::testCancelLinkRoute | function | core/ |
Tests a cancel link route. |
ConfirmFormHelperTest::testCancelLinkRouteWithParams | function | core/ |
Tests a cancel link route with parameters. |
ConfirmFormHelperTest::testCancelLinkRouteWithUrl | function | core/ |
Tests a cancel link route with a URL object. |
ConfirmFormHelperTest::testCancelLinkTitle | function | core/ |
Tests the cancel link title. |
ConfirmFormInterface | interface | core/ |
Defines the behavior a confirmation form. |
ConfirmFormInterface.php | file | core/ |
|
ConfirmFormInterface::getCancelText | function | core/ |
Returns a caption for the link which cancels the action. |
ConfirmFormInterface::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
ConfirmFormInterface::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
ConfirmFormInterface::getDescription | function | core/ |
Returns additional text to display as a description. |
ConfirmFormInterface::getFormName | function | core/ |
Returns the internal name used to refer to the confirmation item. |
ConfirmFormInterface::getQuestion | function | core/ |
Returns the question to ask the user. |
ConfirmFormTest | class | core/ |
Tests confirmation forms. |
ConfirmFormTest.php | file | core/ |
|
ConfirmFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ConfirmFormTest::$modules | property | core/ |
Modules to install. |
ConfirmFormTest::testConfirmForm | function | core/ |
|
ConfirmFormTest::testConfirmFormWithExternalDestination | function | core/ |
Tests that the confirm form does not use external destinations. |
ConfirmFormTestForm | class | core/ |
Provides a test confirmation form. |
ConfirmFormTestForm.php | file | core/ |
|
ConfirmFormTestForm::buildForm | function | core/ |
Form constructor. |
ConfirmFormTestForm::getCancelText | function | core/ |
Returns a caption for the link which cancels the action. |
ConfirmFormTestForm::getCancelUrl | function | core/ |
Returns the route to go to if the user cancels the action. |
ConfirmFormTestForm::getConfirmText | function | core/ |
Returns a caption for the button that confirms the action. |
ConfirmFormTestForm::getDescription | function | core/ |
Returns additional text to display as a description. |
ConfirmFormTestForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
ConfirmFormTestForm::getQuestion | function | core/ |
Returns the question to ask the user. |
ConfirmFormTestForm::submitForm | function | core/ |
Form submission handler. |
contact.form.feedback.yml | file | core/ |
core/recipes/feedback_contact_form/config/contact.form.feedback.yml |
contact.form.feedback.yml | file | core/ |
core/profiles/standard/config/install/contact.form.feedback.yml |
contact.form.feedback.yml | file | core/ |
core/profiles/demo_umami/config/install/contact.form.feedback.yml |
contact.form.feedback.yml | file | core/ |
core/modules/contact/tests/modules/contact_test/config/install/contact.form.feedback.yml |
contact.form.olivero_test_contact_form.yml | file | core/ |
core/modules/system/tests/modules/olivero_test/config/install/contact.form.olivero_test_contact_form.yml |
contact.form.personal.yml | file | core/ |
core/modules/contact/config/install/contact.form.personal.yml |
ContactForm | class | core/ |
Defines the contact form entity. |
ContactForm.php | file | core/ |
|
ContactForm::$id | property | core/ |
The form ID. |
ContactForm::$label | property | core/ |
The human-readable label of the category. |
ContactForm::$message | property | core/ |
The message displayed to user on form submission. |
ContactForm::$recipients | property | core/ |
List of recipient email addresses. |
ContactForm::$redirect | property | core/ |
The path to redirect to on form submission. |
ContactForm::$reply | property | core/ |
An auto-reply message. |
ContactForm::$weight | property | core/ |
The weight of the category. |
ContactForm::getMessage | function | core/ |
Returns the message to be displayed to user. |
ContactForm::getRecipients | function | core/ |
Returns list of recipient email addresses. |
Pagination
- Previous page
- Page 26
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.