You are here

function emvideo_imeem_request in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/providers/imeem.inc \emvideo_imeem_request()
1 call to emvideo_imeem_request()
emvideo_imeem_thumbnail in contrib/emvideo/providers/imeem.inc

File

contrib/emvideo/providers/imeem.inc, line 47

Code

function emvideo_imeem_request($embed, $cacheable = TRUE) {
  $args = array(
    'docid' => $embed,
  );
  return module_invoke('emfield', 'request_xml', 'imeem', EMVIDEO_IMEEM_XML . $embed . '&version=1.0', $args, $cacheable);
}