contact.settings.yml

drupal/core/modules/contact/config/contact.settings.yml
4 string references to 'contact.settings'
CategoryFormController::save in drupal/core/modules/contact/lib/Drupal/contact/CategoryFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
contact_personal_form in drupal/core/modules/contact/contact.pages.inc
Page callback: Form constructor for the personal contact form.
contact_site_form in drupal/core/modules/contact/contact.pages.inc
Page callback: Form constructor for the site-wide contact form.
contact_update_8000 in drupal/core/modules/contact/contact.install
Moves contact setting from variable to config.

File

drupal/core/modules/contact/config/contact.settings.yml
View source
  1. default_category: feedback
  2. flood:
  3. limit: '5'
  4. interval: '3600'
  5. user_default_enabled: '1'