Other way In this thread: https://www.drupal.org/project/content_moderation_notifications/issues/… $message['body'][0] = Markup::create($message['body'][0]); is also suggested and it works. I don't know if this way is safer or faster? Répondre
In this thread: https://www.drupal.org/project/content_moderation_notifications/issues/…
$message['body'][0] = Markup::create($message['body'][0]); is also suggested and it works.
I don't know if this way is safer or faster?