You are here

function SensorInterface::isEnabled in Monitoring 7

Determines if sensor is enabled.

Return value

boolean Enabled flag.

1 method overrides SensorInterface::isEnabled()
Sensor::isEnabled in lib/Drupal/monitoring/Sensor/Sensor.php
Determines if sensor is enabled.

File

lib/Drupal/monitoring/Sensor/SensorInterface.php, line 99
Monitoring sensor interface.

Class

SensorInterface
Interface for a sensor defining basic operations.

Namespace

Drupal\monitoring\Sensor

Code

function isEnabled();