function EntityChangedInterface::getChangedTime
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityChangedInterface.php \Drupal\Core\Entity\EntityChangedInterface::getChangedTime()
- 10 core/lib/Drupal/Core/Entity/EntityChangedInterface.php \Drupal\Core\Entity\EntityChangedInterface::getChangedTime()
- 11.x core/lib/Drupal/Core/Entity/EntityChangedInterface.php \Drupal\Core\Entity\EntityChangedInterface::getChangedTime()
Gets the timestamp of the last entity change for the current translation.
Return value
int The timestamp of the last entity save operation.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityChangedInterface.php, line 27
Class
- EntityChangedInterface
- Defines an interface for entity change timestamp tracking.
Namespace
Drupal\Core\EntityCode
public function getChangedTime();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.