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/recipes/feedback_contact_form/config/contact.form.feedback.yml |
core/recipes/feedback_contact_form/config/contact.form.feedback.yml |
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 |
|
ContactFormEditForm::$emailValidator |
property |
core/modules/contact/src/ContactFormEditForm.php |
The email validator. |
ContactFormEditForm::$pathValidator |
property |
core/modules/contact/src/ContactFormEditForm.php |
The path validator. |
ContactFormEditForm::create |
function |
core/modules/contact/src/ContactFormEditForm.php |
Instantiates a new instance of this class. |
ContactFormEditForm::form |
function |
core/modules/contact/src/ContactFormEditForm.php |
Gets the actual form array to be built. |
ContactFormEditForm::getEditableConfigNames |
function |
core/modules/contact/src/ContactFormEditForm.php |
Gets the configuration names that will be editable. |
ContactFormEditForm::save |
function |
core/modules/contact/src/ContactFormEditForm.php |
Form submission handler for the 'save' action. |
ContactFormEditForm::validateForm |
function |
core/modules/contact/src/ContactFormEditForm.php |
Form validation handler. |
ContactFormEditForm::__construct |
function |
core/modules/contact/src/ContactFormEditForm.php |
Constructs a new ContactFormEditForm. |
ContactFormHooks |
class |
core/modules/contact/src/Hook/ContactFormHooks.php |
Form hook implementations for Contact module. |
ContactFormHooks.php |
file |
core/modules/contact/src/Hook/ContactFormHooks.php |
|
ContactFormHooks::formUserAdminSettingsAlter |
function |
core/modules/contact/src/Hook/ContactFormHooks.php |
Implements hook_form_FORM_ID_alter() for \Drupal\user\AccountSettingsForm. |
ContactFormHooks::formUserFormAlter |
function |
core/modules/contact/src/Hook/ContactFormHooks.php |
Implements hook_form_FORM_ID_alter() for \Drupal\user\ProfileForm. |
ContactFormHooks::__construct |
function |
core/modules/contact/src/Hook/ContactFormHooks.php |
|
ContactFormInterface |
interface |
core/modules/contact/src/ContactFormInterface.php |
Provides an interface defining a contact form entity. |
ContactFormInterface.php |
file |
core/modules/contact/src/ContactFormInterface.php |
|