You are here

10 calls to Sql::sourceIdFields() in Drupal 8

Sql::currentSource in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Looks up the source identifier(s) currently being iterated.
Sql::getMessages in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Retrieves a traversable object of messages related to source records.
Sql::getSourceIdsHash in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Retrieves the hash of the source identifier values.
Sql::lookupDestinationIds in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Looks up the destination identifiers corresponding to a source key.
Sql::lookupSourceId in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Looks up the source identifier.
Sql::next in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Implementation of \Iterator::next().
Sql::rewind in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Implementation of \Iterator::rewind().
Sql::saveIdMapping in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Saves a mapping from the source identifiers to the destination identifiers.
Sql::saveMessage in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Saves a message related to a source record in the migration message table.
Sql::setUpdate in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Sets a specified record to be updated, if it exists.