class DefaultFileLocator

Locate the file that contains the metadata information for a given class name.

This behavior is inpependent of the actual content of the file. It just detects the file which is responsible for the given class name.

@author Benjamin Eberlei <kontakt@beberlei.de> @author Johannes M. Schmitt <schmittjoh@gmail.com>

Hierarchy

Expanded class hierarchy of DefaultFileLocator

2 files declare their use of DefaultFileLocator

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php, line 33

Namespace

Doctrine\Common\Persistence\Mapping\Driver
View source

Members

Namesort descending Modifiers Type Description Overrides
DefaultFileLocator::$fileExtension protected property The file extension of mapping documents.
DefaultFileLocator::$paths protected property The paths where to look for mapping files.
DefaultFileLocator::addPaths public function Append lookup paths to metadata driver.
DefaultFileLocator::fileExists public function Check if a file can be found for this class name. Overrides FileLocator::fileExists
DefaultFileLocator::findMappingFile public function Locate mapping file for the given class name. Overrides FileLocator::findMappingFile
DefaultFileLocator::getAllClassNames public function Get all class names that are found with this file locator. Overrides FileLocator::getAllClassNames
DefaultFileLocator::getFileExtension public function Get the file extension used to look for mapping files under Overrides FileLocator::getFileExtension
DefaultFileLocator::getPaths public function Retrieve the defined metadata lookup paths. Overrides FileLocator::getPaths
DefaultFileLocator::setFileExtension public function Set the file extension used to look for mapping files under
DefaultFileLocator::__construct public function Initializes a new FileDriver that looks in the given path(s) for mapping documents and operates in the specified operating mode.