AutoloadGenerator::parseAutoloads( array $packageMap, ComposerPackagePackageInterface $mainPackage )

Compiles an ordered list of namespace => path mappings


Description Description


Parameters Parameters

$packageMap

(Required) Array of array(package, installDir-relative-to-composer.json).

$mainPackage

(Required) Main package instance.


Top ↑

Return Return

(array) The list of path mappings.


Top ↑

Source Source

File: 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.