ConfirmFormHelperTest::testCancelLinkDestination |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link provided by the destination. |
ConfirmFormHelperTest::testCancelLinkRoute |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link route. |
ConfirmFormHelperTest::testCancelLinkRouteWithParams |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link route with parameters. |
ConfirmFormHelperTest::testCancelLinkRouteWithUrl |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests a cancel link route with a URL object. |
ConfirmFormHelperTest::testCancelLinkTitle |
function |
core/tests/Drupal/Tests/Core/Form/ConfirmFormHelperTest.php |
Tests the cancel link title. |
ConfirmFormInterface |
interface |
core/lib/Drupal/Core/Form/ConfirmFormInterface.php |
Defines the behavior a confirmation form. |
ConfirmFormInterface.php |
file |
core/lib/Drupal/Core/Form/ConfirmFormInterface.php |
|
ConfirmFormInterface::getCancelText |
function |
core/lib/Drupal/Core/Form/ConfirmFormInterface.php |
Returns a caption for the link which cancels the action. |
ConfirmFormInterface::getCancelUrl |
function |
core/lib/Drupal/Core/Form/ConfirmFormInterface.php |
Returns the route to go to if the user cancels the action. |
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 |
|
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.feedback.yml |
file |
core/recipes/feedback_contact_form/config/contact.form.feedback.yml |
core/recipes/feedback_contact_form/config/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). |