eca-1.0.x-dev/modules/migrate/src/Event/EcaMigrateEvents.php
modules/migrate/src/Event/EcaMigrateEvents.php
<?php
namespace Drupal\eca_migrate\Event;
/**
* Events dispatched by the eca_migrate module.
*/
final class EcaMigrateEvents {
/**
* Dispatches on migrate processing.
*
* @Event
*/
public const string PROCESS = 'eca_migrate.process';
}
