You are here

public function FeedsSubscriber::onClear in Feeds 8.3

Acts on event where deleting items has began.

File

tests/modules/feeds_test_events/src/EventSubscriber/FeedsSubscriber.php, line 168

Class

FeedsSubscriber
React on authors being processed.

Namespace

Drupal\feeds_test_events\EventSubscriber

Code

public function onClear(ClearEvent $event) {
  $GLOBALS['feeds_test_events'][] = __METHOD__ . ' called';
}