25 calls to MigrationBase::displayMessage() in Migrate 7.2
- DynamicMigration::__construct in includes/
migration.inc - General initialization of a Migration object.
- MigrateFieldMapping::arguments in includes/
field_mapping.inc - migrate_migrations in ./
migrate.module - Retrieve a list of all active migrations, ordered by dependencies. To be recognized, a class must be non-abstract, and derived from MigrationBase.
- Migration::addFieldMapping in includes/
migration.inc - Add a mapping for a destination field, specifying a source field and/or a default value.
- Migration::analyze in includes/
migration.inc - Perform an analysis operation - report on field values in the source.
- Migration::handleSourceMigration in includes/
migration.inc - Look up a value migrated in another migration.
- Migration::import in includes/
migration.inc - Perform an import operation - migrate items from source to destination.
- Migration::importedCount in includes/
migration.inc - Get the number of records successfully imported.
- Migration::onEmptyDestination in includes/
migration.inc - React when migration didn't failed but destination ids are empty.
- Migration::onMigrateException in includes/
migration.inc - React when there is a migrate exception
- Migration::processedCount in includes/
migration.inc - Get the number of source records processed.
- Migration::progressMessage in includes/
migration.inc - Outputs a progress message, reflecting the current status of a migration process.
- Migration::sourceCount in includes/
migration.inc - Convenience function to return count of total source records
- Migration::updateCount in includes/
migration.inc - Get the number of records marked as needing update.
- MigrationBase::decrypt in includes/
base.inc - Decrypt an incoming value.
- MigrationBase::decryptArguments in includes/
base.inc - Make sure any arguments we want to be decrypted get decrypted.
- MigrationBase::encrypt in includes/
base.inc - Encrypt an incoming value. Detects for existence of the Drupal 'Encrypt' module.
- MigrationBase::getInstance in includes/
base.inc - Return the single instance of the given migration.
- MigrationBase::handleException in includes/
base.inc - Takes an Exception object and both saves and displays it, pulling additional information on the location triggering the exception.
- MigrationBase::memoryExceeded in includes/
base.inc - Test whether we've exceeded the desired memory threshold. If so, output a message.
- MigrationBase::saveMessage in includes/
base.inc - Default to printing messages, but derived classes are expected to save messages indexed by current source ID.
- MigrationBase::__construct in includes/
base.inc - Construction of a MigrationBase instance.
- WineFinishMigration::import in migrate_example/
wine.inc - WinePrepMigration::import in migrate_example/
wine.inc - XMLMigration::addFieldMapping in plugins/
sources/ xml.inc - So we can create our special field mapping class.