You are here

protected property DatabaseAggregatorSensorPluginBase::$configurableValueType in Monitoring 8

Allows plugins to control if the value type can be configured.

Type: bool

Overrides SensorPluginBase::$configurableValueType

File

src/SensorPlugin/DatabaseAggregatorSensorPluginBase.php, line 37
Contains \Drupal\monitoring\SensorPlugin\DatabaseAggregatorSensorPluginBase.

Class

DatabaseAggregatorSensorPluginBase
Base class for database aggregator sensors.

Namespace

Drupal\monitoring\SensorPlugin

Code

protected $configurableValueType = FALSE;