public function MigrateIdMapInterface::currentDestination in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::currentDestination()
Looks up the destination identifier currently being iterated.
Return value
array The destination identifier values of the record, or NULL on failure.
1 method overrides MigrateIdMapInterface::currentDestination()
- Sql::currentDestination in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - @inheritdoc
File
- core/
modules/ migrate/ src/ Plugin/ MigrateIdMapInterface.php, line 224 - Contains \Drupal\migrate\Plugin\MigrateIdMapInterface.
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
public function currentDestination();