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