Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ProcessSignaledException.php
function ProcessSignaledException::getProcess
File
vendor/
symfony/
process/
Exception/
ProcessSignaledException.php
, line 29
Class
ProcessSignaledException
Exception that is thrown when a process has been signaled.
Namespace
Symfony\Component\Process\Exception
Code
public
function
getProcess
() : Process {
return
$this
->
process
; }
RSS feed