Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
contact.overview.html.twig file core/modules/help_topics/help_topics/contact.overview.html.twig ---
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/modules/contact/contact.permissions.yml core/modules/contact/contact.permissions.yml
contact.post_update.php file core/modules/contact/contact.post_update.php Post update functions for Contact.
contact.routing.yml file core/modules/contact/contact.routing.yml core/modules/contact/contact.routing.yml
contact.schema.yml file core/modules/contact/config/schema/contact.schema.yml core/modules/contact/config/schema/contact.schema.yml
contact.services.yml file core/modules/contact/contact.services.yml core/modules/contact/contact.services.yml
contact.settings.yml file core/modules/contact/config/install/contact.settings.yml core/modules/contact/config/install/contact.settings.yml
contact.setting_default.html.twig file core/modules/help_topics/help_topics/contact.setting_default.html.twig ---
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/modules/contact/contact.views.inc Provide views data for contact.module.
contact.views.schema.yml file core/modules/contact/config/schema/contact.views.schema.yml core/modules/contact/config/schema/contact.views.schema.yml
ContactCategory class core/modules/contact/src/Plugin/migrate/source/ContactCategory.php Drupal 6/7 contact category source from database.
ContactCategory.php file core/modules/contact/src/Plugin/migrate/source/ContactCategory.php
ContactCategory::fields function core/modules/contact/src/Plugin/migrate/source/ContactCategory.php Returns available fields on the source.
ContactCategory::getIds function core/modules/contact/src/Plugin/migrate/source/ContactCategory.php Defines the source fields uniquely identifying a source row.
ContactCategory::prepareRow function core/modules/contact/src/Plugin/migrate/source/ContactCategory.php Adds additional data to the row.
ContactCategory::query function core/modules/contact/src/Plugin/migrate/source/ContactCategory.php
ContactCategoryTest class core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php Tests D6 contact category source plugin.
ContactCategoryTest.php file core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php
ContactCategoryTest::$modules property core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php Modules to enable.
ContactCategoryTest::providerSource function core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php The data provider.
ContactController class core/modules/contact/src/Controller/ContactController.php Controller routines for contact routes.
ContactController.php file core/modules/contact/src/Controller/ContactController.php
ContactController::$renderer property core/modules/contact/src/Controller/ContactController.php The renderer.
ContactController::contactPersonalPage function core/modules/contact/src/Controller/ContactController.php Form constructor for the personal contact form.
ContactController::contactSitePage function core/modules/contact/src/Controller/ContactController.php Presents the site-wide contact form.
ContactController::create function core/modules/contact/src/Controller/ContactController.php Instantiates a new instance of this class.
ContactController::__construct function core/modules/contact/src/Controller/ContactController.php Constructs a ContactController object.
ContactFieldsTest class core/modules/contact/tests/src/Kernel/Views/ContactFieldsTest.php Tests that no storage is created for the contact_message entity.
ContactFieldsTest.php file core/modules/contact/tests/src/Kernel/Views/ContactFieldsTest.php
ContactFieldsTest::$modules property core/modules/contact/tests/src/Kernel/Views/ContactFieldsTest.php Modules to enable.
ContactFieldsTest::testViewsData function core/modules/contact/tests/src/Kernel/Views/ContactFieldsTest.php Tests the views data generation.
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 Sets the message to be displayed to the user.
ContactForm::setRecipients function core/modules/contact/src/Entity/ContactForm.php Sets list of recipient email addresses.
ContactForm::setRedirectPath function core/modules/contact/src/Entity/ContactForm.php Sets the redirect path.
ContactForm::setReply function core/modules/contact/src/Entity/ContactForm.php Sets an auto-reply message to send to the message author.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.