Loads a mapping file with the given name and returns a map
from class/entity names to their corresponding file driver elements.
Parameters
string $file The mapping file to load.:
Return value
array
File
- drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php, line 166
Class
- FileDriver
- Base driver for file-based metadata drivers.
Namespace
Doctrine\Common\Persistence\Mapping\Driver
Code
protected abstract function loadMappingFile($file);