You are here

public function IncidentStorageInterface::clearIncidents in Radioactivity 8.3

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

Clears the incident storage.

2 methods override IncidentStorageInterface::clearIncidents()
DefaultIncidentStorage::clearIncidents in src/DefaultIncidentStorage.php
Clears the incident storage.
RestIncidentStorage::clearIncidents in src/RestIncidentStorage.php
Clears the incident storage.

File

src/IncidentStorageInterface.php, line 45

Class

IncidentStorageInterface
Defines the incident storage interface.

Namespace

Drupal\radioactivity

Code

public function clearIncidents();