You are here

public function RadioactivityProcessorInterface::processIncidents in Radioactivity 8.3

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

Process emits from the queue.

Return value

int The number of emits processed.

1 method overrides RadioactivityProcessorInterface::processIncidents()
RadioactivityProcessor::processIncidents in src/RadioactivityProcessor.php
Process emits from the queue.

File

src/RadioactivityProcessorInterface.php, line 63

Class

RadioactivityProcessorInterface
Interface RadioactivityProcessorInterface.

Namespace

Drupal\radioactivity

Code

public function processIncidents();