function FeedInterface::getLastModified

Same name and namespace in other branches
  1. 8.9.x core/modules/aggregator/src/FeedInterface.php \Drupal\aggregator\FeedInterface::getLastModified()

Return when the feed was modified last time.

Return value

int The timestamp of the last time the feed was modified.

1 method overrides FeedInterface::getLastModified()
Feed::getLastModified in core/modules/aggregator/src/Entity/Feed.php
Return when the feed was modified last time.

File

core/modules/aggregator/src/FeedInterface.php, line 201

Class

FeedInterface
Provides an interface defining an aggregator feed entity.

Namespace

Drupal\aggregator

Code

public function getLastModified();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.