public function ClassLoader::getUseIncludePath

Same name in this branch

Can be used to check if the autoloader uses the include path to check for classes.

Return value

Boolean

File

drupal/core/vendor/symfony/class-loader/Symfony/Component/ClassLoader/ClassLoader.php, line 119

Class

ClassLoader
ClassLoader implements an PSR-0 class loader

Namespace

Symfony\Component\ClassLoader

Code

public function getUseIncludePath() {
  return $this->useIncludePath;
}