function emwave_google_data in Embedded Media Field 6.3
Same name and namespace in other branches
- 6 contrib/emwave/providers/google.inc \emwave_google_data()
- 6.2 contrib/emwave/providers/google.inc \emwave_google_data()
File
- contrib/
emwave/ providers/ google.inc, line 33 - This include processes google.com wave files for use by emfield.module.
Code
function emwave_google_data($field, $item) {
$data = array();
return $data;
}