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

Breadcrumb

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

function DebugClassLoader::findFile

File

vendor/symfony/error-handler/DebugClassLoader.php, line 277

Class

DebugClassLoader
Autoloader checking if the class is really defined in the file found.

Namespace

Symfony\Component\ErrorHandler

Code

public function findFile(string $class) : ?string {
    return $this->isFinder ? $this->classLoader[0]
        ->findFile($class) ?: null : null;
}
RSS feed
Powered by Drupal