| 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 |
|
| 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). |
| ContactFormInterface::setMessage |
function |
core/modules/contact/src/ContactFormInterface.php |
Sets the message to be displayed to the user. |
| ContactFormInterface::setRecipients |
function |
core/modules/contact/src/ContactFormInterface.php |
Sets list of recipient email addresses. |
| ContactFormInterface::setRedirectPath |
function |
core/modules/contact/src/ContactFormInterface.php |
Sets the redirect path. |
| ContactFormInterface::setReply |
function |
core/modules/contact/src/ContactFormInterface.php |
Sets an auto-reply message to send to the message author. |
| ContactFormInterface::setWeight |
function |
core/modules/contact/src/ContactFormInterface.php |
Sets the weight. |
| ContactFormJsonAnonTest |
class |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php |
Tests Contact Form Json Anon. |
| ContactFormJsonAnonTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php |
|
| ContactFormJsonAnonTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php |
The theme to install as the default for testing. |
| ContactFormJsonAnonTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php |
The format to use in this test. |
| ContactFormJsonAnonTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonAnonTest.php |
The MIME type that corresponds to $format. |
| ContactFormJsonBasicAuthTest |
class |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
Tests Contact Form Json Basic Auth. |
| ContactFormJsonBasicAuthTest.php |
file |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
|
| ContactFormJsonBasicAuthTest::$auth |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
The authentication mechanism to use in this test. |
| ContactFormJsonBasicAuthTest::$defaultTheme |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
The theme to install as the default for testing. |
| ContactFormJsonBasicAuthTest::$format |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
The format to use in this test. |
| ContactFormJsonBasicAuthTest::$mimeType |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
The MIME type that corresponds to $format. |
| ContactFormJsonBasicAuthTest::$modules |
property |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonBasicAuthTest.php |
Modules to install. |
| ContactFormJsonCookieTest |
class |
core/modules/contact/tests/src/Functional/Rest/ContactFormJsonCookieTest.php |
Tests Contact Form Json Cookie. |