AssetExtension

class AssetExtension extends Twig_Extension

Twig extension for the Symfony Asset component.

Methods

__construct(Packages $packages)
getFunctions()

{@inheritdoc}

string getAssetUrl(string $path, string $packageName = null)

Returns the public url/path of an asset.

string getAssetVersion(string $path, string $packageName = null)

Returns the version of an asset.

string getName()

Returns the name of the extension.

Details

__construct(Packages $packages)

Parameters

Packages $packages

getFunctions()

{@inheritdoc}

string getAssetUrl(string $path, string $packageName = null)

Returns the public url/path of an asset.

If the package used to generate the path is an instance of UrlPackage, you will always get a URL and not a path.

Parameters

string $path A public path
string $packageName The name of the asset package to use

Return Value

string The public path of the asset

string getAssetVersion(string $path, string $packageName = null)

Returns the version of an asset.

Parameters

string $path A public path
string $packageName The name of the asset package to use

Return Value

string The asset version

string getName()

Returns the name of the extension.

Return Value

string The extension name
doc_Symfony
2016-10-28 06:06:06
Comments
Leave a Comment

Please login to continue.