You are here

function emvideo_zzz_custom_url_emfield_subtheme in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/providers/zzz_custom_url.inc \emvideo_zzz_custom_url_emfield_subtheme()

Implementation of hook_emfield_subtheme.

File

contrib/emvideo/providers/zzz_custom_url.inc, line 277
This is an include file used by emfield.module.

Code

function emvideo_zzz_custom_url_emfield_subtheme() {
  return array(
    'emvideo_zzz_custom_url_embedded_video' => array(
      'arguments' => array(
        'type' => NULL,
        'url' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => FALSE,
        'field' => NULL,
        'item' => NULL,
      ),
      'file' => 'providers/zzz_custom_url.inc',
    ),
  );
}