public function SensorResultInterface::isUnknown in Monitoring 8
Same name and namespace in other branches
- 7 lib/Drupal/monitoring/Result/SensorResultInterface.php \Drupal\monitoring\Result\SensorResultInterface::isUnknown()
Checks if sensor is in UNKNOWN state.
Return value
boolean
1 method overrides SensorResultInterface::isUnknown()
- SensorResult::isUnknown in src/
Result/ SensorResult.php - Checks if sensor is in UNKNOWN state.
File
- src/
Result/ SensorResultInterface.php, line 159 - Contains \Drupal\monitoring\Result\SensorResultInterface.
Class
- SensorResultInterface
- Interface for a sensor result.
Namespace
Drupal\monitoring\ResultCode
public function isUnknown();