public function EntityChangedInterface::getChangedTimeAcrossTranslations in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/EntityChangedInterface.php \Drupal\Core\Entity\EntityChangedInterface::getChangedTimeAcrossTranslations()
Gets the timestamp of the last entity change across all translations.
Return value
int The timestamp of the last entity save operation across all translations.
File
- core/
lib/ Drupal/ Core/ Entity/ EntityChangedInterface.php, line 49 - Contains \Drupal\Core\Entity\EntityChangedInterface.
Class
- EntityChangedInterface
- Defines an interface for entity change timestamp tracking.
Namespace
Drupal\Core\EntityCode
public function getChangedTimeAcrossTranslations();