Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
SentMessage.php
function SentMessage::appendDebug
File
vendor/
symfony/
mailer/
SentMessage.php
, line 81
Class
SentMessage
@author Fabien Potencier <
fabien@symfony.com
>
Namespace
Symfony\Component\Mailer
Code
public
function
appendDebug
(string
$debug
) : void {
$this
->
debug
.=
$debug
; }
RSS feed