You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the ImageHandling service, the createInstance() method makes a call upon the templating.helper.assets service to getUrl().
Since the thumbnails use hashes for file names, there is no need for cache busting these files, and indeed cache busting them will simply cause an overhead.
public function getUrl($path, $packageName = null, $version = null)
Is there a way to call getUrl and override the version set from config.yml (framework.templating.assets_version) with no version? False? Empty string?
The text was updated successfully, but these errors were encountered:
Within the ImageHandling service, the createInstance() method makes a call upon the templating.helper.assets service to getUrl().
Since the thumbnails use hashes for file names, there is no need for cache busting these files, and indeed cache busting them will simply cause an overhead.
Is there a way to call getUrl and override the version set from config.yml (framework.templating.assets_version) with no version? False? Empty string?
The text was updated successfully, but these errors were encountered: