Neos\Flow\ResourceManagement\Storage\WritableStorageInterface::deleteResource PHP Метод

deleteResource() публичный Метод

Note: Implementations of this method are triggered by a pre-remove event of the persistence layer whenever a PersistentResource object is going to be removed. Therefore this method must not remove the PersistentResource object from the PersistentResource Repository itself!
public deleteResource ( PersistentResource $resource ) : boolean
$resource Neos\Flow\ResourceManagement\PersistentResource The PersistentResource to delete the storage data of
Результат boolean TRUE if removal was successful
    public function deleteResource(PersistentResource $resource);