PackageFactory deprecated
class PackageFactory
deprecated
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
__construct(ContainerInterface $container)
Parameters
ContainerInterface | $container |
PackageInterface getPackage(Request $request, string $httpId, string $sslId)
Returns either the HTTP or SSL version of an asset package.
Parameters
Request | $request | The current request |
string | $httpId | The id for the package to use when the current request is HTTP |
string | $sslId | The id for the package to use when the current request is SSL |
Return Value
PackageInterface | The package |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Bundle/FrameworkBundle/Templating/Asset/PackageFactory.html