Loading core/lib/Drupal/Core/Entity/EntityStorageBase.php +2 −2 Original line number Diff line number Diff line Loading @@ -497,8 +497,8 @@ public function save(EntityInterface $entity) { * @param \Drupal\Core\Entity\EntityInterface $entity * The saved entity. * * @return int|string * The processed entity identifier. * @return int|string|null * The processed entity identifier, or null for new entities. * * @throws \Drupal\Core\Entity\EntityStorageException * If the entity identifier is invalid. Loading Loading
core/lib/Drupal/Core/Entity/EntityStorageBase.php +2 −2 Original line number Diff line number Diff line Loading @@ -497,8 +497,8 @@ public function save(EntityInterface $entity) { * @param \Drupal\Core\Entity\EntityInterface $entity * The saved entity. * * @return int|string * The processed entity identifier. * @return int|string|null * The processed entity identifier, or null for new entities. * * @throws \Drupal\Core\Entity\EntityStorageException * If the entity identifier is invalid. Loading