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

Breadcrumb

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

function Runtime::getName

1 call to Runtime::getName()
Runtime::getNameWithVersion in vendor/sebastian/environment/src/Runtime.php

File

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

Class

Runtime

Namespace

SebastianBergmann\Environment

Code

public function getName() : string {
    if ($this->isPHPDBG()) {
        // @codeCoverageIgnoreStart
        return 'PHPDBG';
        // @codeCoverageIgnoreEnd
    }
    return 'PHP';
}
RSS feed
Powered by Drupal