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\ResultCode
public function getSensorConfig() {
return $this->sensorConfig;
}