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

Breadcrumb

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

function ClassLoader::getUseIncludePath

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

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

Return value

bool

File

vendor/composer/ClassLoader.php, line 330

Class

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

Namespace

Composer\Autoload

Code

public function getUseIncludePath() {
    return $this->useIncludePath;
}
RSS feed
Powered by Drupal