Skip to content
Snippets Groups Projects
Commit 943c5dcb authored by Adinan Cenci's avatar Adinan Cenci Committed by Wayne Eaker
Browse files

Issue #3381112 by adinancenci: Hook named swiftmailer_theme_suggestions_symfony_mailer_lite_email()

parent 9c70681a
Branches
Tags 1.0.0-rc1
No related merge requests found
......@@ -24,7 +24,7 @@ function symfony_mailer_lite_theme($existing, $type, $theme, $path) {
/**
* Implements hook_theme_suggestions_HOOK() for symfony_mailer_lite_email.
*/
function swiftmailer_theme_suggestions_symfony_mailer_lite_email(array $variables) {
function symfony_mailer_lite_theme_suggestions_symfony_mailer_lite_email(array $variables) {
$suggestions = [];
$suggestions[] = 'symfony_mailer_lite_email__' . $variables['message']['module'];
$suggestions[] = 'symfony_mailer_lite_email__' . $variables['message']['module'] . '__' . strtr($variables['message']['key'], '-', '_');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment