32 private $deploymentVersion;
39 \
Magento\Framework\View\Url\ConfigInterface $config,
40 \
Magento\Framework\
App\View\Deployment\Version $deploymentVersion
43 $this->deploymentVersion = $deploymentVersion;
77 return (
bool)$this->config->getValue(self::XML_PATH_STATIC_FILE_SIGNATURE);
87 return sprintf(self::SIGNATURE_TEMPLATE, $this->deploymentVersion->getValue());
const XML_PATH_STATIC_FILE_SIGNATURE
afterGetBaseUrl(\Magento\Framework\Url\ScopeInterface $subject, $baseUrl, $type=\Magento\Framework\UrlInterface::URL_TYPE_LINK, $secure=null)
__construct(\Magento\Framework\View\Url\ConfigInterface $config, \Magento\Framework\App\View\Deployment\Version $deploymentVersion)