You are here

ImportFinishedEvent.php in Feeds 8.3

Namespace

Drupal\feeds\Event

File

src/Event/ImportFinishedEvent.php
View source
<?php

namespace Drupal\feeds\Event;


/**
 * Fired after an import has finished.
 */
class ImportFinishedEvent extends EventBase {

}

Classes

Namesort descending Description
ImportFinishedEvent Fired after an import has finished.