Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Email.php
function Email::getSender
File
vendor/
symfony/
mime/
Email.php
, line 105
Class
Email
@author Fabien Potencier <
fabien@symfony.com
>
Namespace
Symfony\Component\Mime
Code
public
function
getSender
() : ?Address {
return
$this
->
getHeaders
() ->
getHeaderBody
(
'Sender'
); }
RSS feed