public 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 44
Class
- EntityChangedInterface
- Defines an interface for entity change timestamp tracking.
Namespace
Drupal\Core\Entity
Code
public function getChangedTimeAcrossTranslations();
Please login to continue.