You are here

function emaudio_emfield_settings in Embedded Media Field 5

Same name and namespace in other branches
  1. 6.3 contrib/emaudio/emaudio.module \emaudio_emfield_settings()
  2. 6 contrib/emaudio/emaudio.module \emaudio_emfield_settings()
  3. 6.2 contrib/emaudio/emaudio.module \emaudio_emfield_settings()

Implement hook_settings

File

contrib/emaudio/emaudio.module, line 24

Code

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