interface AssetsInstallerInterface implements InstallerInterface

Methods

parseComposerExtra(PackageInterface $package, string $package_dir)

Parse the composer.json "extra" block of a package and return its transformed data

Details

at line 45
parseComposerExtra(PackageInterface $package, string $package_dir)

Parse the composer.json "extra" block of a package and return its transformed data

Parameters

PackageInterface $package
string $package_dir The install directory of the package