Can be used to check if the autoloader uses the include path to check
for classes.
Return value
bool
File
- drupal/core/vendor/composer/ClassLoader.php, line 118
Class
- ClassLoader
- ClassLoader implements a PSR-0 class loader
Namespace
Composer\Autoload
Code
public function getUseIncludePath() {
return $this->useIncludePath;
}