Skip to content

Instantly share code, notes, and snippets.

@mbopp
Last active May 16, 2016 15:15
Show Gist options
  • Save mbopp/e27b16db2ebd8e6cb667beb10a30b18b to your computer and use it in GitHub Desktop.
Save mbopp/e27b16db2ebd8e6cb667beb10a30b18b to your computer and use it in GitHub Desktop.
<?php
$node = node_load($form_state['values']['nid']);
$node->field_some_youtube_video = $form_state['values']['video'];
field_attach_presave('node', $node);
field_attach_update('node', $node);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment