You are here
11 calls to Sql::sourceIdFields() in Zircon Profile 8
- Sql::delete in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Deletes the map and message entries for a given source record.
- Sql::deleteDestination in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Deletes the map and message table entries for a given destination row.
- Sql::getMessageIterator in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Retrieves an iterator over messages relate to source records.
- Sql::getRowBySource in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Retrieves a row from the map table based on source identifier values.
- Sql::lookupDestinationId in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
- Looks up the destination identifier 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.