Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ProcessStream.php
function ProcessStream::setCommand
File
vendor/
symfony/
mailer/
Transport/
Smtp/
Stream/
ProcessStream.php
, line 29
Class
ProcessStream
A stream supporting local processes.
Namespace
Symfony\Component\Mailer\Transport\Smtp\Stream
Code
public
function
setCommand
(string
$command
) : void {
$this
->
command
=
$command
; }
RSS feed