You are here

function emvideo_sevenload_settings in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/providers/sevenload.inc \emvideo_sevenload_settings()

hook emvideo_PROVIDER_settings this should return a subform to be added to the emvideo_settings() admin settings page. note that a form field will already be provided, at $form['PROVIDER'] (such as $form['youtube']) so if you want specific provider settings within that field, you can add the elements to that form field.

File

contrib/emvideo/providers/sevenload.inc, line 40
This include processes Sevenload media files for use by emfield.module.

Code

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