You are here

public function SensorPluginBase::getConfigurableValueType in Monitoring 8

Configurable value type.

Return value

bool If the value type is configurable or not.

Overrides SensorPluginInterface::getConfigurableValueType

File

src/SensorPlugin/SensorPluginBase.php, line 89
Contains \Drupal\monitoring\SensorPlugin\SensorPluginBase.

Class

SensorPluginBase
Abstract SensorPluginInterface implementation with common behaviour and will be extended by sensor plugins.

Namespace

Drupal\monitoring\SensorPlugin

Code

public function getConfigurableValueType() {
  return $this->configurableValueType;
}