You are here

public function SensorConfigInterface::getThresholdsType in Monitoring 8

Gets configured threshold type.

Defaults to none.

Return value

string|null Threshold type.

1 method overrides SensorConfigInterface::getThresholdsType()
SensorConfig::getThresholdsType in src/Entity/SensorConfig.php
Gets configured threshold type.

File

src/SensorConfigInterface.php, line 114
Contains \Drupal\monitoring\SensorConfigInterface.

Class

SensorConfigInterface

Namespace

Drupal\monitoring

Code

public function getThresholdsType();