Composer

InstalledVersions::getAllRawData()public staticWPSCache 1.0

Returns the raw data of all installed.php which are currently loaded for custom implementations

Method of the class: InstalledVersions{}

No Hooks.

Return

Array[].

Usage

$result = InstalledVersions::getAllRawData();

InstalledVersions::getAllRawData() code WPSCache 1.11.0

public static function getAllRawData()
{
    return self::getInstalled();
}