You are here

public function SensorConfigInterface::isNumeric in Monitoring 8

Determines if the sensor value is numeric.

Return value

bool TRUE if the sensor value is numeric.

1 method overrides SensorConfigInterface::isNumeric()
SensorConfig::isNumeric in src/Entity/SensorConfig.php
Determines if the sensor value is numeric.

File

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

Class

SensorConfigInterface

Namespace

Drupal\monitoring

Code

public function isNumeric();