Convert the D7 style global radioactivity_process_emits() and radioactivity_process_decay() to be included in a service.

CommentFileSizeAuthor
#2 radioactivity-service-2678764-2.patch16.82 KBSutharsan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Sutharsan created an issue. See original summary.

Sutharsan’s picture

Assigned: Sutharsan » Unassigned
Status: Active » Needs review
FileSize
16.82 KB

This patch:

  • Converts radioactivity_process_emits() and radioactivity_process_decay() into RadioactivityProcessor::processDecay and RadioactivityProcessor::processEmits and add the radioactivity.processor service.
  • Adds IncidentStorageInterface::getIncidentsByType to simplify the code in processEmits.
  • Changes the Profile key from numeric to text (count, linear, decay).

  • Sutharsan authored 5a054c5 on 8.x-3.x
    Issue #2678764 by Sutharsan: Convert process_decay and process_emit to a...
matthewmessmer’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.