media_soundcloud.module in Media: SoundCloud 6
Same filename and directory in other branches
Embedded Audio Field provider file for soundcloud.com.
File
media_soundcloud.moduleView source
<?php
/**
 *  @file
 *  Embedded Audio Field provider file for soundcloud.com.
 */
/**
 * Implementation of hook_emfield_providers().
 */
function media_soundcloud_emfield_providers($module, $provider = NULL) {
  if ($module == 'emaudio') {
    return drupal_system_listing("{$provider}\\.inc\$", drupal_get_path('module', 'media_soundcloud') . "/providers", 'name', 0);
  }
}Functions
| 
            Name | 
                  Description | 
|---|---|
| media_soundcloud_emfield_providers | Implementation of hook_emfield_providers(). |