Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
AutoloadGenerator::getClassMap( array $autoloads, ComposerUtilFilesystem $filesystem, string $vendorPath, string $basePath )
Take the autoloads array and return the classMap that contains the path and the version for each namespace.
Description Description
Parameters Parameters
- $autoloads
-
(Required) Array of autoload settings defined defined by the packages.
- $filesystem
-
(Required) Filesystem class instance.
- $vendorPath
-
(Required) Path to the vendor directory.
- $basePath
-
(Required) Base Path.
Return Return
(string) $classMap