Skip to content

Instantly share code, notes, and snippets.

@recidive
Created June 26, 2016 16:24
Show Gist options
  • Save recidive/97d61bb94163aa7294b307624a00f662 to your computer and use it in GitHub Desktop.
Save recidive/97d61bb94163aa7294b307624a00f662 to your computer and use it in GitHub Desktop.
module_load_include('inc', 'uuid', 'uuid.entity');
$node = entity_uuid_load("node", array("ff355981-9c66-4847-8905-82db742ec112"));
$node[2]->uid = "c9993341-a57b-4318-ab33-fb01aa38084a";
entity_uuid_save("node", $node[2]);
dpm(node_load(2));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment