function emaudio_podomatic_settings in Embedded Media Field 6
Same name and namespace in other branches
- 5 contrib/emaudio/providers/podomatic.inc \emaudio_podomatic_settings()
- 6.3 contrib/emaudio/providers/podomatic.inc \emaudio_podomatic_settings()
hook emaudio_PROVIDER_settings this should return a subform to be added to the emaudio_settings() admin settings page. note that a form field will already be provided, at $form['PROVIDER'] (such as $form['podomatic']) so if you want specific provider settings within that field, you can add the elements to that form field.
File
- contrib/
emaudio/ providers/ podomatic.inc, line 42 - This include processes Podomatic audio files for use by emaudio.module.
Code
function emaudio_podomatic_settings() {
$form = array();
return $form;
}