Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Process.php
»
Process
»
Process::isSigchildEnabled
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
9 calls to Process::isSigchildEnabled()
Process::getDescriptors
in drupal/
core/
vendor/
symfony/
process/
Symfony/
Component/
Process/
Process.php
Creates the descriptors needed by the proc_open.
Process::getExitCode
in drupal/
core/
vendor/
symfony/
process/
Symfony/
Component/
Process/
Process.php
Returns the exit code returned by the process.
Process::getPid
in drupal/
core/
vendor/
symfony/
process/
Symfony/
Component/
Process/
Process.php
Returns the Pid (process identifier), if applicable.
Process::getTermSignal
in drupal/
core/
vendor/
symfony/
process/
Symfony/
Component/
Process/
Process.php
Returns the number of the signal that caused the child process to terminate its execution.
Process::hasBeenSignaled
in drupal/
core/
vendor/
symfony/
process/
Symfony/
Component/
Process/
Process.php
Returns true if the child process has been terminated by an uncaught signal.
Process::signal
in drupal/
core/
vendor/
symfony/
process/
Symfony/
Component/
Process/
Process.php
Sends a posix signal to the process.
Process::stop
in drupal/
core/
vendor/
symfony/
process/
Symfony/
Component/
Process/
Process.php
Stops the process.
Process::wait
in drupal/
core/
vendor/
symfony/
process/
Symfony/
Component/
Process/
Process.php
Waits for the process to terminate.
Process::__construct
in drupal/
core/
vendor/
symfony/
process/
Symfony/
Component/
Process/
Process.php
Constructor.