FeedInterface::getLastModified

public FeedInterface::getLastModified()

Return when the feed was modified last time.

Return value

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

File

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

Class

FeedInterface
Provides an interface defining an aggregator feed entity.

Namespace

Drupal\aggregator

Code

1
public function getLastModified();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.