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

Breadcrumb

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

function Status::getLoadedMessage

Returns the Xdebug status and version

3 calls to Status::getLoadedMessage()
Status::reportNoRestart in vendor/composer/xdebug-handler/src/Status.php
No restart status message
Status::reportRestart in vendor/composer/xdebug-handler/src/Status.php
Restart status message
Status::reportRestarted in vendor/composer/xdebug-handler/src/Status.php
Restarted status message

File

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

Class

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

Namespace

Composer\XdebugHandler

Code

private function getLoadedMessage() : string {
    $loaded = $this->loaded !== null ? sprintf('loaded %s', $this->loaded) : 'not loaded';
    return 'The Xdebug extension is ' . $loaded;
}

API Navigation

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