Newscoop\Image\UpdateStorageService::isDeletable PHP Method

isDeletable() public method

Test if given image can be deleted
public isDeletable ( string $imagePath ) : boolean
$imagePath string
return boolean
    public function isDeletable($imagePath)
    {
        return $this->getImageRepository()->getImageFileReferencesCount($imagePath) <= 1;
    }