Retrieve the locator used to discover mapping files by className
Return value
FileLocator
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php, line 200
Class
- FileDriver
- Base driver for file-based metadata drivers.
Namespace
Doctrine\Common\Persistence\Mapping\Driver
Code
public function getLocator() {
return $this->locator;
}