Skip to content

Instantly share code, notes, and snippets.

@init90
Last active May 5, 2018 21:03
Show Gist options
  • Select an option

  • Save init90/63add6348445bb66f58faebd3e2bf37f to your computer and use it in GitHub Desktop.

Select an option

Save init90/63add6348445bb66f58faebd3e2bf37f to your computer and use it in GitHub Desktop.
drupal 7, remove one value from multiple entity reference field.
$exam_wrp = entity_metadata_wrapper('event', 10);
$exam_wrp->field_assignee[ITEM_KEY]->set();
$exam_wrp->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment