You are here

public function ListCommand::showMessage in Devel 8.2

Same name in this branch
  1. 8.2 webprofiler/src/Command/ListCommand.php \Drupal\webprofiler\Command\ListCommand::showMessage()
  2. 8.2 webprofiler/src/ProxyClass/Command/ListCommand.php \Drupal\webprofiler\ProxyClass\Command\ListCommand::showMessage()
Same name and namespace in other branches
  1. 8.3 webprofiler/src/ProxyClass/Command/ListCommand.php \Drupal\webprofiler\ProxyClass\Command\ListCommand::showMessage()
  2. 8 webprofiler/src/ProxyClass/Command/ListCommand.php \Drupal\webprofiler\ProxyClass\Command\ListCommand::showMessage()
  3. 4.x webprofiler/src/ProxyClass/Command/ListCommand.php \Drupal\webprofiler\ProxyClass\Command\ListCommand::showMessage()

File

webprofiler/src/ProxyClass/Command/ListCommand.php, line 72

Class

ListCommand
Provides a proxy class for \Drupal\webprofiler\Command\ListCommand.

Namespace

Drupal\webprofiler\ProxyClass\Command

Code

public function showMessage($output, $message, $type = 'info') {
  return $this
    ->lazyLoadItself()
    ->showMessage($output, $message, $type);
}