class ImportFinishedEvent in Feeds 8.3
Fired after an import has finished.
Hierarchy
- class \Drupal\feeds\Event\EventBase extends \Symfony\Component\EventDispatcher\Event
- class \Drupal\feeds\Event\ImportFinishedEvent
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\EventView source
class ImportFinishedEvent extends EventBase {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EventBase:: |
protected | property | The feed being imported. | |
EventBase:: |
public | function | Returns the feed. | |
EventBase:: |
public | function | Constructs an EventBase object. | 6 |