Loading core/lib/Drupal/Core/Entity/EntityChangedInterface.php +3 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,9 @@ interface EntityChangedInterface extends EntityInterface { /** * Gets the timestamp of the last entity change for the current translation. * * @return int * The timestamp of the last entity save operation. * @return int|null * The timestamp of the last entity save operation. Some entities allow a * NULL value indicating the changed time is unknown. */ public function getChangedTime(); Loading Loading
core/lib/Drupal/Core/Entity/EntityChangedInterface.php +3 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,9 @@ interface EntityChangedInterface extends EntityInterface { /** * Gets the timestamp of the last entity change for the current translation. * * @return int * The timestamp of the last entity save operation. * @return int|null * The timestamp of the last entity save operation. Some entities allow a * NULL value indicating the changed time is unknown. */ public function getChangedTime(); Loading