You are here

public function SensorResult::getSensorConfig in Monitoring 8

Gets sensor config.

Return value

\Drupal\monitoring\Entity\SensorConfig

Overrides SensorResultInterface::getSensorConfig

File

src/Result/SensorResult.php, line 507

Class

SensorResult
Generic container for the sensor result.

Namespace

Drupal\monitoring\Result

Code

public function getSensorConfig() {
  return $this->sensorConfig;
}