public function Process::getEnhanceSigchildCompatibility

Returns whether sigchild compatibility mode is activated or not.

Return value

Boolean

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php, line 1035

Class

Process
Process is a thin wrapper around proc_* functions to ease start independent PHP processes.

Namespace

Symfony\Component\Process

Code

public function getEnhanceSigchildCompatibility() {
  return $this->enhanceSigchildCompatibility;
}