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

Breadcrumb

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

function Status::reportRestarted

Restarted status message

1 call to Status::reportRestarted()
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 187

Class

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

Namespace

Composer\XdebugHandler

Code

private function reportRestarted() : void {
    $loaded = $this->getLoadedMessage();
    $text = sprintf('Restarted (%d ms). %s', $this->time, $loaded);
    $level = $this->loaded !== null ? LogLevel::WARNING : null;
    $this->output($text, $level);
}

API Navigation

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