- Issue created by @joachim
- 🇫🇷France Grimreaper France 🇫🇷
Hi,
It means that you will only delete the info that this entity had been imported from this remote website, this channel and at this time.
There are no hooks or event subscriber or special delete method in the import entity status entity class or entity storage that will trigger the imported entity to be deleted too.
So you can import stuff, delete the "entity import statuses" and your website will "forget" that those content had been imported.
If you repulled the entity, there will be no duplicate because modules/entity_share_client/src/Service/ImportService.php::getProcessedEntity() is checking if an entity with this UUID already exists. Just all the plugins and mechanisms or Entity Share allowing to avoid reimporting already imported entities will not work.