MigrateExecutableInterface
interface MigrateExecutableInterface (View source)
Methods
int
import()
Performs an import operation - migrate items from source to destination.
rollback()
Performs a rollback operation - remove previously-imported items.
saveMessage(string $message, int $level = MigrationInterface::MESSAGE_ERROR)
Passes messages through to the map class.
Details
int
import()
Performs an import operation - migrate items from source to destination.
rollback()
Performs a rollback operation - remove previously-imported items.
processRow(Row $row, array $process = NULL, mixed $value = NULL)
Processes a row.
saveMessage(string $message, int $level = MigrationInterface::MESSAGE_ERROR)
Passes messages through to the map class.