You are here

protected property SensorRunner::$verbose in Monitoring 8

Same name and namespace in other branches
  1. 7 lib/Drupal/monitoring/SensorRunner.php \Drupal\monitoring\SensorRunner::verbose

Flag to switch the collecting of verbose output.

Type: bool

File

src/SensorRunner.php, line 59
Contains \Drupal\monitoring\SensorRunner.

Class

SensorRunner
Instantiate and run requested sensors.

Namespace

Drupal\monitoring

Code

protected $verbose = FALSE;