Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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 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/ |
Sets the message to be displayed to the user. |
| ContactForm::setRecipients | function | core/ |
Sets list of recipient email addresses. |
| ContactForm::setRedirectPath | function | core/ |
Sets the redirect path. |
| ContactForm::setReply | function | core/ |
Sets an auto-reply message to send to the message author. |
| ContactForm::setWeight | function | core/ |
Sets the weight. |
| 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 this class. |
| 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. |
| ContactFormHalJsonAnonTest | class | core/ |
@group hal |
| ContactFormHalJsonAnonTest.php | file | core/ |
|
| ContactFormHalJsonAnonTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ContactFormHalJsonAnonTest::$format | property | core/ |
The format to use in this test. |
| ContactFormHalJsonAnonTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| ContactFormHalJsonAnonTest::$modules | property | core/ |
Modules to install. |
| ContactFormHalJsonBasicAuthTest | class | core/ |
@group hal |
| ContactFormHalJsonBasicAuthTest.php | file | core/ |
|
| ContactFormHalJsonBasicAuthTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| ContactFormHalJsonBasicAuthTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ContactFormHalJsonBasicAuthTest::$format | property | core/ |
The format to use in this test. |
| ContactFormHalJsonBasicAuthTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| ContactFormHalJsonBasicAuthTest::$modules | property | core/ |
Modules to install. |
| ContactFormHalJsonCookieTest | class | core/ |
@group hal |
| ContactFormHalJsonCookieTest.php | file | core/ |
|
| ContactFormHalJsonCookieTest::$auth | property | core/ |
The authentication mechanism to use in this test. |
| ContactFormHalJsonCookieTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ContactFormHalJsonCookieTest::$format | property | core/ |
The format to use in this test. |
| ContactFormHalJsonCookieTest::$mimeType | property | core/ |
The MIME type that corresponds to $format. |
| ContactFormHalJsonCookieTest::$modules | property | core/ |
Modules to install. |
| ContactFormInterface | interface | core/ |
Provides an interface defining a contact form entity. |
Pagination
- Previous page
- Page 261
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.