I want to delete the deleted image from the cache. I made a listener but I can't remove the photo from the cache:
$this->cm->remove($entity->getFilename(), 'thumb');
I don't use vichbundle. I don't understand why I can't.
Thanks a lot
I want to delete the deleted image from the cache. I made a listener but I can't remove the photo from the cache:
$this->cm->remove($entity->getFilename(), 'thumb');
I don't use vichbundle. I don't understand why I can't.
Thanks a lot
To access to image path you can make a function inside your entity:
and to remove cache: