public function AssetInterface::getLastModified

Returns the time the current asset was last modified.

Return value

integer|null A UNIX timestamp

6 methods override AssetInterface::getLastModified()

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();