You are here

public function SensorConfigInterface::isEnabled in Monitoring 8

Checks if sensor is enabled.

Return value

bool

1 method overrides SensorConfigInterface::isEnabled()
SensorConfig::isEnabled in src/Entity/SensorConfig.php
Checks if sensor is enabled.

File

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

Class

SensorConfigInterface

Namespace

Drupal\monitoring

Code

public function isEnabled();