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.
ManifestGenerator::buildPsr4Manifest( string $fileName, array $namespaces )
Builds the contents for the PSR-4 manifest file.
Description Description
Parameters Parameters
- $fileName
-
(Required) The filename we are building.
- $namespaces
-
(Required) The formatted PSR-4 data for the manifest.
Return Return
(string|null) $manifestFile
Source Source
File: vendor/automattic/jetpack-autoloader/src/ManifestGenerator.php