function emvideo_google_emfield_subtheme in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/providers/google.inc \emvideo_google_emfield_subtheme()
Implementation of hook_emfield_subtheme.
File
- contrib/
emvideo/ providers/ google.inc, line 215 - This include processes Google.com media files for use by emfield.module
Code
function emvideo_google_emfield_subtheme() {
return array(
'emvideo_google_flash' => array(
'arguments' => array(
'embed' => NULL,
'width' => NULL,
'height' => NULL,
'autoplay' => NULL,
),
'file' => 'providers/google.inc',
),
);
}