function imagefield_extended_custom_formatters_filefield_tokens in ImageField Extended 6.4
Same name and namespace in other branches
- 6.3 imagefield_extended.module \imagefield_extended_custom_formatters_filefield_tokens()
Implements hook_custom_formatters_field_tokens().
File
- ./
imagefield_extended.module, line 489 - Insert additional fields into a FileField / ImageField data array.
Code
function imagefield_extended_custom_formatters_filefield_tokens() {
return array(
'imagefield_extended',
);
}