M1\Vars\Loader\LoaderProvider::getLoaders PHP Method

getLoaders() public method

Get the Vars file loaders
public getLoaders ( ) : array
return array The Vars file loaders
    public function getLoaders()
    {
        return $this->loaders;
    }