You are here

protected property SensorResult::$data in Monitoring 8

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

The sensor result data.

Type: array

File

src/Result/SensorResult.php, line 40

Class

SensorResult
Generic container for the sensor result.

Namespace

Drupal\monitoring\Result

Code

protected $data = array();