You are here

protected property QueueSizeSensorPlugin::$configurableValueType in Monitoring 8

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

Type: bool

Overrides SensorPluginBase::$configurableValueType

File

src/Plugin/monitoring/SensorPlugin/QueueSizeSensorPlugin.php, line 33
Contains \Drupal\monitoring\Plugin\monitoring\SensorPlugin\QueueSizeSensorPlugin.

Class

QueueSizeSensorPlugin
Monitors number of items for a given core queue.

Namespace

Drupal\monitoring\Plugin\monitoring\SensorPlugin

Code

protected $configurableValueType = FALSE;