function MappingDriver::getAllClassNames

Gets the names of all mapped classes known to this driver.

Return value

array The names of all mapped classes known to this driver.

4 methods override MappingDriver::getAllClassNames()
AnnotationDriver::getAllClassNames in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
Gets the names of all mapped classes known to this driver.
FileDriver::getAllClassNames in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/FileDriver.php
Gets the names of all mapped classes known to this driver.
MappingDriverChain::getAllClassNames in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriverChain.php
Gets the names of all mapped classes known to this driver.
StaticPHPDriver::getAllClassNames in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/StaticPHPDriver.php
@todo Same code exists in AnnotationDriver, should we re-use it somehow or not worry about it?

File

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

Class

MappingDriver
Contract for metadata drivers.

Namespace

Doctrine\Common\Persistence\Mapping\Driver

Code

function getAllClassNames();