InstalledVersions::getAllRawData()
Returns the raw data of all installed.php which are currently loaded for custom implementations
Contents
Return Return
(array[])
Source Source
File: libraries/lifterlms-cli/vendor/composer/InstalledVersions.php
public static function getAllRawData()
{
return self::getInstalled();
}
Expand full source code Collapse full source code View on GitHub