AutoloadGenerator::getPathCode( ComposerUtilFilesystem $filesystem, string $basePath, string $vendorPath, string $path )
Returns the path code for the given path.
Description Description
Parameters Parameters
- $filesystem
-
(Required) The filesystem instance.
- $basePath
-
(Required) The base path.
- $vendorPath
-
(Required) The vendor path.
- $path
-
(Required) The path.
Return Return
(string) The path code.
Source Source
File: vendor/automattic/jetpack-autoloader/src/AutoloadGenerator.php