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

Breadcrumb

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

function Status::reportCheck

Checking status message

1 call to Status::reportCheck()
Status::report in vendor/composer/xdebug-handler/src/Status.php
Calls a handler method to report a message

File

vendor/composer/xdebug-handler/src/Status.php, line 132

Class

Status
@author John Stevenson <john-stevenson@blueyonder.co.uk> @internal

Namespace

Composer\XdebugHandler

Code

private function reportCheck(string $loaded) : void {
    list($version, $mode) = explode('|', $loaded);
    if ($version !== '') {
        $this->loaded = '(' . $version . ')' . ($mode !== '' ? ' xdebug.mode=' . $mode : '');
    }
    $this->modeOff = $mode === 'off';
    $this->output('Checking ' . $this->envAllowXdebug);
}

API Navigation

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