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

countImageReferences() abstract public method

Returns the number of recorded references to the given $path.
abstract public countImageReferences ( string $uri ) : integer
$uri string File IO uri (not legacy uri)
return integer
    public abstract function countImageReferences($uri);