public function ClassLoader::setUseIncludePath

Same name in this branch

Turns on searching the include path for class files.

Parameters

bool $useIncludePath:

File

drupal/core/vendor/composer/ClassLoader.php, line 107

Class

ClassLoader
ClassLoader implements a PSR-0 class loader

Namespace

Composer\Autoload

Code

public function setUseIncludePath($useIncludePath) {
  $this->useIncludePath = $useIncludePath;
}