You are here

function emimage_emfield_settings in Embedded Media Field 6.2

Same name and namespace in other branches
  1. 6.3 contrib/emimage/emimage.module \emimage_emfield_settings()
  2. 6 contrib/emimage/emimage.module \emimage_emfield_settings()

Implement hook_emimage_settings

File

contrib/emimage/emimage.module, line 44
Embedded Image module is a handler for images hosted on an external site.

Code

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