ManifestGenerator::buildManifest( string $autoloaderType, string $fileName, array $content )
Builds a manifest file for the given autoloader type.
Description Description
Parameters Parameters
- $autoloaderType
-
(Required) The type of autoloader to build a manifest for.
- $fileName
-
(Required) The filename of the manifest.
- $content
-
(Required) The manifest content to generate using.
Return Return
(string|null) $manifestFile
Source Source
File: vendor/automattic/jetpack-autoloader/src/ManifestGenerator.php