public function ClassFinderInterface::findFile in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/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 core/
lib/ Drupal/ Component/ Annotation/ Reflection/ MockFileFinder.php - Finds a class.
- Psr0FindFile::findFile in vendor/
doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ Psr0FindFile.php - Finds a class.
File
- vendor/
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);