Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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 Prepares query object to retrieve data from the source database.
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 install.
ContactCategoryTest::providerSource function core/modules/contact/tests/src/Kernel/Plugin/migrate/source/ContactCategoryTest.php Provides source data for ::testSource.
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::__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 install.
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 #[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.

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