Loading core/lib/Drupal/Core/Entity/EntityChangedInterface.php +3 −3 Original line number Diff line number Diff line Loading @@ -45,9 +45,9 @@ public function setChangedTime($timestamp); * (e.g. to avoid overwriting newer translations with old data), compare each * translation to the other version individually. * * @return int * The timestamp of the last entity save operation across all * translations. * @return int|null * The timestamp of the last entity save operation across all translations. * Some entities allow a NULL value indicating the changed time is unknown. */ public function getChangedTimeAcrossTranslations(); Loading core/lib/Drupal/Core/Entity/EntityChangedTrait.php +3 −3 Original line number Diff line number Diff line Loading @@ -10,9 +10,9 @@ trait EntityChangedTrait { /** * Returns the timestamp of the last entity change across all translations. * * @return int * The timestamp of the last entity save operation across all * translations. * @return int|null * The timestamp of the last entity save operation across all translations. * Some entities allow a NULL value indicating the changed time is unknown. */ public function getChangedTimeAcrossTranslations() { $changed = $this->getUntranslated()->getChangedTime(); Loading Loading
core/lib/Drupal/Core/Entity/EntityChangedInterface.php +3 −3 Original line number Diff line number Diff line Loading @@ -45,9 +45,9 @@ public function setChangedTime($timestamp); * (e.g. to avoid overwriting newer translations with old data), compare each * translation to the other version individually. * * @return int * The timestamp of the last entity save operation across all * translations. * @return int|null * The timestamp of the last entity save operation across all translations. * Some entities allow a NULL value indicating the changed time is unknown. */ public function getChangedTimeAcrossTranslations(); Loading
core/lib/Drupal/Core/Entity/EntityChangedTrait.php +3 −3 Original line number Diff line number Diff line Loading @@ -10,9 +10,9 @@ trait EntityChangedTrait { /** * Returns the timestamp of the last entity change across all translations. * * @return int * The timestamp of the last entity save operation across all * translations. * @return int|null * The timestamp of the last entity save operation across all translations. * Some entities allow a NULL value indicating the changed time is unknown. */ public function getChangedTimeAcrossTranslations() { $changed = $this->getUntranslated()->getChangedTime(); Loading