public function SensorConfigInterface::getCachingTime in Monitoring 8
Gets sensor caching time.
Return value
int Caching time in seconds.
1 method overrides SensorConfigInterface::getCachingTime()
- SensorConfig::getCachingTime in src/
Entity/ SensorConfig.php - Gets sensor caching time.
File
- src/
SensorConfigInterface.php, line 104 - Contains \Drupal\monitoring\SensorConfigInterface.
Class
Namespace
Drupal\monitoringCode
public function getCachingTime();