phpmailer.routing.yml in PHPMailer 8.3
6 string references to YAML keys in phpmailer.routing.yml
- DrupalPHPMailer::__construct in src/
Plugin/ Mail/ DrupalPHPMailer.php - Constructor.
- phpmailer_form_mimemail_admin_settings_alter in ./
phpmailer.module - Implementation of hook_form_FORM_ID_alter().
- phpmailer_mailengine in ./
phpmailer.module - Implementation of hook_mailengine().
- SettingsForm::buildForm in src/
Form/ SettingsForm.php - Form constructor.
- SettingsForm::getEditableConfigNames in src/
Form/ SettingsForm.php - Gets the configuration names that will be editable.
File
phpmailer.routing.ymlView source
- phpmailer.settings:
- path: '/admin/config/system/phpmailer'
- defaults:
- _form: '\Drupal\phpmailer\Form\SettingsForm'
- _title: 'Configure the PHPMailer module'
- requirements:
- _permission: 'administer phpmailer settings'
-
- phpmailer.preview:
- path: '/phpmailer/preview'
- defaults:
- _title: 'Mail preview'
- _controller: '\Drupal\phpmailer\Controller\PHPMailerMailPreviewController::content'
- requirements:
- _custom_access: '\Drupal\phpmailer\Controller\PHPMailerMailPreviewController::access'