You are here

16 calls to dt() in Migrate Tools 8.4

drush_migrate_tools_migrate_fields_source in ./migrate_tools.drush.inc
Print source fields.
drush_migrate_tools_migrate_import in ./migrate_tools.drush.inc
Import a migration.
drush_migrate_tools_migrate_messages in ./migrate_tools.drush.inc
Print messages.
drush_migrate_tools_migrate_reset_status in ./migrate_tools.drush.inc
Reset status.
drush_migrate_tools_migrate_rollback in ./migrate_tools.drush.inc
Rollback migrations.
drush_migrate_tools_migrate_status in ./migrate_tools.drush.inc
Display migration status.
drush_migrate_tools_migrate_stop in ./migrate_tools.drush.inc
Stop a migration.
MigrateToolsCommands::executeMigration in src/Commands/MigrateToolsCommands.php
Executes a single migration.
MigrateToolsCommands::fieldsSource in src/Commands/MigrateToolsCommands.php
List the fields available for mapping in a source.
MigrateToolsCommands::import in src/Commands/MigrateToolsCommands.php
Perform one or more migration processes.
MigrateToolsCommands::messages in src/Commands/MigrateToolsCommands.php
View any messages associated with a migration.
MigrateToolsCommands::resetStatus in src/Commands/MigrateToolsCommands.php
Reset a active migration's status to idle.
MigrateToolsCommands::rollback in src/Commands/MigrateToolsCommands.php
Rollback one or more migrations.
MigrateToolsCommands::status in src/Commands/MigrateToolsCommands.php
List all migrations with current status.
MigrateToolsCommands::stop in src/Commands/MigrateToolsCommands.php
Stop an active migration operation.
_drush_migrate_tools_execute_migration in ./migrate_tools.drush.inc
Executes a single migration.