You are here

class ClearEvent in Feeds 8.3

Fired to being clearing.

Hierarchy

  • class \Drupal\feeds\Event\EventBase extends \Symfony\Component\EventDispatcher\Event

Expanded class hierarchy of ClearEvent

4 files declare their use of ClearEvent
FeedClearHandler.php in src/FeedClearHandler.php
FeedsSubscriber.php in tests/modules/feeds_test_events/src/EventSubscriber/FeedsSubscriber.php
LazySubscriber.php in src/EventSubscriber/LazySubscriber.php
LazySubscriberTest.php in tests/src/Unit/EventSubscriber/LazySubscriberTest.php

File

src/Event/ClearEvent.php, line 8

Namespace

Drupal\feeds\Event
View source
class ClearEvent extends EventBase {

}

Members

Namesort descending Modifiers Type Description Overrides
EventBase::$feed protected property The feed being imported.
EventBase::getFeed public function Returns the feed.
EventBase::__construct public function Constructs an EventBase object. 6