You are here

function emvideo_emfield_settings in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/emvideo.module \emvideo_emfield_settings()
  2. 6.2 contrib/emvideo/emvideo.module \emvideo_emfield_settings()

Implementation of hook_emfield_settings().

This would be to add any extra settings (besides providers) to the emfield settings configuration page.

File

contrib/emvideo/emvideo.module, line 214
Embedded Video module is a handler for 3rd party video files.

Code

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