You are here

function emvideo_dailymotion_emfield_subtheme in Embedded Media Field 6

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

Implementation of hook_emfield_subtheme.

File

contrib/emvideo/providers/dailymotion.inc, line 173
This include processes dailymotion media files for use by emfield.module.

Code

function emvideo_dailymotion_emfield_subtheme() {
  return array(
    'emvideo_dailymotion_flash' => array(
      'arguments' => array(
        'embed' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => NULL,
      ),
      'file' => 'providers/dailymotion.inc',
    ),
  );
}