You are here

public function SensorPluginInterface::getConfigurableValueType in Monitoring 8

Configurable value type.

Return value

bool If the value type is configurable or not.

1 method overrides SensorPluginInterface::getConfigurableValueType()
SensorPluginBase::getConfigurableValueType in src/SensorPlugin/SensorPluginBase.php
Configurable value type.

File

src/SensorPlugin/SensorPluginInterface.php, line 46
Contains \Drupal\monitoring\SensorPlugin\SensorPluginInterface.

Class

SensorPluginInterface
Interface for a sensor plugin defining basic operations.

Namespace

Drupal\monitoring\SensorPlugin

Code

public function getConfigurableValueType();