Locate mapping file for the given class name.
Parameters
string $className:
Return value
string
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php, line 39
Class
- FileLocator
- Locate the file that contains the metadata information for a given class name.
Namespace
Doctrine\Common\Persistence\Mapping\Driver
Code
function findMappingFile($className);