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

Breadcrumb

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

function Runtime::getBinary

Returns the escaped path to the binary of the current runtime.

File

vendor/sebastian/environment/src/Runtime.php, line 135

Class

Runtime

Namespace

SebastianBergmann\Environment

Code

public function getBinary() : string {
    return escapeshellarg($this->getRawBinary());
}
RSS feed
Powered by Drupal