You are here

function hook_scald_fetch in Scald: Media Management made easy 6

Same name and namespace in other branches
  1. 7 scald.api.php \hook_scald_fetch()

Implementation of hook_scald_fetch().

4 functions implement hook_scald_fetch()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

mee_scald_fetch in mee/mee.module
Implementation of hook_scald_fetch().
scald_composite_scald_fetch in scald_composite/scald_composite.module
Implementation of hook_scald_fetch().
scald_dailymotion_scald_fetch in scald_dailymotion/scald_dailymotion.module
Implements hook_scald_fetch.
scald_example_content_type_scald_fetch in scald_example_content_type/scald_example_content_type.module
Implements hook_scald_fetch.

File

scald_image/scald_image.module, line 99

Code

function hook_scald_fetch(&$atom, $mode) {
}