Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MessageEvent.php
function MessageEvent::getEnvelope
File
vendor/
symfony/
mailer/
Event/
MessageEvent.php
, line 50
Class
MessageEvent
Allows the transformation of a Message and the Envelope before the email is sent.
Namespace
Symfony\Component\Mailer\Event
Code
public
function
getEnvelope
() : Envelope {
return
$this
->
envelope
; }
RSS feed