You are here

function video_cck_google_request in Embedded Media Field 5

1 call to video_cck_google_request()
video_cck_google_data in contrib/video_cck/providers/google.inc
hook emfield_PROVIDER_data

File

contrib/video_cck/providers/google.inc, line 44

Code

function video_cck_google_request($embed, $cacheable = TRUE) {
  $args = array(
    'docid' => $embed,
  );
  return module_invoke('emfield', 'request_xml', 'google', VIDEO_CCK_GOOGLE_XML, $args, $cacheable);
}