Craft\MinimeeTwigExtension::getGlobals PHP Method

getGlobals() public method

Inject into the template scope a read-only copy of Minimee's runtime settings
public getGlobals ( ) : Array
return Array
    public function getGlobals()
    {
        return array('minimee' => minimee()->service->pluginSettings);
    }