function FileLocator::fileExists

Check if a file can be found for this class name.

Parameters

string $className:

Return value

bool

2 methods override FileLocator::fileExists()
DefaultFileLocator::fileExists in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/DefaultFileLocator.php
Check if a file can be found for this class name.
SymfonyFileLocator::fileExists in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Persistence/Mapping/Driver/SymfonyFileLocator.php
Check if a file can be found for this class name.

File

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

Class

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

Namespace

Doctrine\Common\Persistence\Mapping\Driver

Code

function fileExists($className);