Composer\Autoload

ClassLoader::getRegisteredLoaders()public staticWPSCache 1.0

Returns the currently registered loaders keyed by their corresponding vendor directories.

Method of the class: ClassLoader{}

No Hooks.

Return

Array. self>

Usage

$result = ClassLoader::getRegisteredLoaders();

ClassLoader::getRegisteredLoaders() code WPSCache 1.12.0

public static function getRegisteredLoaders()
{
    return self::$registeredLoaders;
}