You are here

public function Table::preImport in Migrate Plus 8.5

Performs pre-import tasks.

Parameters

\Drupal\migrate\Event\MigrateImportEvent $event: The pre-import event object.

Overrides ImportAwareInterface::preImport

File

src/Plugin/migrate/destination/Table.php, line 289

Class

Table
Provides table destination plugin.

Namespace

Drupal\migrate_plus\Plugin\migrate\destination

Code

public function preImport(MigrateImportEvent $event) {
}