You are here

public function RadioactivityProcessorInterface::queueProcessDecay in Radioactivity 8.3

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

Queue processing of Radioactivity decays.

Parameters

\Drupal\field\FieldStorageConfigInterface $fieldConfig: Configuration of the field to be processed.

array $entityIds: Entity IDs to be processed.

1 method overrides RadioactivityProcessorInterface::queueProcessDecay()
RadioactivityProcessor::queueProcessDecay in src/RadioactivityProcessor.php
Queue processing of Radioactivity decays.

File

src/RadioactivityProcessorInterface.php, line 55

Class

RadioactivityProcessorInterface
Interface RadioactivityProcessorInterface.

Namespace

Drupal\radioactivity

Code

public function queueProcessDecay(FieldStorageConfigInterface $fieldConfig, array $entityIds);