Process each file object as it is found by scanDirectory().
Parameters
$file:
A file object.
File
- drupal/core/lib/Drupal/Core/SystemListing.php, line 206
- Definition of Drupal\Core\SystemListing.
Class
- SystemListing
- Returns information about system object files (modules, themes, etc.).
Namespace
Drupal\Core
Code
protected function processFile($file) {
}