You are here

class ImportFinishedEvent in Feeds 8.3

Fired after an import has finished.

Hierarchy

Expanded class hierarchy of ImportFinishedEvent

4 files declare their use of ImportFinishedEvent
Feed.php in src/Entity/Feed.php
FeedsSubscriber.php in tests/modules/feeds_test_events/src/EventSubscriber/FeedsSubscriber.php
FeedTest.php in tests/src/Kernel/Entity/FeedTest.php
SkipNewTest.php in tests/src/Kernel/SkipNewTest.php

File

src/Event/ImportFinishedEvent.php, line 8

Namespace

Drupal\feeds\Event
View source
class ImportFinishedEvent 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