You are here

protected property Multigraph::$sensors in Monitoring 8

The included sensors.

This is an associative array, where keys are sensor machine names and each value contains:

  • weight: the sensor weight for this multigraph
  • label: custom sensor label for the multigraph

Type: string[]

File

modules/multigraph/src/Entity/Multigraph.php, line 82
Contains \Drupal\monitoring_multigraph\Entity\Multigraph.

Class

Multigraph
Represents an aggregation of related sensors, called a multigraph.

Namespace

Drupal\monitoring_multigraph\Entity

Code

protected $sensors = array();