public function StatisticsViewsResult::getTimestamp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/statistics/src/StatisticsViewsResult.php \Drupal\statistics\StatisticsViewsResult::getTimestamp()
- 9 core/modules/statistics/src/StatisticsViewsResult.php \Drupal\statistics\StatisticsViewsResult::getTimestamp()
Timestamp of when the entity was last viewed.
Return value
int
File
- core/
modules/ statistics/ src/ StatisticsViewsResult.php, line 54
Class
- StatisticsViewsResult
- Value object for passing statistic results.
Namespace
Drupal\statisticsCode
public function getTimestamp() {
return $this->timestamp;
}