You are here

public function ClassLoader::isClassMapAuthoritative in Module Builder 7.2

Should class lookup fail if not found in the current class map?

Return value

bool

File

vendor/composer/ClassLoader.php, line 269

Class

ClassLoader
ClassLoader implements a PSR-0 class loader

Namespace

Composer\Autoload

Code

public function isClassMapAuthoritative() {
  return $this->classMapAuthoritative;
}