You are here

public function IncidentStorageInterface::getIncidents in Radioactivity 8.3

Same name and namespace in other branches
  1. 4.0.x src/IncidentStorageInterface.php \Drupal\radioactivity\IncidentStorageInterface::getIncidents()

Gets all incidents from the storage.

Return value

\Drupal\radioactivity\IncidentInterface[] Array of incident objects.

2 methods override IncidentStorageInterface::getIncidents()
DefaultIncidentStorage::getIncidents in src/DefaultIncidentStorage.php
Gets all incidents from the storage.
RestIncidentStorage::getIncidents in src/RestIncidentStorage.php
Gets all incidents from the storage.

File

src/IncidentStorageInterface.php, line 29

Class

IncidentStorageInterface
Defines the incident storage interface.

Namespace

Drupal\radioactivity

Code

public function getIncidents();