Dumps a CSS or JavaScript asset.
Hierarchy
- class \Drupal\Core\Asset\AssetDumper implements AssetDumperInterface
File
- core/lib/Drupal/Core/Asset/AssetDumper.php, line 10
Namespace
Drupal\Core\Asset
Members
Name | Modifiers | Type | Description |
---|---|---|---|
AssetDumper::dump | public | function | The file name for the CSS or JS cache file is generated from the hash of the aggregated contents of the files in $data. This forces proxies and browsers to download new CSS when the CSS changes. Overrides AssetDumperInterface::dump |
Please login to continue.