Problem/Motivation
\Drupal\mailchimp_transactional\Plugin\Mail\TransactionMail::mail() allow the message to be altered before it is send. However, the alter hook for mailchimp_transactional_mail is not documented in mailchimp_transactional_template.api.php or mailchimp_transactional.api.php
Steps to reproduce
See mailchimp_transactional_template.api.php and mailchimp_transactional.api.php. Notice hook_mailchimp_transactional_mail_alter is not documented.
Proposed resolution
Document hook_mailchimp_transactional_mail_alter
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork mailchimp_transactional-3614637
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
velmir_taky commentedDone!
Comment #6
dieterholvoet commentedThanks!