Guest User

Untitled

a guest
Dec 8th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. //class:DrupalfileEntityFile
  2. $file=file_save_data($image_data,$save_path,FILE_EXISTS_REPLACE);
  3.  
  4. //field_someimage = entity 'image' field
  5. //field class:FileFieldItemList
  6. //It contains objects with class FieldTypeImageItem
  7. $field_someimage=$entity->get('field_someimage');
Add Comment
Please, Sign In to add comment