protected function SystemListing::processFile

Process each file object as it is found by scanDirectory().

Parameters

$file: A file object.

1 call to SystemListing::processFile()
SystemListing::scanDirectory in drupal/core/lib/Drupal/Core/SystemListing.php
Abbreviated version of file_scan_directory().
1 method overrides SystemListing::processFile()

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) {
}