Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| contact.overview.html.twig | file | core/ |
--- label: 'Managing contact forms' top_level: true --- <h2>{% trans %}What are contact forms?{% endtrans %}</h2> <p>{% trans %}There are two different types of contact forms provided by the core Contact module: personal… |
| contact.permissions.yml | file | core/ |
core/modules/contact/contact.permissions.yml |
| contact.post_update.php | file | core/ |
Post update functions for Contact. |
| contact.routing.yml | file | core/ |
core/modules/contact/contact.routing.yml |
| contact.schema.yml | file | core/ |
core/modules/contact/config/schema/contact.schema.yml |
| contact.services.yml | file | core/ |
core/modules/contact/contact.services.yml |
| contact.settings.yml | file | core/ |
core/modules/contact/config/install/contact.settings.yml |
| contact.setting_default.html.twig | file | core/ |
--- label: 'Setting a default contact form' related: - contact.overview --- {% set contact_link_text %}{% trans %}Contact forms{% endtrans %}{% endset %} {% set contact_link = render_var(help_route_link(contact_link_text,… |
| contact.views.inc | file | core/ |
Provide views data for contact.module. |
| contact.views.schema.yml | file | core/ |
core/modules/contact/config/schema/contact.views.schema.yml |
| ContactCategory | class | core/ |
Drupal 6/7 contact category source from database. |
| ContactCategory.php | file | core/ |
|
| ContactCategory::fields | function | core/ |
Returns available fields on the source. |
| ContactCategory::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| ContactCategory::prepareRow | function | core/ |
Adds additional data to the row. |
| ContactCategory::query | function | core/ |
|
| ContactCategoryTest | class | core/ |
Tests D6 contact category source plugin. |
| ContactCategoryTest.php | file | core/ |
|
| ContactCategoryTest::$modules | property | core/ |
Modules to enable. |
| ContactCategoryTest::providerSource | function | core/ |
The data provider. |
| ContactController | class | core/ |
Controller routines for contact routes. |
| ContactController.php | file | core/ |
|
| ContactController::$renderer | property | core/ |
The renderer. |
| ContactController::contactPersonalPage | function | core/ |
Form constructor for the personal contact form. |
| ContactController::contactSitePage | function | core/ |
Presents the site-wide contact form. |
| ContactController::create | function | core/ |
Instantiates a new instance of this class. |
| ContactController::__construct | function | core/ |
Constructs a ContactController object. |
| ContactFieldsTest | class | core/ |
Tests that no storage is created for the contact_message entity. |
| ContactFieldsTest.php | file | core/ |
|
| ContactFieldsTest::$modules | property | core/ |
Modules to enable. |
| 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/ |
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. |
Pagination
- Previous page
- Page 271
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.