eZ\Publish\Core\FieldType\Image\ImageStorage\Gateway::removeImageReferences PHP Method

removeImageReferences() abstract public method

Removes all references from $fieldId to a path that starts with $path.
abstract public removeImageReferences ( string $uri, integer $versionNo, mixed $fieldId )
$uri string File IO uri (not legacy uri)
$versionNo integer
$fieldId mixed
    public abstract function removeImageReferences($uri, $versionNo, $fieldId);