function ListCommand::showMessage
Same name in this branch
- 8.x-1.x webprofiler/src/Command/ListCommand.php \Drupal\webprofiler\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\CommandCode
public function showMessage($output, $message, $type = 'info') {
return $this->lazyLoadItself()
->showMessage($output, $message, $type);
}