postmark.routing.yml in Postmark 8
5 string references to YAML keys in postmark.routing.yml
- PostmarkHandler::__construct in src/
PostmarkHandler.php - Constructs a new PostmarkHandler object.
- PostmarkMail::create in src/
Plugin/ Mail/ PostmarkMail.php - Creates an instance of the plugin.
- PostmarkSettingsForm::getEditableConfigNames in src/
Form/ PostmarkSettingsForm.php - Gets the configuration names that will be editable.
- PostmarkSettingsForm::submitForm in src/
Form/ PostmarkSettingsForm.php - Form submission handler.
- postmark_requirements in ./
postmark.install - Implements hook_requirements().
File
postmark.routing.ymlView source
- postmark.settings:
- path: '/admin/config/mail/postmark'
- defaults:
- _title: 'Postmark settings'
- _form: 'Drupal\postmark\Form\PostmarkSettingsForm'
- requirements:
- _permission: 'administer postmark'