Hello,
I'm trying to update users with the IP address because I have a lot of users to update.
I tried several type IP (normal, hexa, integer, ...) withouth any success.
$acc = \Drupal\user\Entity\User::load($shop_uid); $acc->set("field_ipaddress",$ip); $res = $acc->save();
Wath do I have to do here?
Thanks in advance,
Regards,
Adrien.
Hello,
I'm trying to update users with the IP address because I have a lot of users to update.
I tried several type IP (normal, hexa, integer, ...) withouth any success.
$acc = \Drupal\user\Entity\User::load($shop_uid); $acc->set("field_ipaddress",$ip); $res = $acc->save();Wath do I have to do here?
Thanks in advance,
Regards,
Adrien.