You are here

function SensorResult::getSensorInfo in Monitoring 7

Gets sensor info.

Return value

SensorInfo

Overrides SensorResultInterface::getSensorInfo

File

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

Class

SensorResult
Generic container for the sensor result.

Namespace

Drupal\monitoring\Result

Code

function getSensorInfo() {
  return $this->sensorInfo;
}