Skip to content

Instantly share code, notes, and snippets.

View philalonso's full-sized avatar

Philip Jose' Alonso philalonso

  • Wayne, Illinois
  • 11:47 (UTC -12:00)
View GitHub Profile
@dreambubbler
dreambubbler / ExampleUpdateUser.php
Created April 12, 2017 22:19
Drupal 8: Update user
<?php
use Drupal\user\Entity\User;
// Updating a user is a three step process:
// 1) load the user object to change
// 2) set property/field to new value
// 3) Save the user object.
// This example updates:
// 1) password