function FileLocator::getAllClassNames

Get all class names that are found with this file locator.

Parameters

string $globalBasename Passed to allow excluding the basename:

Return value

array

2 methods override FileLocator::getAllClassNames()
DefaultFileLocator::getAllClassNames in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
Get all class names that are found with this file locator.
SymfonyFileLocator::getAllClassNames in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
Get all class names that are found with this file locator.

File

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

Class

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

Namespace

Doctrine\Common\Persistence\Mapping\Driver

Code

function getAllClassNames($globalBasename);