Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ClassLoader.php

function ClassLoader::setClassMapAuthoritative

Same name in this branch
  1. 11.1.x vendor/composer/composer/src/Composer/Autoload/ClassLoader.php \Composer\Autoload\ClassLoader::setClassMapAuthoritative()

Turns off searching the prefix and fallback directories for classes that have not been registered with the class map.

Parameters

bool $classMapAuthoritative:

Return value

void

File

vendor/composer/ClassLoader.php, line 343

Class

ClassLoader
ClassLoader implements a PSR-0, PSR-4 and classmap class loader.

Namespace

Composer\Autoload

Code

public function setClassMapAuthoritative($classMapAuthoritative) {
    $this->classMapAuthoritative = $classMapAuthoritative;
}
RSS feed
Powered by Drupal