Returns the time the current asset was last modified.
Return value
integer|null A UNIX timestamp
File
- drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php, line 134
Class
- AssetInterface
- An asset has a mutable URL and content and can be loaded and dumped.
Namespace
Assetic\Asset
Code
public function getLastModified();