You are here

function emvideo_lastfm_settings in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/providers/lastfm.inc \emvideo_lastfm_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['lastfm']) so if you want specific provider settings within that field, you can add the elements to that form field.

File

contrib/emvideo/providers/lastfm.inc, line 42
Provide support for Last.fm to the emfield.module.

Code

function emvideo_lastfm_settings() {
}