function EntityChangedTrait::setChangedTime
Sets the timestamp of the last entity change for the current translation.
Parameters
int $timestamp: The timestamp of the last entity save operation.
Return value
$this
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityChangedTrait.php, line 44
Class
- EntityChangedTrait
- Provides a trait for accessing changed time.
Namespace
Drupal\Core\EntityCode
public function setChangedTime($timestamp) {
$this->set('changed', $timestamp);
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.