class PackageFactory
Creates packages based on whether the current request is secure.
Methods
| __construct(ContainerInterface $container) | ||
| PackageInterface |
getPackage(Request $request, string $httpId, string $sslId)
Returns either the HTTP or SSL version of an asset package. |
Details
at line 26
public
__construct(ContainerInterface $container)
at line 40
public PackageInterface
getPackage(Request $request, string $httpId, string $sslId)
Returns either the HTTP or SSL version of an asset package.