Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| ContactFieldsTest::testViewsData | function | core/ |
Tests the views data generation. |
| 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. |
| ContactForm::getRedirectPath | function | core/ |
Returns the path for redirect. |
| ContactForm::getRedirectUrl | function | core/ |
Returns the \Drupal\Core\Url object for redirect path. |
| ContactForm::getReply | function | core/ |
Returns an auto-reply message to send to the message author. |
| ContactForm::getWeight | function | core/ |
Returns the weight of this category (used for sorting). |
| ContactForm::setMessage | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set contact form message'), pluralize: FALSE)] |
| ContactForm::setRecipients | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set recipients'), pluralize: FALSE)] |
| ContactForm::setRedirectPath | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set redirect path'), pluralize: FALSE)] |
| ContactForm::setReply | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set auto-reply message'), pluralize: FALSE)] |
| ContactForm::setWeight | function | core/ |
#[ActionMethod(adminLabel: new TranslatableMarkup('Set weight'), pluralize: FALSE)] |
| ContactFormAccessControlHandler | class | core/ |
Defines the access control handler for the contact form entity type. |
| ContactFormAccessControlHandler.php | file | core/ |
|
| ContactFormAccessControlHandler::checkAccess | function | core/ |
Performs access checks. |
| ContactFormEditForm | class | core/ |
Base form for contact form edit forms. |
| ContactFormEditForm.php | file | core/ |
|
| ContactFormEditForm::$emailValidator | property | core/ |
The email validator. |
| ContactFormEditForm::$pathValidator | property | core/ |
The path validator. |
| ContactFormEditForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| ContactFormEditForm::form | function | core/ |
Gets the actual form array to be built. |
| ContactFormEditForm::getEditableConfigNames | function | core/ |
Gets the configuration names that will be editable. |
| ContactFormEditForm::save | function | core/ |
Form submission handler for the 'save' action. |
| ContactFormEditForm::validateForm | function | core/ |
Form validation handler. |
| ContactFormEditForm::__construct | function | core/ |
Constructs a new ContactFormEditForm. |
| ContactFormHooks | class | core/ |
Form hook implementations for Contact module. |
| ContactFormHooks.php | file | core/ |
|
| ContactFormHooks::formUserAdminSettingsAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for \Drupal\user\AccountSettingsForm. |
| ContactFormHooks::formUserFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for \Drupal\user\ProfileForm. |
| ContactFormHooks::profileFormSubmit | function | core/ |
Provides an additional submit handler for \Drupal\user\ProfileForm form. |
| ContactFormHooks::userAdminSettingsSubmit | function | core/ |
Provides an additional submit handler for 'user_admin_settings' form. |
| ContactFormHooks::__construct | function | core/ |
|
| ContactFormInterface | interface | core/ |
Provides an interface defining a contact form entity. |
| ContactFormInterface.php | file | core/ |
|
| ContactFormInterface::getMessage | function | core/ |
Returns the message to be displayed to user. |
| ContactFormInterface::getRecipients | function | core/ |
Returns list of recipient email addresses. |
| ContactFormInterface::getRedirectPath | function | core/ |
Returns the path for redirect. |
| ContactFormInterface::getRedirectUrl | function | core/ |
Returns the \Drupal\Core\Url object for redirect path. |
| ContactFormInterface::getReply | function | core/ |
Returns an auto-reply message to send to the message author. |
| ContactFormInterface::getWeight | function | core/ |
Returns the weight of this category (used for sorting). |
| ContactFormInterface::setMessage | function | core/ |
Sets the message to be displayed to the user. |
Pagination
- Previous page
- Page 295
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.