public function MigrateIdMapInterface::destroy in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::destroy()
Removes any persistent storage used by this map.
For example, remove the map and message tables.
1 method overrides MigrateIdMapInterface::destroy()
- Sql::destroy in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Removes any persistent storage used by this map.
File
- core/
modules/ migrate/ src/ Plugin/ MigrateIdMapInterface.php, line 231 - Contains \Drupal\migrate\Plugin\MigrateIdMapInterface.
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
public function destroy();