You are here

protected property MigrateExecutable::$eventDispatcher in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/MigrateExecutable.php \Drupal\migrate\MigrateExecutable::eventDispatcher
  2. 10 core/modules/migrate/src/MigrateExecutable.php \Drupal\migrate\MigrateExecutable::eventDispatcher

The event dispatcher.

Type: \Symfony\Contracts\EventDispatcher\EventDispatcherInterface

File

core/modules/migrate/src/MigrateExecutable.php, line 82

Class

MigrateExecutable
Defines a migrate executable class.

Namespace

Drupal\migrate

Code

protected $eventDispatcher;