You are here

function emwave_google_data in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emwave/providers/google.inc \emwave_google_data()
  2. 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;
}