You are here

protected property SensorResult::$data in Monitoring 7

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

The sensor result data.

Type: array

File

lib/Drupal/monitoring/Result/SensorResult.php, line 42
Contains \Drupal\monitoring\Result\SensorResult.

Class

SensorResult
Generic container for the sensor result.

Namespace

Drupal\monitoring\Result

Code

protected $data = array();