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()
AssetCache::getLastModified in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php
Returns the time the current asset was last modified.
AssetCollection::getLastModified in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php
Returns the highest last-modified value of all assets in the current collection.
AssetReference::getLastModified in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php
Returns the time the current asset was last modified.
FileAsset::getLastModified in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php
Returns the time the current asset was last modified.
HttpAsset::getLastModified in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php
Returns the time the current asset was last modified.

... See full list

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