function FileLocator::getPaths

Get all the paths that this file locator looks for mapping files.

Return value

array

2 methods override FileLocator::getPaths()
DefaultFileLocator::getPaths in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
Retrieve the defined metadata lookup paths.
SymfonyFileLocator::getPaths in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
Get all the paths that this file locator looks for mapping files.

File

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

Class

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

Namespace

Doctrine\Common\Persistence\Mapping\Driver

Code

function getPaths();