public function MockFileFinder::findFile in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Component/Annotation/Reflection/MockFileFinder.php \Drupal\Component\Annotation\Reflection\MockFileFinder::findFile()
File
- core/
lib/ Drupal/ Component/ Annotation/ Reflection/ MockFileFinder.php, line 26
Class
- MockFileFinder
- Defines a mock file finder that only returns a single filename.
Namespace
Drupal\Component\Annotation\ReflectionCode
public function findFile($class) {
return $this->filename;
}