Skip to content

Instantly share code, notes, and snippets.

@alex-kirienko
Last active January 28, 2016 05:22
Show Gist options
  • Save alex-kirienko/6e342ee83a297d3ae15e to your computer and use it in GitHub Desktop.
Save alex-kirienko/6e342ee83a297d3ae15e to your computer and use it in GitHub Desktop.
Drupal: Update field collection item without updating host entity.
<?php
if ($fci = field_collection_item_load($fid)) {
$fci->save(TRUE);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment