public function ClassFinderInterface::findFile in Service Container 7
Same name and namespace in other branches
- 7.2 modules/providers/service_container_annotation_discovery/lib/Doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php \Doctrine\Common\Reflection\ClassFinderInterface::findFile()
 
Finds a class.
Parameters
string $class The name of the class.:
Return value
string|null The name of the class or NULL if not found.
2 methods override ClassFinderInterface::findFile()
- MockFileFinder::findFile in lib/
Drupal/ Component/ Annotation/ Reflection/ MockFileFinder.php  - Finds a class.
 - Psr0FindFile::findFile in modules/
providers/ service_container_annotation_discovery/ lib/ Doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ Psr0FindFile.php  - Finds a class.
 
File
- modules/
providers/ service_container_annotation_discovery/ lib/ Doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ ClassFinderInterface.php, line 36  
Class
- ClassFinderInterface
 - Finds a class in a PSR-0 structure.
 
Namespace
Doctrine\Common\ReflectionCode
public function findFile($class);