You are here

public function RestIncidentStorage::clearIncidents in Radioactivity 4.0.x

Same name and namespace in other branches
  1. 8.3 src/RestIncidentStorage.php \Drupal\radioactivity\RestIncidentStorage::clearIncidents()

Clears the incident storage.

Overrides IncidentStorageInterface::clearIncidents

File

src/RestIncidentStorage.php, line 64

Class

RestIncidentStorage
Defines a REST incident storage.

Namespace

Drupal\radioactivity

Code

public function clearIncidents() {
  $this
    ->clearIncidentStorage();
}