You are here

public function MultigraphInterface::getSensors in Monitoring 8

Gets the included sensors.

Return value

\Drupal\monitoring\Entity\SensorConfig[] The included sensors as an indexed array sorted by weight where the values are sensors with custom labels.

1 method overrides MultigraphInterface::getSensors()
Multigraph::getSensors in modules/multigraph/src/Entity/Multigraph.php
Gets the included sensors.

File

modules/multigraph/src/MultigraphInterface.php, line 53
Contains \Drupal\monitoring_multigraph\MultigraphInterface.

Class

MultigraphInterface
Interface defining an aggregation of related sensors, called a multigraph.

Namespace

Drupal\monitoring_multigraph

Code

public function getSensors();