public function TestFileUsage::listUsage in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/tests/modules/service_provider_test/src/TestFileUsage.php \Drupal\service_provider_test\TestFileUsage::listUsage()
Determines where a file is used.
Parameters
\Drupal\file\FileInterface $file: A file entity.
Return value
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.
Overrides FileUsageInterface::listUsage
File
- core/
modules/ system/ tests/ modules/ service_provider_test/ src/ TestFileUsage.php, line 30 - Contains \Drupal\service_provider_test\TestFileUsage.
Class
Namespace
Drupal\service_provider_testCode
public function listUsage(FileInterface $file) {
}