Jarves\AssetHandler\LoaderHandlerInterface::needsGrouping PHP Method

needsGrouping() public method

Returns true if the order of the scripts should be keep together when minifying.
public needsGrouping ( ) : boolean
return boolean
    public function needsGrouping();
LoaderHandlerInterface