You are here

function imagefield_extended_custom_formatters_filefield_tokens in ImageField Extended 6.3

Same name and namespace in other branches
  1. 6.4 imagefield_extended.module \imagefield_extended_custom_formatters_filefield_tokens()

Implements hook_custom_formatters_field_tokens().

File

./imagefield_extended.module, line 505
Insert additional fields into an ImageField data array.

Code

function imagefield_extended_custom_formatters_filefield_tokens() {
  return array(
    'imagefield_extended',
  );
}