Skip to content

Instantly share code, notes, and snippets.

@alexpott
Created March 14, 2013 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexpott/5161620 to your computer and use it in GitHub Desktop.
Save alexpott/5161620 to your computer and use it in GitHub Desktop.
Array to object conversion...
+function field_create_field(array $field) {
+ $field = entity_create('field_entity', $field);
+ $field->save();
return $field;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment