function emvideo_emfield_settings in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/emvideo.module \emvideo_emfield_settings()
- 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 197 - Embedded Video module is a handler for 3rd party video files.
Code
function emvideo_emfield_settings() {
$form = array();
return $form;
}