function emvideo_guba_emfield_subtheme in Embedded Media Field 6        
                          
                  
                        Same name and namespace in other branches
- 6.3 contrib/emvideo/providers/guba.inc \emvideo_guba_emfield_subtheme()
File
 
   - contrib/emvideo/providers/guba.inc, line 62
- Provide support for the Guba provider to the emfield.module.
Code
function emvideo_guba_emfield_subtheme() {
  return array(
    'emvideo_guba_flash' => array(
      'arguments' => array(
        'embed' => NULL,
        'width' => NULL,
        'height' => NULL,
        'autoplay' => NULL,
      ),
      'file' => 'providers/guba.inc',
    ),
  );
}