You are here

protected property UserIntegritySensorPlugin::$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/UserIntegritySensorPlugin.php, line 35
Contains \Drupal\monitoring\Plugin\monitoring\SensorPlugin\UserIntegritySensorPlugin.

Class

UserIntegritySensorPlugin
Monitors user data changes.

Namespace

Drupal\monitoring\Plugin\monitoring\SensorPlugin

Code

protected $configurableValueType = FALSE;