Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateImportEvent.php

class MigrateImportEvent

Wraps a pre- or post-import event for event listeners.

Hierarchy

  • class \Symfony\Contracts\EventDispatcher\Event implements \Psr\EventDispatcher\StoppableEventInterface
    • class \Drupal\Component\EventDispatcher\Event extends \Symfony\Contracts\EventDispatcher\Event
      • class \Drupal\migrate\Event\EventBase extends \Drupal\Component\EventDispatcher\Event
        • class \Drupal\migrate\Event\MigrateImportEvent extends \Drupal\migrate\Event\EventBase

Expanded class hierarchy of MigrateImportEvent

4 files declare their use of MigrateImportEvent
MigrateExecutable.php in core/modules/migrate/src/MigrateExecutable.php
MigrateUpgradeImportBatch.php in core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php
NodeTranslationMigrateSubscriber.php in core/modules/node/src/EventSubscriber/NodeTranslationMigrateSubscriber.php
PluginEventSubscriber.php in core/modules/migrate/src/Plugin/PluginEventSubscriber.php

File

core/modules/migrate/src/Event/MigrateImportEvent.php, line 8

Namespace

Drupal\migrate\Event
View source
class MigrateImportEvent extends EventBase {

}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal