public function SensorConfigInterface::isBool in Monitoring 8
Determines if the sensor value type is boolean.
Return value
bool TRUE if the sensor value type is boolean.
1 method overrides SensorConfigInterface::isBool()
- SensorConfig::isBool in src/
Entity/ SensorConfig.php - Determines if the sensor value type is boolean.
File
- src/
SensorConfigInterface.php, line 96 - Contains \Drupal\monitoring\SensorConfigInterface.
Class
Namespace
Drupal\monitoringCode
public function isBool();