function Feed::getLastModified
Return when the feed was modified last time.
Return value
int The timestamp of the last time the feed was modified.
Overrides FeedInterface::getLastModified
File
- 
              core/
modules/ aggregator/ src/ Entity/ Feed.php, line 307  
Class
- Feed
 - Defines the aggregator feed entity class.
 
Namespace
Drupal\aggregator\EntityCode
public function getLastModified() {
  return $this->get('modified')->value;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.