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.


Top ↑

Return Return

(string|null) $manifestFile


Top ↑

Source Source

File: vendor/automattic/jetpack-autoloader/src/ManifestGenerator.php


			


Top ↑

User Contributed Notes User Contributed Notes

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