You are here

public function SensorResultInterface::getSensorConfig in Monitoring 8

Gets sensor config.

Return value

\Drupal\monitoring\Entity\SensorConfig

1 method overrides SensorResultInterface::getSensorConfig()
SensorResult::getSensorConfig in src/Result/SensorResult.php
Gets sensor config.

File

src/Result/SensorResultInterface.php, line 152
Contains \Drupal\monitoring\Result\SensorResultInterface.

Class

SensorResultInterface
Interface for a sensor result.

Namespace

Drupal\monitoring\Result

Code

public function getSensorConfig();