You are here

38 calls to migrate_instrument_stop() in Migrate 6.2

drush_migrate_wipe in ./migrate.drush.inc
A drush command callback.
MigrateDestinationComment::import in plugins/destinations/comment.inc
Import a single comment.
MigrateDestinationNode::import in plugins/destinations/node.inc
Import a single node.
MigrateDestinationNode::rollback in plugins/destinations/node.inc
Delete a node
MigrateDestinationTable::rollback in plugins/destinations/table.inc
Delete a single row.
MigrateDestinationTableCopy::bulkRollback in plugins/destinations/table_copy.inc
Delete a batch of rows at once.
MigrateDestinationTerm::import in plugins/destinations/term.inc
Import a single term.
MigrateDestinationTerm::rollback in plugins/destinations/term.inc
Delete a migrated term
MigrateDestinationUser::bulkRollback in plugins/destinations/user.inc
Delete a batch of users at once.
MigrateDestinationUser::import in plugins/destinations/user.inc
Import a single user.
MigrateFieldsNodeHandler::complete in plugins/destinations/fields.inc
MigrateFieldsNodeHandler::fields in plugins/destinations/fields.inc
MigrateFieldsNodeHandler::prepare in plugins/destinations/fields.inc
MigrateFileFieldHandler::prepare in plugins/destinations/fields.inc
Prepare file data for saving as a Field API file field. The job of this handler is to make sure the file itself ends up in the right place, the files table row is set up, and the files array returned for each file.
MigrateItemsXML::getIdList in plugins/sources/xml.inc
Load the XML at the given URL, and return an array of the IDs found within it.
MigrateListFiles::getIdList in plugins/sources/files.inc
Retrieve a list of files based on parameters passed for the migration.
MigrateListJSON::getIdList in plugins/sources/json.inc
Load the JSON at the given URL, and return an array of the IDs found within it.
MigrateListXML::getIdList in plugins/sources/xml.inc
Load the XML at the given URL, and return an array of the IDs found within it.
MigrateSource::next in includes/source.inc
Implementation of Iterator::next() - subclasses of MigrateSource should implement getNextRow() to retrieve the next valid source rocord to process.
MigrateSource::prepareRow in includes/source.inc
Give the calling migration a shot at manipulating, and possibly rejecting, the source row.
MigrateSource::rewind in includes/source.inc
Implementation of Iterator::rewind() - subclasses of MigrateSource should implement performRewind() to do any class-specific setup for iterating source records.
MigrateSourceMSSQL::computeCount in plugins/sources/mssql.inc
Return a count of all available source records.
MigrateSourceMSSQL::performRewind in plugins/sources/mssql.inc
Implementation of MigrateSource::performRewind().
MigrateSourceOracle::computeCount in plugins/sources/oracle.inc
Return a count of all available source records.
MigrateSourceOracle::performRewind in plugins/sources/oracle.inc
Implementation of MigrateSource::performRewind().
MigrateSourceSQL::performRewind in plugins/sources/sql.inc
Implementation of MigrateSource::performRewind().
MigrateSourceXML::getNextRow in plugins/sources/xml.inc
Implementation of MigrationSource::getNextRow().
MigrateSourceXML::getNextSource in plugins/sources/xml.inc
Advances the reader to the next source from source_urls
MigrateSQLMap::getRowByDestination in plugins/sources/sqlmap.inc
Retrieve a row from the map table, given a destination ID
MigrateSQLMap::getRowBySource in plugins/sources/sqlmap.inc
Retrieve a row from the map table, given a source ID
MigrateSQLMap::lookupDestinationID in plugins/sources/sqlmap.inc
Given a (possibly multi-field) source key, return the (possibly multi-field) destination key it is mapped to.
MigrateSQLMap::lookupSourceID in plugins/sources/sqlmap.inc
Given a (possibly multi-field) destination key, return the (possibly multi-field) source key mapped to it.
MigrateSQLMap::saveIDMapping in plugins/sources/sqlmap.inc
Called upon import of one record, we record a mapping from the source key to the destination key. Also may be called, setting the third parameter to NEEDS_UPDATE, to signal an existing record should be remigrated.
MigrateXMLReader::next in plugins/sources/xml.inc
Implementation of Iterator::next().
migrate_field_handler_invoke_all in ./migrate.module
Invoke any available handlers attached to a given field type. If any handlers have dependencies defined, they will be invoked after the specified handlers.
migrate_handler_invoke_all in ./migrate.module
Invoke any available handlers attached to a given destination type. If any handlers have dependencies defined, they will be invoked after the specified handlers.
Migration::import in includes/migration.inc
Perform an import operation - migrate items from source to destination.
Migration::rollback in includes/migration.inc
Perform a rollback operation - remove migrated items from the destination.