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

Breadcrumb

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

function XdebugHandler::notify

Logs status messages

4 calls to XdebugHandler::notify()
XdebugHandler::check in vendor/composer/xdebug-handler/src/XdebugHandler.php
Checks if Xdebug is loaded and the process needs to be restarted
XdebugHandler::doRestart in vendor/composer/xdebug-handler/src/XdebugHandler.php
Executes the restarted command then deletes the tmp ini
XdebugHandler::prepareRestart in vendor/composer/xdebug-handler/src/XdebugHandler.php
Returns the command line array if everything was written for the restart
XdebugHandler::syncSettings in vendor/composer/xdebug-handler/src/XdebugHandler.php
Syncs settings and the environment if called with existing settings

File

vendor/composer/xdebug-handler/src/XdebugHandler.php, line 488

Class

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

Namespace

Composer\XdebugHandler

Code

private function notify(string $op, ?string $data = null) : void {
    $this->statusWriter
        ->report($op, $data);
}

API Navigation

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