Webiny\Component\Config\Drivers\AbstractDriver::getResource PHP Method

getResource() final public method

Get driver resource
final public getResource ( ) : mixed
return mixed Driver resource (can be: string, array, StringObject, ArrayObject)
    public final function getResource()
    {
        return $this->resource;
    }