Determines where a file is used.
Drupal\file\File $file: A file entity.
array A nested array with usage data. The first level is keyed by module name, the second by object type and the third by the object id. The value of the third level contains the usage count.
public function listUsage(File $file);