ClassLoader::getUseIncludePath()

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


Return

(bool)


Source

File: vendor/composer/ClassLoader.php

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