Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Status.php
function Status::reportInfo
Info status message
1 call to
Status::reportInfo()
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 154
Class
Status
@author John Stevenson <
john-stevenson@blueyonder.co.uk
> @internal
Namespace
Composer\XdebugHandler
Code
private
function
reportInfo
(string
$info
) : void {
$this
->
output
(
$info
); }
RSS feed