public function FileLocator::getPaths in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileLocator.php \Doctrine\Common\Persistence\Mapping\Driver\FileLocator::getPaths()
Gets all the paths that this file locator looks for mapping files.
Return value
array
2 methods override FileLocator::getPaths()
- DefaultFileLocator::getPaths in vendor/doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ DefaultFileLocator.php 
- Retrieves the defined metadata lookup paths.
- SymfonyFileLocator::getPaths in vendor/doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ SymfonyFileLocator.php 
- Gets all the paths that this file locator looks for mapping files.
File
- vendor/doctrine/ common/ lib/ Doctrine/ Common/ Persistence/ Mapping/ Driver/ FileLocator.php, line 65 
Class
- FileLocator
- Locates the file that contains the metadata information for a given class name.
Namespace
Doctrine\Common\Persistence\Mapping\DriverCode
public function getPaths();