public function SensorConfigInterface::getTimeIntervalValue in Monitoring 8
Gets the time interval value.
Return value
int Number of seconds of the time interval. NULL in case the sensor does not define the time interval.
1 method overrides SensorConfigInterface::getTimeIntervalValue()
- SensorConfig::getTimeIntervalValue in src/
Entity/ SensorConfig.php - Gets the time interval value.
File
- src/
SensorConfigInterface.php, line 150 - Contains \Drupal\monitoring\SensorConfigInterface.
Class
Namespace
Drupal\monitoringCode
public function getTimeIntervalValue();