PackageFactory deprecated

class PackageFactory

deprecated

since 2.7, will be removed in 3.0. Use the Asset component instead.

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/2.8/Symfony/Bundle/FrameworkBundle/Templating/Asset/PackageFactory.html