function emaudio_custom_url_emfield_subtheme in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emaudio/providers/custom_url.inc \emaudio_custom_url_emfield_subtheme()
Implementation of hook_emfield_subtheme.
File
- contrib/
emaudio/ providers/ custom_url.inc, line 165 - This is an include file used by emfield.module.
Code
function emaudio_custom_url_emfield_subtheme() {
return array(
'emaudio_custom_url_flash' => array(
'arguments' => array(
'url' => NULL,
'width' => NULL,
'height' => NULL,
'field' => NULL,
'data' => NULL,
'node' => NULL,
'autoplay' => NULL,
),
'file' => 'providers/custom_url.inc',
),
);
}