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::getFileMap( array $autoloads, ComposerUtilFilesystem $filesystem, string $vendorPath, string $basePath )

Take the autoloads array and return the fileMap 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.


Top ↑

Return Return

(string) $fileMap


Top ↑

Source Source

File: woocommerce/packages/woocommerce-admin/vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.