| 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::profileFormSubmit |
function |
core/modules/contact/src/Hook/ContactFormHooks.php |
Provides an additional submit handler for \Drupal\user\ProfileForm form. |
| ContactFormHooks::userAdminSettingsSubmit |
function |
core/modules/contact/src/Hook/ContactFormHooks.php |
Provides an additional submit handler for 'user_admin_settings' form. |
| 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 |
|
| ContactFormInterface::getMessage |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns the message to be displayed to user. |
| ContactFormInterface::getRecipients |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns list of recipient email addresses. |
| ContactFormInterface::getRedirectPath |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns the path for redirect. |
| ContactFormInterface::getRedirectUrl |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns the \Drupal\Core\Url object for redirect path. |
| ContactFormInterface::getReply |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns an auto-reply message to send to the message author. |
| ContactFormInterface::getWeight |
function |
core/modules/contact/src/ContactFormInterface.php |
Returns the weight of this category (used for sorting). |