Constructs a MockFileFinder object.
File
- drupal/core/lib/Drupal/Component/Reflection/MockFileFinder.php, line 31
- Definition of Drupal\Component\Reflection\MockFileFinder.
Class
- MockFileFinder
- Defines a mock file finder that only returns a single filename.
Namespace
Drupal\Component\Reflection
Code
public function __construct($prefixes) {
}