[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/audiofield/ -> audiofield.module (summary)

(no description)

File Size: 383 lines (14 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 28 functions

  audiofield_init()
  audiofield_menu()
  audiofield_perm()
  audiofield_filefield_sources_widgets()
  audiofield_admin_settings_form()
  audiofield_elements()
  audiofield_theme()
  audiofield_widget_info()
  audiofield_widget_settings()
  audiofield_widget()
  audiofield_field_formatter_info()
  audiofield_default_value()
  audiofield_form_content_field_overview_form_alter()
  audiofield_form_content_field_overview_submit()
  audiofield_get_player()
  audiofield_players()
  audiofield_embeddedplayer()
  audiofield_wpaudioplayer()
  theme_audiofield_players_wpaudioplayer()
  audiofield_xspf_slim()
  theme_audiofield_players_xspf_slim()
  audiofield_premium_beat_single_track()
  theme_audiofield_players_premium_beat_single_track()
  audiofield_premium_beat_thin()
  theme_audiofield_players_premium_beat_thin()
  audiofield_premium_beat_mini()
  theme_audiofield_players_premium_beat_mini()
  audiofield_flowplayer()

Functions
Functions that are not part of a class:

audiofield_init()   X-Ref
Implementation of hook_init().

Load required includes.

audiofield_menu()   X-Ref
Implementation of hook_menu().


audiofield_perm()   X-Ref
Implementation of hook_perm().


audiofield_filefield_sources_widgets()   X-Ref
Implementation of hook_filefield_sources_widgets().

This returns a list of widgets that are compatible with FileField Sources.

audiofield_admin_settings_form()   X-Ref
No description

audiofield_elements()   X-Ref
Implementation of hook_elements().


audiofield_theme()   X-Ref
Implementation of hook_theme().


audiofield_widget_info()   X-Ref
No description

audiofield_widget_settings($op, $widget)   X-Ref
Implementation of CCK's hook_widget_settings().


audiofield_widget(&$form, &$form_state, $field, $items, $delta = 0)   X-Ref
Implementation of CCK's hook_widget().

Assign default properties to item and delegate to audiofield.

audiofield_field_formatter_info()   X-Ref
Implementation of hook_field_formatter_info().

All fields should have a 'default' formatter.
Any number of other formatters can be defined as well.
It's nice for there always to be a 'plain' option
for the raw value, but that is not required.


audiofield_default_value(&$form, &$form_state, $field, $delta)   X-Ref
Implementation of CCK's hook_default_value().


audiofield_form_content_field_overview_form_alter(&$form, &$form_state)   X-Ref
Implementation of hook_form_[form_id]_alter().

Modify the add new field form to change the default formatter.

audiofield_form_content_field_overview_submit(&$form, &$form_state)   X-Ref
Submit handler to set a new field's formatter to "audiofield_embedded".


audiofield_get_player($audio_url, $op)   X-Ref
Get the object for the suitable player for the parameter resource


audiofield_players()   X-Ref
Implementation of hook_audiofield_players().


audiofield_embeddedplayer($audio_file)   X-Ref
No description

audiofield_wpaudioplayer($player_path, $audio_file)   X-Ref
No description

theme_audiofield_players_wpaudioplayer($player_path, $audio_file)   X-Ref
No description

audiofield_xspf_slim($player_path, $audio_file)   X-Ref
No description

theme_audiofield_players_xspf_slim($player_path, $audio_file)   X-Ref
No description

audiofield_premium_beat_single_track($player_path, $audio_file)   X-Ref
No description

theme_audiofield_players_premium_beat_single_track($player_path, $audio_file)   X-Ref
No description

audiofield_premium_beat_thin($player_path, $audio_file)   X-Ref
No description

theme_audiofield_players_premium_beat_thin($player_path, $audio_file)   X-Ref
No description

audiofield_premium_beat_mini($player_path, $audio_file)   X-Ref
No description

theme_audiofield_players_premium_beat_mini($player_path, $audio_file)   X-Ref
No description

audiofield_flowplayer($player_path, $audio_file)   X-Ref
No description



Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7