By adamps on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.8.x
Introduced in version:
8.8.0
Issue links:
Description:
MailManagerInterface::mail() now allows the caller to override or disable to message shown in case of error. Use $params['_error_message'] to provide translatable markup to display as a message if an error occurs, or set this to false to disable error display.
- Implementations of
MailManagerInterfaceshould be updated to obey the new parameter. - Callers of
MailManagerInterfacemay choose to supply an improved error message specific to the situation.
Impacts:
Module developers