You are here

function emaudio_podcastalley_settings in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 5 contrib/emaudio/providers/podcastalley.inc \emaudio_podcastalley_settings()
  2. 6 contrib/emaudio/providers/podcastalley.inc \emaudio_podcastalley_settings()

Implementation of hook emaudio_podcastalley_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['podcastalley']. So if you want specific provider settings within that field, you can add the elements to that form field.

File

contrib/emaudio/providers/podcastalley.inc, line 46
This include processes Podcastalley audio files for use by emaudio.module.

Code

function emaudio_podcastalley_settings() {
  $form = array();
  return $form;
}