You are here

protected property SensorResult::$statusMessages in Monitoring 8

Same name and namespace in other branches
  1. 7 lib/Drupal/monitoring/Result/SensorResult.php \Drupal\monitoring\Result\SensorResult::statusMessages

Additional status messages from addStatusMessage().

Type: string[]

File

src/Result/SensorResult.php, line 47

Class

SensorResult
Generic container for the sensor result.

Namespace

Drupal\monitoring\Result

Code

protected $statusMessages = array();