class MigrateRunnerHooks (View source)

Methods

__construct(EventDispatcherInterface $eventDispatcher)

No description

void
prepareRow(Row $row, MigrateSourceInterface $source, MigrationInterface $migration)

Implements hook_migrate_prepare_row().

Details

__construct(EventDispatcherInterface $eventDispatcher)

No description

Parameters

EventDispatcherInterface $eventDispatcher

void prepareRow(Row $row, MigrateSourceInterface $source, MigrationInterface $migration)

Implements hook_migrate_prepare_row().

We implement this on behalf of the 'system' module.

Deprecate this hook implementation when #2952291 lands.

Parameters

Row $row
MigrateSourceInterface $source
MigrationInterface $migration

Return Value

void

See also

https://www.drupal.org/project/drupal/issues/2952291