You are here

function emaudio_custom_url_emfield_subtheme in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emaudio/providers/custom_url.inc \emaudio_custom_url_emfield_subtheme()

Implementation of hook_emfield_subtheme.

File

contrib/emaudio/providers/custom_url.inc, line 161
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',
    ),
  );
}