Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Process.php

12 calls to Process::isRunning()

Process::disableOutput in vendor/symfony/process/Process.php
Disables fetching output and error output from the underlying process.
Process::doSignal in vendor/symfony/process/Process.php
Sends a POSIX signal to the process.
Process::enableOutput in vendor/symfony/process/Process.php
Enables fetching output and error output from the underlying process.
Process::getPid in vendor/symfony/process/Process.php
Returns the Pid (process identifier), if applicable.
Process::restart in vendor/symfony/process/Process.php
Restarts the process.
Process::setIgnoredSignals in vendor/symfony/process/Process.php
Defines a list of posix signals that will not be propagated to the process.
Process::setInput in vendor/symfony/process/Process.php
Sets the input.
Process::setOptions in vendor/symfony/process/Process.php
Defines options to pass to the underlying proc_open().
Process::start in vendor/symfony/process/Process.php
Starts the process and returns after writing the input to STDIN.
Process::stop in vendor/symfony/process/Process.php
Stops the process.
Process::wait in vendor/symfony/process/Process.php
Waits for the process to terminate.
Process::waitUntil in vendor/symfony/process/Process.php
Waits until the callback returns true.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal