You are here

public function RadioactivityProcessorInterface::processDecay in Radioactivity 8.3

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

Apply decay to entities.

Return value

int The number of decays processed.

1 method overrides RadioactivityProcessorInterface::processDecay()
RadioactivityProcessor::processDecay in src/RadioactivityProcessor.php
Apply decay to entities.

File

src/RadioactivityProcessorInterface.php, line 45

Class

RadioactivityProcessorInterface
Interface RadioactivityProcessorInterface.

Namespace

Drupal\radioactivity

Code

public function processDecay();