Estou escrevendo um script para adicionar nós programaticamente e não sei a maneira correta de adicionar / anexar imagem. Na verdade, eu não estou tão familiarizado com Drupal.
Aqui são a imagem (amostra) objetos que encontrei enquanto print_r
ing o existente $node
que estou usando:
field_image: Matriz ([und] => Matriz ([0] => Matriz ([fxid] => 3089 [alt] => [title] => [width] => 95 [height] => 126 [uid] = > 249 [filename] => helloworld.jpg [uri] => public: //helloworld.jpg [filemime] => image / jpeg [filesize] => 3694 [status] => 1 [timestamp] => 1346748001 [tipo ] => imagem [media_title] => Matriz () [media_description] => Matriz () [field_tags] => Matriz () [field_license] => Matriz ([und] => Matriz ([0] => Matriz ([ valor] => nada))) [metatags] => Matriz () [rdf_mapping] => Matriz ())))
O próximo que eu encontrei é o seguinte.
field_temp_image: Matriz ([und] => Matriz ([0] => Matriz ([valor] => http://www.example.com/sample-path/helloworld.jpg [format] => [safe_value] => http://www.example.com/sample-path/helloworld.jpg))) `
Como devo adicionar uma imagem a esse nó dessa maneira?