array( 'label' => t('ListenUp player'), 'field types' => array('AudioRecordingField'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link_to_file' => array( 'label' => t('Link to file'), 'field types' => array('AudioRecordingField'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/AudioRecordingField/AudioRecordingField.module:DRUPAL-6--1 function AudioRecordingField_field_formatter_info() { return array( 'listenup_player' => array( 'label' => t('ListenUp player'), 'field types' => array('AudioRecordingField'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link_to_file' => array( 'label' => t('Link to file'), 'field types' => array('AudioRecordingField'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/aclfield/aclfield.module:HEAD function aclfield_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('aclfield'), ), ); // contributions/modules/acrobat_connect/acrobat_connect_field.module:HEAD function acrobat_connect_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Link to the room'), 'field types' => array('acrobat_connect_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Room number'), 'field types' => array('acrobat_connect_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/ad_gallery/Attic/ad_gallery.module:HEAD /* N/A */ // contributions/modules/ad_gallery/Attic/ad_gallery.module:DRUPAL-6--1 function ad_gallery_field_formatter_info() { return array( 'ad_gallery_default' => array( 'label' => t('AD Gallery'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MULTIPLE, 'description' => t('Display image fields in an AD Gallery.'), ), ); // contributions/modules/addresses/Attic/addresses_cck.module:HEAD /* N/A */ // contributions/modules/addresses/Attic/addresses_node_cck.module:HEAD /* N/A */ // contributions/modules/addresses/addresses_cck/addresses_cck.module:HEAD function addresses_cck_field_formatter_info() { $default = array( 'arguments' => array('element'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('addresses_cck'), ); $formatters = array( 'default' => array( 'label' => t('Default'), 'arguments' => array('element'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('addresses_cck'), ), 'single_line' => array( 'label' => t('Single Line'), 'arguments' => array('element'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('addresses_cck'), ), ); $afields = module_invoke_all('addressesfieldapi', 'fields'); foreach ($afields as $ftype => $field) { if (!empty($field['theme'])) { foreach ($field['theme'] as $theme => $description) { $formatters['addresses_field_'. $theme] = $default; $formatters['addresses_field_'. $theme]['label'] = $description; } } } return $formatters; // contributions/modules/addresses/addresses_cck/addresses_cck.module:DRUPAL-6--2 /* N/A */ // contributions/modules/addressfield/addressfield.module:HEAD function addressfield_field_formatter_info() { return array( 'addressfield_default' => array( 'label' => t('Default'), 'field types' => array('addressfield'), ), ); // contributions/modules/addthis/addthis.module:HEAD function addthis_field_formatter_info() { return array( 'addthis_default' => array( 'label' => t('Default'), 'field types' => array('addthis', 'addthis_long', 'addthis_with_summary'), ), ); // contributions/modules/addthis/addthis.module:DRUPAL-5--2 /* N/A */ // contributions/modules/addthis/addthis.module:DRUPAL-6--1 /* N/A */ // contributions/modules/addthis/addthis.module:DRUPAL-6--2 /* N/A */ // contributions/modules/addthis/addthis.module:DRUPAL-6--3 /* N/A */ // contributions/modules/addthis/addthis.module:DRUPAL-7--2 /* N/A */ // contributions/modules/addthis/at_cck_field/Attic/at_cck_field.module:HEAD /* N/A */ // contributions/modules/addthis/at_cck_field/Attic/at_cck_field.module:DRUPAL-6--3 /* N/A */ // contributions/modules/advimage/advimage.module:HEAD function advimage_field_formatter_info(){ return array( 'advimage_advgallery_teaser' => array( 'label' => t('Advimage teaser: Show image gallery teaser'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'advimage_advgallery_full' => array( 'label' => t('Advimage full: Show image gallery instead of all'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/aef_easy_view/aef_easy_view_field.inc:HEAD function aef_easy_view_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('viewinstancereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/aef_image/aef_image_field.inc:HEAD function aef_image_field_formatter_info() { $result = array( 'default' => array( 'label' => t('Default: Image with title, legend and credits'), 'field types' => array('aef_image'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'imageonly' => array( 'label' => t('Image only'), 'field types' => array('aef_image'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); //Custom imagecache formatters selected in the admin panel foreach(variable_get('aef_image_generated_imagecache_formatters', array()) as $imagecache_preset) { $result['default_' . $imagecache_preset] = array( 'label' => t('Image with title, legend and credits (!preset preset)', array('!preset' => $imagecache_preset)), 'field types' => array('aef_image'), 'multiple values' => CONTENT_HANDLE_CORE, ); $result['imageonly_' . $imagecache_preset] = array( 'label' => t('Image only (!preset preset)', array('!preset' => $imagecache_preset)), 'field types' => array('aef_image'), 'multiple values' => CONTENT_HANDLE_CORE, ); } return $result; // contributions/modules/aef_multimedia_element/aef_multimedia_element.module:HEAD function aef_multimedia_element_field_formatter_info() { $module_path = drupal_get_path('module','aef_multimedia_element'); $formatters = array( 'multimedia_element_embedded' => array( 'label' => t('Multimedia element: Fixed width to embedd'), 'field types' => array('nodereference'), 'description' => t('Displays the multimedia element in a compact manner.'), 'suitability callback' => 'aef_ct_is_formatter_suitable', 'suitability callback arguments' => array('type' => 'element_multimedia'), ), 'multimedia_element_wide' => array( 'label' => t('Multimedia element: Default full width'), 'field types' => array('nodereference'), 'description' => t('Displays the multimedia element using all the available width.'), 'suitability callback' => 'aef_ct_is_formatter_suitable', 'suitability callback arguments' => array('type' => 'element_multimedia'), ), 'multimedia_element_wide_2' => array( 'label' => t('Multimedia element: Full width 2'), 'field types' => array('nodereference'), 'description' => t('Displays the multimedia element using all the available width.'), 'suitability callback' => 'aef_ct_is_formatter_suitable', 'suitability callback arguments' => array('type' => 'element_multimedia'), ), ); return $formatters; // contributions/modules/aef_nodeselect/aef_nodeselect.module:HEAD function aef_nodeselect_field_formatter_info() { $formatters = array( 'aef_nodeselect_preview' => array( 'label' => t('Global: Search result entry for nodeselect'), 'field types' => array('nodereference'), 'description' => t('Preview for search results.'), ), ); return $formatters; // contributions/modules/aef_table/aef_table_field.inc:HEAD function aef_table_field_formatter_info() { return array( 'default' => array( 'label' => t('Default: HTML table'), 'field types' => array('aef_table'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/alfresco/alfresco_field/Attic/alfresco_field.module:HEAD /* N/A */ // contributions/modules/alfresco/alfresco_field/Attic/alfresco_field.module:DRUPAL-6--1 function alfresco_field_field_formatter_info() { return array( // The machine name of the formatter. 'default' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('Default'), // An array of the field types this formatter // can be used on. 'field types' => array('alfresco_field'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('alfresco_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/am/assetfield/Attic/assetfield.module:HEAD /* N/A */ // contributions/modules/amazon/Attic/asin.module:HEAD /* N/A */ // contributions/modules/amazon/Attic/asin.module:DRUPAL-6--1 /* N/A */ // contributions/modules/amazon/Attic/asin.module:DRUPAL-6--2 function asin_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('asin'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/amazon/asin/asin.module:HEAD function asin_field_formatter_info() { return array( 'default' => array( 'label' => t('Thumbnail with title'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'details' => array( 'label' => t('Thumbnail with details'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'thumbnail' => array( 'label' => t('Thumbnail image'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'medium' => array( 'label' => t('Medium image'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'large' => array( 'label' => t('Large image'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'inline' => array( 'label' => t('Link to item'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), ); // contributions/modules/amazon/asin/asin.module:DRUPAL-6--1 function asin_field_formatter_info() { return array( 'default' => array( 'label' => t('Small image and basic info'), 'field types' => array('asin'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'details' => array( 'label' => t('Small image and full info'), 'field types' => array('asin'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbnail' => array( 'label' => t('Large image'), 'field types' => array('asin'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'inline' => array( 'label' => t('Title as link'), 'field types' => array('asin'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/amazon/asin/asin.module:DRUPAL-6--2 function asin_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('asin'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'inline' => array( 'label' => 'Title only', 'field types' => array('asin'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbnail' => array( 'label' => 'Product thumbnail', 'field types' => array('asin'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/annotation/annotation_image/annotation_image.module:HEAD function annotation_image_field_formatter_info() { $formatters = array( 'annotation_image' => array( 'label' => t('Image with annotations'), 'field types' => array('image', 'filefield'), 'suitability callback' => 'annotation_image_handles_file', 'css' => array(drupal_get_path('module','annotation_image') .'/tag.css'), 'description' => t('Display a picture and its annotations.'), ), ); return $formatters; // contributions/modules/annotationfield/annotationfield.module:HEAD function annotationfield_field_formatter_info() { return array( 'default' => array( 'label' => 'Annotated Field', 'field types' => array('annotation_field'), ), 'fragment' => array( 'label' => 'Annotated Fragment', 'field types' => array('annotation_field'), ), 'full' => array( 'label' => 'Annotated Node (all fields)', 'field types' => array('annotation_field'), ), 'noderef_link' => array( 'label' => 'Link to annotated node', 'field types' => array('annotation_field', 'nodereference'), ), 'noderef_nolink' => array( 'label' => "Annotated node's title (no link)", 'field types' => array('annotation_field', 'nodereference'), ), ); // contributions/modules/arphp/modules/arphp_date/arphp_date.module:HEAD function arphp_date_field_formatter_info() { $formatters = array(); $result = db_query('SELECT * FROM {arphp_date_formatter} WHERE status > 0'); while ($formatter = db_fetch_object($result)) { $formatters[$formatter->machine_name] = array( 'label' => $formatter->label, 'field types' => array('date', 'datestamp'), ); } return $formatters; // contributions/modules/arphp/modules/arphp_date/arphp_date.module:DRUPAL-6--1 function arphp_date_field_formatter_info() { $formatters = array(); $result = db_query('SELECT * FROM {arphp_date_formatter} WHERE status > 0'); while ($formatter = db_fetch_object($result)) { $formatters[$formatter->machine_name] = array( 'label' => $formatter->label, 'field types' => array('date', 'datestamp'), ); } return $formatters; // contributions/modules/asin/Attic/asin.module:HEAD /* N/A */ // contributions/modules/asin/Attic/asin.module:DRUPAL-5 function asin_field_formatter_info() { return array( 'default' => array( 'label' => t('Cover & publishing info'), 'field types' => array('asin'), ), 'cover' => array( 'label' => t('Cover image'), 'field types' => array('asin'), ), 'cover_small' => array( 'label' => t('Cover image (small)'), 'field types' => array('asin'), ), 'cover_large' => array( 'label' => t('Cover image (large)'), 'field types' => array('asin'), ), 'tagline' => array( 'label' => t('Publishing info only'), 'field types' => array('asin'), ), ); // contributions/modules/asset/inc/modules/Attic/asset_content.inc:HEAD /* N/A */ // contributions/modules/asset/inc/modules/Attic/asset_content.inc:DRUPAL-6--1 function asset_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('asset'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/asset/modules/asset_content.inc:HEAD function asset_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('asset'), ), 'icon' => array( 'label' => t('Asset Icon'), 'field types' => array('asset'), ), ); $asset_formatters = asset_get_formatters(); foreach($asset_formatters as $key => $formatter){ $formatters[$key] = array( 'label' => $formatter->name, 'field types' => array('asset'), ); } return $formatters; // contributions/modules/asset/modules/asset_content.inc:DRUPAL-5 function asset_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('asset'), ), ); // contributions/modules/asset/modules/asset_content.inc:DRUPAL-5--2 function asset_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('asset'), ), 'icon' => array( 'label' => t('Asset Icon'), 'field types' => array('asset'), ), ); $asset_formatters = asset_get_formatters(); foreach ($asset_formatters as $key => $formatter) { $formatters[$key] = array( 'label' => $formatter->name, 'field types' => array('asset'), ); } return $formatters; // contributions/modules/asset/modules/asset_content.inc:DRUPAL-6--1 function asset_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('asset'), ), ); // contributions/modules/asset_api/aapi_cck/aapi_cck.module:HEAD function aapi_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('text'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('text'), ), 'trimmed' => array( 'label' => 'Trimmed', 'field types' => array('text'), ), ); // contributions/modules/assetfield/assetfield.module:HEAD function assetfield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'field types' => array('assetfield'), ), ); if (module_exists('imagecache')) { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters['imagecache_' . $rulename] = array( 'label' => $rulename, 'field types' => array('assetfield'), ); } } return $formatters; // contributions/modules/assetfield/assetfield.module:DRUPAL-5 function assetfield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'field types' => array('assetfield'), ), ); if (module_exists('imagecache')) { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters['imagecache_' . $rulename] = array( 'label' => $rulename, 'field types' => array('assetfield'), ); } } return $formatters; // contributions/modules/assetfield/assetfield.module:DRUPAL-6--1 function assetfield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'field types' => array('assetfield'), ), ); if (module_exists('imagecache')) { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters['imagecache_' . $rulename] = array( 'label' => $rulename, 'field types' => array('assetfield'), ); } } return $formatters; // contributions/modules/attribute/attribute.module:HEAD function attribute_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('attribute'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/attribute/attribute.module:DRUPAL-6--1 function attribute_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('attribute'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/audio/contrib/attach/audio_attach.module:HEAD function audio_attach_field_formatter_info() { return array( 'audio_attach' => array( 'label' => t('Attached audio'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/audio/contrib/attach/audio_attach.module:DRUPAL-4-7 /* N/A */ // contributions/modules/audio/contrib/attach/audio_attach.module:DRUPAL-5--2 /* N/A */ // contributions/modules/audiofield/Attic/audio.field.inc:HEAD /* N/A */ // contributions/modules/audiofield/Attic/audio.field.inc:DRUPAL-7--1 function audiofield_field_formatter_info() { $formatters = array( 'audiofield_embedded' => array( 'label' => t('Audio'), 'field types' => array('filefield'), 'description' => t('Displays audio embedded in a web page.'), ), ); return $formatters; // contributions/modules/audiofield/audiofield.module:HEAD function audiofield_field_formatter_info() { $formatters = array( 'audiofield_embedded' => array( 'label' => t('Audio'), 'field types' => array('filefield'), 'description' => t('Displays audio embedded in a web page.'), ), ); return $formatters; // contributions/modules/audiofield/audiofield.module:DRUPAL-7--1 /* N/A */ // contributions/modules/audiosoxfield/audiosoxfield.module:HEAD function audiosoxfield_field_formatter_info() { $formatters = array( 'audiosoxfield_embedded' => array( 'label' => t('audiosoxfield embedded'), 'field types' => array('filefield'), 'description' => t('Displays video embedded in a web page.'), ), ); return $formatters; // contributions/modules/audiosoxfield/audiosoxfield.module:DRUPAL-6--1 function audiosoxfield_field_formatter_info() { $formatters = array( 'audiosoxfield_embedded' => array( 'label' => t('audiosoxfield embedded'), 'field types' => array('filefield'), 'description' => t('Displays video embedded in a web page.'), ), ); return $formatters; // contributions/modules/autocreate/autocreate.module:HEAD function autocreate_field_formatter_info() { return array( 'default' => array( 'label' => 'Title (link)', 'field types' => array('autocreate'), ), 'full' => array( 'label' => t('Full node'), 'field types' => array('autocreate'), ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('autocreate'), ), ); // contributions/modules/autocreate/autocreate.module:DRUPAL-5 function autocreate_field_formatter_info() { return array( 'default' => array( 'label' => 'Title (link)', 'field types' => array('autocreate'), ), ); // contributions/modules/autocreate/autocreate.module:DRUPAL-5--2 function autocreate_field_formatter_info() { return array( 'default' => array( 'label' => 'Title (link)', 'field types' => array('autocreate'), ), ); // contributions/modules/autocreate/autocreate.module:DRUPAL-6--1 function autocreate_field_formatter_info() { return array( 'default' => array( 'label' => 'Title (link)', 'field types' => array('autocreate'), ), ); // contributions/modules/autocreate/autocreate.module:DRUPAL-6--2 function autocreate_field_formatter_info() { return array( 'default' => array( 'label' => 'Title (link)', 'field types' => array('autocreate'), ), 'full' => array( 'label' => t('Full node'), 'field types' => array('autocreate'), ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('autocreate'), ), ); // contributions/modules/autonode/autonode.module:HEAD function autonode_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('autonode'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('autonode'), ), ); // contributions/modules/autonode/autonode.module:DRUPAL-5 function autonode_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('autonode'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('autonode'), ), ); // contributions/modules/awesomerelationship/awesomerelationship.field.inc:HEAD function awesomerelationship_field_formatter_info() { return array( 'awesomerelationship_default' => array( 'label' => t('Default'), 'field types' => array('awesomerelationship'), ), ); // contributions/modules/awesomerelationship/awesomerelationship.module:HEAD /* N/A */ // contributions/modules/awesomerelationship/awesomerelationship.module:DRUPAL-7--1 function awesomerelationship_field_formatter_info() { return array( 'awesomerelationship_default' => array( 'label' => t('Default'), 'field types' => array('awesomerelationship'), ), ); // contributions/modules/backgroundfield/backgroundfield.module:HEAD function backgroundfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Background Field'), 'field types' => array('backgroundfield'), 'multiple values' => CONTENT_HANDLE_CORE ), ); // contributions/modules/backgroundfield/backgroundfield.module:DRUPAL-6--1 function backgroundfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Background Field'), 'field types' => array('backgroundfield'), 'multiple values' => CONTENT_HANDLE_CORE ), ); // contributions/modules/banking/banking.module:HEAD function banking_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('banking_bic', 'banking_iban'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/barcode/Attic/barcodefield.module:HEAD /* N/A */ // contributions/modules/barcode/Attic/barcodefield.module:DRUPAL-6--2 function barcode_field_formatter_info() { $formats = array( 'default' => array( 'label' => t('Barcode Image'), 'field types' => array('barcode', 'title'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Barcode Text'), 'field types' => array('barcode', 'title'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); return $formats; // contributions/modules/barcode/Attic/barcodefield.module:DRUPAL-7--2 /* N/A */ // contributions/modules/barcode/barcode.module:HEAD function barcode_field_formatter_info() { $formats = array( 'default' => array( 'label' => t('Barcode Image'), 'field types' => array('barcode','title'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Barcode Text'), 'field types' => array('barcode','title'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); return $formats; // contributions/modules/barcode/barcode.module:DRUPAL-6--1 function barcode_field_formatter_info() { $formats = array( 'default' => array( 'label' => t('Barcode Image'), 'field types' => array('barcode','title'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Barcode Text'), 'field types' => array('barcode','title'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); return $formats; // contributions/modules/barcode/barcode.module:DRUPAL-6--2 /* N/A */ // contributions/modules/barcode/barcode.module:DRUPAL-7--2 function barcode_field_formatter_info() { return array( 'default' => array( 'label' => t('Barcode Image'), 'field types' => array('barcode'), ), 'plain' => array( 'label' => t('Barcode Text'), 'field types' => array('barcode'), ), ); // contributions/modules/bd_video/includes/modules/content.inc:HEAD function bd_video_field_formatter_info() { return array( 'default' => array( 'label' => 'Inline player', 'field types' => array('bd_video'), ), 'preview_image_link' => array( 'label' => 'Preview image - link to node', 'field types' => array('bd_video'), ) ); // contributions/modules/bd_video/includes/modules/content.inc:DRUPAL-6--1 function bd_video_field_formatter_info() { return array( 'default' => array( 'label' => 'Inline player', 'field types' => array('bd_video'), ), 'preview_image_link' => array( 'label' => 'Preview image - link to node', 'field types' => array('bd_video'), ) ); // contributions/modules/bible_field/bible_field.module:HEAD function bible_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Bible reference display'), 'field types' => array('bible_field'), ), ); // contributions/modules/bible_field/bible_field.module:DRUPAL-6--1 function bible_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Bible reference display'), 'field types' => array('bible_field'), ), ); // contributions/modules/bible_reference/bible_reference.module:HEAD function bible_reference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('bible_reference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('bible_reference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full Reference'), 'field types' => array('bible_reference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/bittorrent/bt_torrent/bt_torrent.module:HEAD function bt_torrent_field_formatter_info() { $module_path = drupal_get_path('module', 'bt_torrent'); $formatters = array( 'default' => array( 'label' => t('BitTorrent'), 'field types' => array('torrent'), 'css' => array($module_path .'/bt_torrent.css'), 'description' => t('Link to the torrent and list its contents.'), ), ); return $formatters; // contributions/modules/bittorrent/bt_torrent/bt_torrent.module:DRUPAL-6--9 function bt_torrent_field_formatter_info() { $module_path = drupal_get_path('module', 'bt_torrent'); $formatters = array( 'torrent_content' => array( 'label' => t('BitTorrent'), 'field types' => array('filefield'), 'css' => array($module_path .'/bt_torrent.css'), 'description' => t('Link to the torrent and list its contents.'), ), ); return $formatters; // contributions/modules/block2field/block2field.module:HEAD function block2field_field_formatter_info() { return array( 'block2field' => array( 'label' => t('Block2Field'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/blockreference/blockreference.module:HEAD function blockreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('blockreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/blockreference/blockreference.module:DRUPAL-6--1 function blockreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('blockreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'without_title' => array( 'label' => t('Normal, without title'), 'field types' => array('blockreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain (info)'), 'field types' => array('blockreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'title' => array( 'label' => t('Title only'), 'field types' => array('blockreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/blockreference/blockreference.module:DRUPAL-7--1 function blockreference_field_formatter_info() { $ret = array( 'blockreference_default' => array( 'label' => t('Default (title and content)'), 'description' => t('Display the title and content of a block.'), 'field types' => array('blockreference'), ), 'blockreference_without_title' => array( 'label' => t('Content only'), 'description' => t('Display the content of a block. Do not display the title.'), 'field types' => array('blockreference'), ), 'blockreference_title' => array( 'label' => t('Title only'), 'description' => t('Display the title of a block. Do not display the content.'), 'field types' => array('blockreference'), ), 'blockreference_plain' => array( 'label' => t('Info'), 'description' => t('Display the info text of a block.'), 'field types' => array('blockreference'), ), ); return $ret; // contributions/modules/bodybuilder/Attic/bodypart.module:HEAD /* N/A */ // contributions/modules/bodybuilder/Attic/bodypart.module:DRUPAL-5 function bodypart_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('bodypart'), ), ); // contributions/modules/boolean/boolean.module:HEAD function boolean_field_formatter_info() { return array( 'number_boolean' => array( 'label' => t('Default'), 'field types' => array('number_boolean'), 'settings' => array( 'prefix_suffix' => TRUE, ), ), ); // contributions/modules/bounty/bounty.module:HEAD function bounty_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('bounty'), ), 'teaser' => array( 'label' => 'Teaser', 'field types' => array('bounty'), ) ); // contributions/modules/bounty/bounty.module:DRUPAL-5 function bounty_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('bounty'), ), 'teaser' => array( 'label' => 'Teaser', 'field types' => array('bounty'), ) ); // contributions/modules/bounty/bounty.module:DRUPAL-6--1 function bounty_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('bounty'), ), 'teaser' => array( 'label' => 'Teaser', 'field types' => array('bounty'), ) ); // contributions/modules/brazilian_ids/brazilianids_cck.inc:HEAD function brazilianids_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array( 'brazilianids_cpf', 'brazilianids_cnpj', 'brazilianids_cpfcnpj'), ), ); // contributions/modules/brazilian_ids/brazilianids_cck.inc:DRUPAL-6--1 function brazilianids_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array( 'brazilianids_cpf', 'brazilianids_cnpj', 'brazilianids_cpfcnpj'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array( 'brazilianids_cpf', 'brazilianids_cnpj', 'brazilianids_cpfcnpj'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/brightcove/brightcove_cck/Attic/brightcove_cck.module:HEAD /* N/A */ // contributions/modules/brightcove/brightcove_cck/Attic/brightcove_cck.module:DRUPAL-6--1 function brightcove_cck_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Standard video player'), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); $formatters['node_link_videoStillURL'] = array( 'label' => t('Default still image linked to node'), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); $formatters['node_link_thumbnailURL'] = array( 'label' => t('Default thumbnail linked to node'), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); $formatters['node_image_videoStillURL'] = array( 'label' => t('Default still image'), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); $formatters['node_image_thumbnailURL'] = array( 'label' => t('Default thumbnail'), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); if (module_exists('lightbox2')) { $formatters['lightbox2_player_videoStillURL'] = array( 'label' => t('Default still image -> Lightbox2 player'), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); $formatters['lightbox2_player_thumbnailURL'] = array( 'label' => t('Default thumbnail -> Lightbox2 player'), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); } if (module_exists('imagecache')) { $presets = imagecache_presets(); foreach($presets as $preset_id => $preset) { if (module_exists('lightbox2')) { $formatters['lightbox2_imagecache_' . $preset['presetname'] . '__thumbnailURL'] = array( 'label' => t('Imagecache @preset thumbnail -> Lightbox2 player', array('@preset' => $preset['presetname'])), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); $formatters['lightbox2_imagecache_' . $preset['presetname'] . '__videoStillURL'] = array( 'label' => t('Imagecache @preset still image -> Lightbox2 player', array('@preset' => $preset['presetname'])), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); } $formatters['node_link_imagecache_' . $preset['presetname'] . '__videoStillURL'] = array( 'label' => t('Imagecache @preset still image linked to node', array('@preset' => $preset['presetname'])), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); $formatters['node_link_imagecache_' . $preset['presetname'] . '__thumbnailURL'] = array( 'label' => t('Imagecache @preset thumbnail linked to node', array('@preset' => $preset['presetname'])), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); $formatters['node_image_imagecache_' . $preset['presetname'] . '__videoStillURL'] = array( 'label' => t('Imagecache @preset still image', array('@preset' => $preset['presetname'])), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); $formatters['node_image_imagecache_' . $preset['presetname'] . '__thumbnailURL'] = array( 'label' => t('Imagecache @preset thumbnail', array('@preset' => $preset['presetname'])), 'field types' => array('brightcove_video'), 'multiple values' => CONTENT_HANDLE_CORE, ); } } return $formatters; // contributions/modules/buildmodes/buildmodes.module:HEAD function buildmodes_field_formatter_info() { $modes = buildmodes_list_modes(TRUE); $info = array(); foreach ($modes as $mode => $value) { $info['buildmodes_'. $mode] = array( 'label' => $value['title'] .' build mode', 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ); } return $info; // contributions/modules/buildmodes/buildmodes.module:DRUPAL-6--1 function buildmodes_field_formatter_info() { $modes = buildmodes_list_modes(TRUE); $info = array(); foreach ($modes as $mode => $value) { $info['buildmodes_'. $mode] = array( 'label' => $value['title'] .' build mode', 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ); } return $info; // contributions/modules/button_field/button_field.module:HEAD function button_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('button_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/button_field/button_field.module:DRUPAL-6--1 function button_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('button_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // end return // contributions/modules/buzzthis/Attic/buzzthis.field.inc:HEAD /* N/A */ // contributions/modules/buzzthis/Attic/buzzthis.field.inc:DRUPAL-7--2 function buzzthis_field_formatter_info() { return array( 'buzzthis_formatter_normal' => array( 'label' => t('Normal Counter+Icon'), 'field types' => array('buzzbutton'), ), 'buzzthis_formatter_small' => array( 'label' => t('Small Counter+icon'), 'field types' => array('buzzbutton'), ), ); // contributions/modules/camera_field/camera_field.module:HEAD function camera_field_field_formatter_info() { return array( 'camfield' => array( 'label' => t('Camera Field'), 'field types' => array('camera_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/canvas_field/canvas_field.module:HEAD function canvas_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('canvas_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain URL'), 'field types' => array('canvas_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link' => array( 'label' => t('Link to Image'), 'field types' => array('canvas_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/canvas_field/canvas_field.module:DRUPAL-7--1 /* N/A */ // contributions/modules/casetracker_duedate/casetracker_duedate.module:HEAD function casetracker_duedate_field_formatter_info() { return array( 'cck_date_only_long' => array('label' => t('CCK Date Only - Long'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'cck_date_only_short' => array('label' => t('CCK Date Only - Short'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'cck_date_only_from_now_long' => array('label' => t('CCK Date Only - Days From Now (long)'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'cck_date_only_from_now_short' => array('label' => t('CCK Date Only - Days From Now (short)'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), ); // contributions/modules/cck.pre-rename/Attic/date.module:HEAD /* N/A */ // contributions/modules/cck.pre-rename/Attic/date.module:DRUPAL-5 /* N/A */ // contributions/modules/cck.pre-rename/Attic/field.php:HEAD /* N/A */ // contributions/modules/cck.pre-rename/Attic/field.php:DRUPAL-4-7 function hook_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('text'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('text'), ), 'trimmed' => array( 'label' => 'Trimmed', 'field types' => array('text'), ), ); // contributions/modules/cck.pre-rename/Attic/field.php:DRUPAL-5 function hook_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), ), ); // contributions/modules/cck.pre-rename/Attic/field.php:HEAD /* N/A */ // contributions/modules/cck.pre-rename/Attic/field.php:DRUPAL-4-7 function hook_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('text'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('text'), ), 'trimmed' => array( 'label' => 'Trimmed', 'field types' => array('text'), ), ); // contributions/modules/cck.pre-rename/Attic/field.php:DRUPAL-5 function hook_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), ), ); // contributions/modules/cck.pre-rename/examples/example_field.php:HEAD function text_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck.pre-rename/examples/simple_field.php:HEAD function text_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck.pre-rename/nodereference.module:HEAD function nodereference_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (link)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full node'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck.pre-rename/nodereference.module:DRUPAL-4-7 function nodereference_field_formatter_info() { return array( 'default' => array( 'label' => 'Title (link)', 'field types' => array('nodereference'), ), 'plain' => array( 'label' => 'Title (no link)', 'field types' => array('nodereference'), ), 'full' => array( 'label' => 'Full node', 'field types' => array('nodereference'), ), 'teaser' => array( 'label' => 'Teaser', 'field types' => array('nodereference'), ), ); // contributions/modules/cck.pre-rename/nodereference.module:DRUPAL-5 function nodereference_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (link)'), 'field types' => array('nodereference'), ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('nodereference'), ), 'full' => array( 'label' => t('Full node'), 'field types' => array('nodereference'), ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('nodereference'), ), ); // contributions/modules/cck.pre-rename/number.module:HEAD function number_field_formatter_info() { return array( 'default' => array('label' => '9999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'us_0' => array('label' => '9,999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'us_1' => array('label' => '9,999.9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'us_2' => array('label' => '9,999.99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'be_0' => array('label' => '9.999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'be_1' => array('label' => '9.999,9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'be_2' => array('label' => '9.999,99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'fr_0' => array('label' => '9 999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'fr_1' => array('label' => '9 999, 9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'fr_2' => array('label' => '9 999, 99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), ); // contributions/modules/cck.pre-rename/number.module:DRUPAL-4-7 function number_field_formatter_info() { return array( 'default' => array('label' => '9999', 'field types' => array('number_integer', 'number_decimal')), 'us_0' => array('label' => '9,999', 'field types' => array('number_integer', 'number_decimal')), 'us_1' => array('label' => '9,999.9', 'field types' => array('number_decimal')), 'us_2' => array('label' => '9,999.99', 'field types' => array('number_decimal')), 'be_0' => array('label' => '9.999', 'field types' => array('number_integer', 'number_decimal')), 'be_1' => array('label' => '9.999,9', 'field types' => array('number_decimal')), 'be_2' => array('label' => '9.999,99', 'field types' => array('number_decimal')), 'fr_0' => array('label' => '9 999', 'field types' => array('number_integer', 'number_decimal')), 'fr_1' => array('label' => '9 999, 9', 'field types' => array('number_decimal')), 'fr_2' => array('label' => '9 999, 99', 'field types' => array('number_decimal')), 'unformatted' => array('label' => 'unformatted', 'field types' => array('number_integer', 'number_decimal')), ); // contributions/modules/cck.pre-rename/number.module:DRUPAL-5 function number_field_formatter_info() { return array( 'default' => array('label' => '9999', 'field types' => array('number_integer', 'number_decimal')), 'us_0' => array('label' => '9,999', 'field types' => array('number_integer', 'number_decimal')), 'us_1' => array('label' => '9,999.9', 'field types' => array('number_decimal')), 'us_2' => array('label' => '9,999.99', 'field types' => array('number_decimal')), 'be_0' => array('label' => '9.999', 'field types' => array('number_integer', 'number_decimal')), 'be_1' => array('label' => '9.999,9', 'field types' => array('number_decimal')), 'be_2' => array('label' => '9.999,99', 'field types' => array('number_decimal')), 'fr_0' => array('label' => '9 999', 'field types' => array('number_integer', 'number_decimal')), 'fr_1' => array('label' => '9 999, 9', 'field types' => array('number_decimal')), 'fr_2' => array('label' => '9 999, 99', 'field types' => array('number_decimal')), 'unformatted' => array('label' => t('unformatted'), 'field types' => array('number_integer', 'number_decimal')), ); // contributions/modules/cck.pre-rename/text.module:HEAD function text_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck.pre-rename/text.module:DRUPAL-4-7 function text_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('text'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('text'), ), 'trimmed' => array( 'label' => 'Trimmed', 'field types' => array('text'), ), ); // contributions/modules/cck.pre-rename/text.module:DRUPAL-5 function text_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), ), ); // contributions/modules/cck.pre-rename/userreference.module:HEAD function userreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck.pre-rename/userreference.module:DRUPAL-4-7 function userreference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('userreference'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('userreference'), ), ); // contributions/modules/cck.pre-rename/userreference.module:DRUPAL-5 function userreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('userreference'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('userreference'), ), ); // contributions/modules/cck/Attic/date.module:HEAD /* N/A */ // contributions/modules/cck/Attic/date.module:DRUPAL-5 /* N/A */ // contributions/modules/cck/Attic/field.php:HEAD /* N/A */ // contributions/modules/cck/Attic/field.php:DRUPAL-4-7 function hook_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('text'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('text'), ), 'trimmed' => array( 'label' => 'Trimmed', 'field types' => array('text'), ), ); // contributions/modules/cck/Attic/field.php:DRUPAL-5 function hook_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), ), ); // contributions/modules/cck/Attic/field.php:HEAD /* N/A */ // contributions/modules/cck/Attic/field.php:DRUPAL-4-7 function hook_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('text'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('text'), ), 'trimmed' => array( 'label' => 'Trimmed', 'field types' => array('text'), ), ); // contributions/modules/cck/Attic/field.php:DRUPAL-5 function hook_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), ), ); // contributions/modules/cck/Attic/nodereference.module:HEAD /* N/A */ // contributions/modules/cck/Attic/nodereference.module:DRUPAL-4-7 function nodereference_field_formatter_info() { return array( 'default' => array( 'label' => 'Title (link)', 'field types' => array('nodereference'), ), 'plain' => array( 'label' => 'Title (no link)', 'field types' => array('nodereference'), ), 'full' => array( 'label' => 'Full node', 'field types' => array('nodereference'), ), 'teaser' => array( 'label' => 'Teaser', 'field types' => array('nodereference'), ), ); // contributions/modules/cck/Attic/nodereference.module:DRUPAL-5 function nodereference_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (link)'), 'field types' => array('nodereference'), ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('nodereference'), ), 'full' => array( 'label' => t('Full node'), 'field types' => array('nodereference'), ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('nodereference'), ), ); // contributions/modules/cck/Attic/number.module:HEAD /* N/A */ // contributions/modules/cck/Attic/number.module:DRUPAL-4-7 function number_field_formatter_info() { return array( 'default' => array('label' => '9999', 'field types' => array('number_integer', 'number_decimal')), 'us_0' => array('label' => '9,999', 'field types' => array('number_integer', 'number_decimal')), 'us_1' => array('label' => '9,999.9', 'field types' => array('number_decimal')), 'us_2' => array('label' => '9,999.99', 'field types' => array('number_decimal')), 'be_0' => array('label' => '9.999', 'field types' => array('number_integer', 'number_decimal')), 'be_1' => array('label' => '9.999,9', 'field types' => array('number_decimal')), 'be_2' => array('label' => '9.999,99', 'field types' => array('number_decimal')), 'fr_0' => array('label' => '9 999', 'field types' => array('number_integer', 'number_decimal')), 'fr_1' => array('label' => '9 999, 9', 'field types' => array('number_decimal')), 'fr_2' => array('label' => '9 999, 99', 'field types' => array('number_decimal')), 'unformatted' => array('label' => 'unformatted', 'field types' => array('number_integer', 'number_decimal')), ); // contributions/modules/cck/Attic/number.module:DRUPAL-5 function number_field_formatter_info() { return array( 'default' => array('label' => '9999', 'field types' => array('number_integer', 'number_decimal')), 'us_0' => array('label' => '9,999', 'field types' => array('number_integer', 'number_decimal')), 'us_1' => array('label' => '9,999.9', 'field types' => array('number_decimal')), 'us_2' => array('label' => '9,999.99', 'field types' => array('number_decimal')), 'be_0' => array('label' => '9.999', 'field types' => array('number_integer', 'number_decimal')), 'be_1' => array('label' => '9.999,9', 'field types' => array('number_decimal')), 'be_2' => array('label' => '9.999,99', 'field types' => array('number_decimal')), 'fr_0' => array('label' => '9 999', 'field types' => array('number_integer', 'number_decimal')), 'fr_1' => array('label' => '9 999, 9', 'field types' => array('number_decimal')), 'fr_2' => array('label' => '9 999, 99', 'field types' => array('number_decimal')), 'unformatted' => array('label' => t('unformatted'), 'field types' => array('number_integer', 'number_decimal')), ); // contributions/modules/cck/Attic/text.module:HEAD /* N/A */ // contributions/modules/cck/Attic/text.module:DRUPAL-4-7 function text_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('text'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('text'), ), 'trimmed' => array( 'label' => 'Trimmed', 'field types' => array('text'), ), ); // contributions/modules/cck/Attic/text.module:DRUPAL-5 function text_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), ), ); // contributions/modules/cck/Attic/userreference.module:HEAD /* N/A */ // contributions/modules/cck/Attic/userreference.module:DRUPAL-4-7 function userreference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('userreference'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('userreference'), ), ); // contributions/modules/cck/Attic/userreference.module:DRUPAL-5 function userreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('userreference'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('userreference'), ), ); // contributions/modules/cck/examples/Attic/example_field.php:HEAD /* N/A */ // contributions/modules/cck/examples/Attic/example_field.php:DRUPAL-6--1 function text_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck/examples/Attic/example_field.php:DRUPAL-6--2 /* N/A */ // contributions/modules/cck/examples/Attic/simple_field.php:HEAD /* N/A */ // contributions/modules/cck/examples/Attic/simple_field.php:DRUPAL-6--1 function text_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck/examples/Attic/simple_field.php:DRUPAL-6--2 /* N/A */ // contributions/modules/cck/fields/modules/text/Attic/text.module:HEAD /* N/A */ // contributions/modules/cck/modules/node_reference/Attic/node_reference.module:HEAD /* N/A */ // contributions/modules/cck/modules/nodereference/Attic/nodereference.module:HEAD /* N/A */ // contributions/modules/cck/modules/nodereference/Attic/nodereference.module:DRUPAL-6--1 function nodereference_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (link)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full node'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck/modules/nodereference/Attic/nodereference.module:DRUPAL-6--2 function nodereference_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (link)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full node'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck/modules/nodereference/Attic/nodereference.module:DRUPAL-6--3 function nodereference_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (link)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full node'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck/modules/number/Attic/number.module:HEAD /* N/A */ // contributions/modules/cck/modules/number/Attic/number.module:DRUPAL-6--1 function number_field_formatter_info() { return array( 'default' => array('label' => '9999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'us_0' => array('label' => '9,999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'us_1' => array('label' => '9,999.9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'us_2' => array('label' => '9,999.99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'be_0' => array('label' => '9.999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'be_1' => array('label' => '9.999,9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'be_2' => array('label' => '9.999,99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'fr_0' => array('label' => '9 999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'fr_1' => array('label' => '9 999, 9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'fr_2' => array('label' => '9 999, 99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), ); // contributions/modules/cck/modules/number/Attic/number.module:DRUPAL-6--2 function number_field_formatter_info() { return array( 'default' => array('label' => '9999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'us_0' => array('label' => '9,999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'us_1' => array('label' => '9,999.9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'us_2' => array('label' => '9,999.99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'be_0' => array('label' => '9.999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'be_1' => array('label' => '9.999,9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'be_2' => array('label' => '9.999,99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'fr_0' => array('label' => '9 999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'fr_1' => array('label' => '9 999, 9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'fr_2' => array('label' => '9 999, 99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), ); // contributions/modules/cck/modules/number/Attic/number.module:DRUPAL-6--3 function number_field_formatter_info() { return array( 'default' => array('label' => '9999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'us_0' => array('label' => '9,999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'us_1' => array('label' => '9,999.9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'us_2' => array('label' => '9,999.99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'be_0' => array('label' => '9.999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'be_1' => array('label' => '9.999,9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'be_2' => array('label' => '9.999,99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'fr_0' => array('label' => '9 999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), 'fr_1' => array('label' => '9 999, 9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'fr_2' => array('label' => '9 999, 99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_decimal', 'number_float')), 'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), ); // contributions/modules/cck/modules/text/Attic/text.module:HEAD /* N/A */ // contributions/modules/cck/modules/text/Attic/text.module:DRUPAL-6--1 function text_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck/modules/text/Attic/text.module:DRUPAL-6--2 function text_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck/modules/text/Attic/text.module:DRUPAL-6--3 function text_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck/modules/user_reference/Attic/user_reference.module:HEAD /* N/A */ // contributions/modules/cck/modules/userreference/Attic/userreference.module:HEAD /* N/A */ // contributions/modules/cck/modules/userreference/Attic/userreference.module:DRUPAL-6--1 function userreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck/modules/userreference/Attic/userreference.module:DRUPAL-6--2 function userreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck/modules/userreference/Attic/userreference.module:DRUPAL-6--3 function userreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_address/cck_address.module:HEAD function cck_address_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cck_address'), ), ); // contributions/modules/cck_address/cck_address.module:DRUPAL-5 function cck_address_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cck_address'), ), ); // contributions/modules/cck_address/cck_address.module:DRUPAL-5--2 function cck_address_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cck_address'), ), ); // contributions/modules/cck_author/cck_author.module:HEAD function cck_author_field_formatter_info() { return array( 'cck_author_field_template' => array( 'label' => 'Author field template', 'field types' => array('userreference'), ), ); // contributions/modules/cck_author/cck_author.module:DRUPAL-5 function cck_author_field_formatter_info() { return array( 'cck_author_field_template' => array( 'label' => 'Author field template', 'field types' => array('userreference'), ), ); // contributions/modules/cck_button/cck_button.module:HEAD function cck_button_field_formatter_info() { return array( 'default' => array( 'label' => 'Button representation', 'field types' => array('cck_button'), ), ); // contributions/modules/cck_country/cck_country.module:HEAD function cck_country_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Country name', 'field types' => array('cck_country'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'code2' => array( 'label' => '2-digit country code', 'field types' => array('cck_country'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'code3' => array( 'label' => '3-digit country code', 'field types' => array('cck_country'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); if (module_exists('countryicons')) { foreach (countryicons_get_iconsets() as $iconsets) { $formatters[$iconsets['name'] . '_image'] = array( 'label' => t('countryicons @iconset image', array('@iconset' => $iconsets['name'])), 'field types' => array('cck_country'), 'multiple values' => CONTENT_HANDLE_CORE, ); $formatters[$iconsets['name'] . '_sprite'] = array( 'label' => t('countryicons @iconset sprite', array('@iconset' => $iconsets['name'])), 'field types' => array('cck_country'), 'multiple values' => CONTENT_HANDLE_CORE, ); } } return $formatters; // contributions/modules/cck_country/cck_country.module:DRUPAL-6--1 function cck_country_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Country name', 'field types' => array('cck_country'), ), 'code2' => array( 'label' => '2-digit country code', 'field types' => array('cck_country'), ), 'code3' => array( 'label' => '3-digit country code', 'field types' => array('cck_country'), ), ); if (module_exists('countryicons')) { foreach (countryicons_get_iconsets() as $iconsets) { $formatters[$iconsets['name'] . '_image'] = array( 'label' => t('countryicons @iconset image', array('@iconset' => $iconsets['name'])), 'field types' => array('cck_country'), ); $formatters[$iconsets['name'] . '_sprite'] = array( 'label' => t('countryicons @iconset sprite', array('@iconset' => $iconsets['name'])), 'field types' => array('cck_country'), ); } } return $formatters; // contributions/modules/cck_definition_list/cck_definition_list.module:HEAD function cck_definition_list_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('definition_list'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_download_dropdown/cck_download_dropdown.module:HEAD function cck_download_dropdown_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cck_download_dropdown'), ), ); // contributions/modules/cck_download_dropdown/cck_download_dropdown.module:DRUPAL-5 function cck_download_dropdown_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cck_download_dropdown'), ), ); // contributions/modules/cck_extras/Attic/cck_extras.module:HEAD /* N/A */ // contributions/modules/cck_extras/Attic/cck_extras.module:DRUPAL-5 function cck_extras_field_formatter_info() { return array( 'textarea' => array( 'label' => 'Selectable textarea', 'field types' => array('text'), 'module' => 'cck_extras', ), 'code' => array( 'label' => 'Sample PHP Code', 'field types' => array('text'), 'module' => 'cck_extras', ), 'redirect' => array( 'label' => 'Link redirection', 'field types' => array('link'), 'module' => 'cck_extras', ), '1pixelout' => array( 'label' => t('1 Pixel Out player'), 'field types' => array('file_audio'), 'module' => 'cck_extras', ), 'button' => array( 'label' => t('Button player'), 'field types' => array('file_audio'), 'module' => 'cck_extras', ), 'link_snappr_tiny' => array( 'label' => t('Preview image (tiny)'), 'field types' => array('link'), 'module' => 'cck_extras', ), 'link_snappr_small' => array( 'label' => t('Preview image (small)'), 'field types' => array('link'), 'module' => 'cck_extras', ), ); // contributions/modules/cck_flashcard/cck_flashcard.module:HEAD function cck_flashcard_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('cck_flashcard'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('cck_flashcard'), ), 'trimmed' => array( 'label' => 'Trimmed', 'field types' => array('cck_flashcard'), ), ); // contributions/modules/cck_flashcard/cck_flashcard.module:DRUPAL-5 function cck_flashcard_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('cck_flashcard'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('cck_flashcard'), ), 'trimmed' => array( 'label' => 'Trimmed', 'field types' => array('cck_flashcard'), ), ); // contributions/modules/cck_formatters/filefieldflash/Attic/filefieldflash.module:HEAD /* N/A */ // contributions/modules/cck_formatters/filefieldflash/Attic/filefieldflash.module:DRUPAL-5 function filefieldflash_field_formatter_info() { return array( 'flash_or_image' => array( 'label' => t('As Flash (SWF file)'), 'field types' => array('file'), ), ); // contributions/modules/cck_formatters/filefieldflash/Attic/filefieldflash.module:DRUPAL-6--1 function filefieldflash_field_formatter_info() { return array( 'flash_or_image' => array( 'label' => t('As Flash (SWF file)'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:HEAD function filefieldkml_field_formatter_info() { return array( 'kml_google' => array( 'label' => t('As Google Map (KML file)'), 'field types' => array('file'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:DRUPAL-5 function filefieldkml_field_formatter_info() { return array( 'kml_google' => array( 'label' => t('As Google Map (KML file)'), 'field types' => array('file'), ), ); // contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:DRUPAL-6--1 function filefieldkml_field_formatter_info() { return array( 'kml_google' => array( 'label' => t('As Google Map (KML file)'), 'field types' => array('file'), ), ); // contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:HEAD function filefieldkml_field_formatter_info() { return array( 'kml_google' => array( 'label' => t('As Google Map (KML file)'), 'field types' => array('file'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:DRUPAL-5 function filefieldkml_field_formatter_info() { return array( 'kml_google' => array( 'label' => t('As Google Map (KML file)'), 'field types' => array('file'), ), ); // contributions/modules/cck_formatters/filefieldkml/filefieldkml.module:DRUPAL-6--1 function filefieldkml_field_formatter_info() { return array( 'kml_google' => array( 'label' => t('As Google Map (KML file)'), 'field types' => array('file'), ), ); // contributions/modules/cck_formatters/textcommaformatter/textcommaformatter.module:HEAD function textcommaformatter_field_formatter_info() { return array( 'text_comma' => array( 'label' => t('Comma-separated'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/cck_formatters/textcommaformatter/textcommaformatter.module:DRUPAL-6--1 /* N/A */ // contributions/modules/cck_fullname/cck_fullname.module:HEAD function cck_fullname_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cck_fullname'), ), 'lno' => array( 'label' => t('Last name only'), 'field types' => array('cck_fullname'), ), 'fno' => array( 'label' => t('First name only'), 'field types' => array('cck_fullname'), ), 'lnfs' => array( 'label' => t('Last, first short'), 'field types' => array('cck_fullname'), ), 'lnfl' => array( 'label' => t('Last, first long'), 'field types' => array('cck_fullname'), ), ); // contributions/modules/cck_fullname/cck_fullname.module:DRUPAL-5 function cck_fullname_field_formatter_info() { return array( 'default' => array( 'label' => t('Default, prefix first middle last suffix'), 'field types' => array('cck_fullname'), ), 'last_name_only' => array( 'label' => t('Last name only'), 'field types' => array('cck_fullname'), ), 'first_name_only' => array( 'label' => t('First name only'), 'field types' => array('cck_fullname'), ), 'last_name_first' => array( 'label' => t('Last, first middle'), 'field types' => array('cck_fullname'), ), ); // contributions/modules/cck_fullname/cck_fullname.module:DRUPAL-6--1 function cck_fullname_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cck_fullname'), ), 'lno' => array( 'label' => t('Last name only'), 'field types' => array('cck_fullname'), ), 'fno' => array( 'label' => t('First name only'), 'field types' => array('cck_fullname'), ), 'lnfs' => array( 'label' => t('Last, first short'), 'field types' => array('cck_fullname'), ), 'lnfl' => array( 'label' => t('Last, first long'), 'field types' => array('cck_fullname'), ), ); // contributions/modules/cck_gmapaddress/cck_gmapaddress.module:HEAD function cck_gmapaddress_field_formatter_info() { return array( 'address' => array( 'label' => t('Address'), 'field types' => array('cck_gmapaddress'), ), 'longitude' => array( 'label' => t('Longitude'), 'field types' => array('cck_gmapaddress'), ), 'latitude' => array( 'label' => t('Latitude'), 'field types' => array('cck_gmapaddress'), ), 'lonlat' => array( 'label' => t('Longitude and Latitude'), 'field types' => array('cck_gmapaddress'), ), 'accuracy' => array( 'label' => t('Accuracy'), 'field types' => array('cck_gmapaddress'), ), 'gmap_simple' => array( 'label' => t('GMap - Single'), 'field types' => array('cck_gmapaddress'), ), 'gmap_all' => array(//Only processed by delta = 0 'label' => t('GMap - All addresses in one'), 'field types' => array('cck_gmapaddress'), ), 'route_single' => array(//Only processed by delta = 0 'label' => t('Route Link - Single'), 'field types' => array('cck_gmapaddress'), ), 'route_all' => array( 'label' => t('Route Link - All addresses in one'), 'field types' => array('cck_gmapaddress'), ), /**'gmap_route' => array( 'label' => t('GMap Route'), 'field types' => array('cck_gmapaddress'), ), 'gmap_route_user' => array( //Options to come: to first, to last, to every place, from user over first and others to last, $user->field mit lonlat or addresse 'label' => t('GMap User-Route'), 'field types' => array('cck_gmapaddress'), ), */ ); // contributions/modules/cck_gmapaddress/cck_gmapaddress.module:DRUPAL-5 function cck_gmapaddress_field_formatter_info() { return array( 'address' => array( 'label' => t('Address'), 'field types' => array('cck_gmapaddress'), ), 'longitude' => array( 'label' => t('Longitude'), 'field types' => array('cck_gmapaddress'), ), 'latitude' => array( 'label' => t('Latitude'), 'field types' => array('cck_gmapaddress'), ), 'lonlat' => array( 'label' => t('Longitude and Latitude'), 'field types' => array('cck_gmapaddress'), ), 'accuracy' => array( 'label' => t('Accuracy'), 'field types' => array('cck_gmapaddress'), ), 'gmap_simple' => array( 'label' => t('GMap - Single'), 'field types' => array('cck_gmapaddress'), ), 'gmap_all' => array(//Only processed by delta = 0 'label' => t('GMap - All addresses in one'), 'field types' => array('cck_gmapaddress'), ), 'route_single' => array(//Only processed by delta = 0 'label' => t('Route Link - Single'), 'field types' => array('cck_gmapaddress'), ), 'route_all' => array( 'label' => t('Route Link - All addresses in one'), 'field types' => array('cck_gmapaddress'), ), /**'gmap_route' => array( 'label' => t('GMap Route'), 'field types' => array('cck_gmapaddress'), ), 'gmap_route_user' => array( //Options to come: to first, to last, to every place, from user over first and others to last, $user->field mit lonlat or addresse 'label' => t('GMap User-Route'), 'field types' => array('cck_gmapaddress'), ), */ ); // contributions/modules/cck_hhmmss/cck_hhmmss.module:HEAD function cck_hhmmss_field_formatter_info() { return array( 'raw' => array( 'label' => t('cck_hhmmss: As Entered'), 'field types' => array('cck_hhmmss'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'clean' => array( 'label' => t('cck_hhmmss: Clean (no dashes)'), 'field types' => array('cck_hhmmss'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_hhmmss/cck_hhmmss.module:DRUPAL-6--1 function cck_hhmmss_field_formatter_info() { return array( 'formatted' => array( 'label' => t('hh:mm:ss: As Entered'), 'field types' => array('cck_hhmmss'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'seconds' => array( 'label' => t('total seconds: As stored'), 'field types' => array('cck_hhmmss'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_inputs/modules/cck_inputs_checkbox/checkbox_formatter.inc:HEAD function cck_inputs_checkbox_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cck_inputs_checkbox'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_inputs/modules/cck_inputs_checkbox/checkbox_formatter.inc:DRUPAL-6--1 function cck_inputs_checkbox_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cck_inputs_checkbox'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_inputs/modules/cck_inputs_form/form_formatter.inc:HEAD /* N/A */ // contributions/modules/cck_inputs/modules/cck_inputs_form/form_formatter.inc:DRUPAL-6--1 /* N/A */ // contributions/modules/cck_inputs/modules/cck_inputs_hidden/Attic/hidden_formatter.inc:HEAD /* N/A */ // contributions/modules/cck_inputs/modules/cck_inputs_hidden/Attic/hidden_formatter.inc:DRUPAL-6--1 function cck_inputs_hidden_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cck_inputs_hidden'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_inputs/modules/cck_inputs_textfield/Attic/textfield_formatter.inc:HEAD /* N/A */ // contributions/modules/cck_inputs/modules/cck_inputs_textfield/Attic/textfield_formatter.inc:DRUPAL-6--1 function cck_inputs_textfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cck_inputs_textfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_ipaddr/cck_ipaddr.module:HEAD function cck_ipaddr_field_formatter_info() { return array( 'ipaddr' => array( 'label' => 'IP address', 'field types' => array('cck_ipaddr'), ), ); // contributions/modules/cck_ipaddr/cck_ipaddr.module:DRUPAL-5 function cck_ipaddr_field_formatter_info() { return array( 'ipaddr' => array( 'label' => 'IP address', 'field types' => array('cck_ipaddr'), ), ); // contributions/modules/cck_latlon/cck_latlon.module:HEAD function cck_latlon_field_formatter_info() { $array = array( 'latlon' => array( 'label' => 'Default, as pairs', 'field types' => array('cck_latlon'), ), 'just_lat' => array( 'label' => 'Just Latitude', 'field types' => array('cck_latlon'), ), 'just_lon' => array( 'label' => 'Just Longitude', 'field types' => array('cck_latlon'), ), ); return $array; // contributions/modules/cck_link_to_map/cck_link_to_map.module:HEAD function cck_link_to_map_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('cck_link_to_map'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_link_to_map/cck_link_to_map.module:DRUPAL-5 function cck_link_to_map_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('cck_link_to_map'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('cck_link_to_map'), ), 'link' => array( 'label' => 'Link to Map', 'field types' => array('cck_link_to_map'), ), ); // contributions/modules/cck_link_to_map/cck_link_to_map.module:DRUPAL-6--2 function cck_link_to_map_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('cck_link_to_map'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_list/Attic/cck_list.module:HEAD /* N/A */ // contributions/modules/cck_list/Attic/cck_list.module:DRUPAL-6--1 function cck_list_field_formatter_info() { return array( 'list_ordered' => array( 'label' => t('Ordered List'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('list'), ), 'list_unordered' => array( 'label' => t('Unordered List'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('list'), ), ); // contributions/modules/cck_map/cck_map.module:HEAD function cck_map_field_formatter_info() { return array( 'map_location' => array( 'label' => 'Default map output', 'field types' => array('map_location'), ), ); // contributions/modules/cck_multimage/cck_multimage.module:HEAD function cck_multimage_field_formatter_info() { $formatters = array( 'cck_multimage' => array( 'label' => 'CCK Multimage', 'field types' => array('image', 'nodereference'), ), ); return $formatters; // contributions/modules/cck_multimage/cck_multimage.module:DRUPAL-5 function cck_multimage_field_formatter_info() { $formatters = array( 'cck_multimage' => array( 'label' => 'CCK Multimage', 'field types' => array('image', 'nodereference'), ), ); return $formatters; // contributions/modules/cck_multiple_formatter/cck_multiple_formatter.module:HEAD function cck_multiple_formatter_field_formatter_info() { static $firsttime = TRUE; //Avoid recursion if ($firsttime) { $firsttime = FALSE; } else { return array(); } $disabled_field_types = variable_get('cck_multiple_formatter_field_types_disable', array('')); $content_type_info = _content_type_info(); $formatters = array(); foreach ($content_type_info['field types'] as $type => $field_type) { if (!isset($disabled_field_types[$type])) $disabled_field_types[$type] = FALSE; if (!$disabled_field_types[$type]) { foreach ($field_type['formatters'] as $id => $formatter) { if (!isset($formatter['multiple values']) || $formatter['multiple values'] == CONTENT_HANDLE_CORE) { $new_id = 'ul||'. $formatter['module'] .'||'. $id; $formatter['module'] = 'cck_multiple_formatter'; $formatter['multiple values'] = CONTENT_HANDLE_MODULE; $formatter['label'] = t('Unordered list') .': '. $formatter['label']; $formatters[$new_id] = $formatter; } } } } return $formatters; // contributions/modules/cck_multiple_formatter/cck_multiple_formatter.module:DRUPAL-6--1 function cck_multiple_formatter_field_formatter_info() { static $firsttime = TRUE; //Avoid recursion if ($firsttime) { $firsttime = FALSE; } else { return array(); } $disabled_field_types = variable_get('cck_multiple_formatter_field_types_disable', array('')); $content_type_info = _content_type_info(); $formatters = array(); foreach ($content_type_info['field types'] as $type => $field_type) { if (!isset($disabled_field_types[$type])) $disabled_field_types[$type] = FALSE; if (!$disabled_field_types[$type]) { foreach ($field_type['formatters'] as $id => $formatter) { if (!isset($formatter['multiple values']) || $formatter['multiple values'] == CONTENT_HANDLE_CORE) { $new_id = 'ul||'. $formatter['module'] .'||'. $id; $formatter['module'] = 'cck_multiple_formatter'; $formatter['multiple values'] = CONTENT_HANDLE_MODULE; $formatter['label'] = t('Unordered list') .': '. $formatter['label']; $formatters[$new_id] = $formatter; } } } } //reset firsttime so if hook_field_formatter_info are called twice in an execution run everything works $firsttime = TRUE; return $formatters; // contributions/modules/cck_nodemenu/cck_nodemenu.module:HEAD function cck_nodemenu_field_formatter_info() { return array( 'cck_nodemenu' => array( 'label' => t('Custom Node Menu'), 'field types' => array('text','computed'), ), 'cck_nodemenu_single' => array( 'label' => t('Custom Node Menu - Single Item'), 'field types' => array('text','computed'), ), ); // contributions/modules/cck_nodemenu/cck_nodemenu.module:DRUPAL-5 function cck_nodemenu_field_formatter_info() { return array( 'cck_nodemenu' => array( 'label' => t('Custom Node Menu'), 'field types' => array('text','computed'), ), 'cck_nodemenu_single' => array( 'label' => t('Custom Node Menu - Single Item'), 'field types' => array('text','computed'), ), ); // contributions/modules/cck_pager/cck_pager.module:HEAD function cck_pager_field_formatter_info() { return _cck_pager_get_formatters(); // contributions/modules/cck_pager/cck_pager.module:DRUPAL-6--1 function cck_pager_field_formatter_info() { return _cck_pager_get_formatters(); // contributions/modules/cck_pager/cck_pager.module:DRUPAL-6--2 /* N/A */ // contributions/modules/cck_phone/cck_phone.module:HEAD function cck_phone_field_formatter_info() { return array( 'default' => array( 'label' => 'Global phone number (default)', 'field types' => array('phone_number'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'local' => array( 'label' => 'Local phone number', 'field types' => array('phone_number'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_phone/cck_phone.module:DRUPAL-6--1 function cck_phone_field_formatter_info() { return array( 'default' => array( 'label' => 'Global phone number (default)', 'field types' => array('phone_number'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'local' => array( 'label' => 'Local phone number', 'field types' => array('phone_number'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_phone/cck_phone.module:DRUPAL-7--1 function cck_phone_field_formatter_info() { return array( 'default' => array( 'label' => 'Global phone number (default)', 'field types' => array('phone_number'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'local' => array( 'label' => 'Local phone number', 'field types' => array('phone_number'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_redirection/cck_redirection.module:HEAD function cck_redirection_field_formatter_info() { return array( 'default' => array( 'label' => t('Suppress'), 'field types' => array('cck_redirection'), ), 'link' => array( 'label' => t('Show as Link'), 'field types' => array('cck_redirection'), ), 'plain' => array( 'label' => t('Show as Plain Text'), 'field types' => array('cck_redirection'), ), ); // contributions/modules/cck_redirection/cck_redirection.module:DRUPAL-5 function cck_redirection_field_formatter_info() { return array( 'default' => array( 'label' => t('Default: Suppress'), 'field types' => array('cck_redirection'), ), 'link' => array( 'label' => t('Show as Link'), 'field types' => array('cck_redirection'), ), 'plain' => array( 'label' => t('Show as Plain Text'), 'field types' => array('cck_redirection'), ), ); // contributions/modules/cck_redirection/cck_redirection.module:DRUPAL-6--1 function cck_redirection_field_formatter_info() { return array( 'default' => array( 'label' => t('Suppress'), 'field types' => array('cck_redirection'), ), 'link' => array( 'label' => t('Show as Link'), 'field types' => array('cck_redirection'), ), 'plain' => array( 'label' => t('Show as Plain Text'), 'field types' => array('cck_redirection'), ), ); // contributions/modules/cck_redirection/cck_redirection.module:DRUPAL-6--6 function cck_redirection_field_formatter_info() { return array( 'default' => array( 'label' => t('Suppress'), 'field types' => array('cck_redirection'), ), 'link' => array( 'label' => t('Show as Link'), 'field types' => array('cck_redirection'), ), 'plain' => array( 'label' => t('Show as Plain Text'), 'field types' => array('cck_redirection'), ), ); // contributions/modules/cck_scorm/SCORM.module:HEAD function SCORM_field_formatter_info() { $formatters = array( 'SCORM_embedded' => array( 'label' => t('SCORM embedded'), 'field types' => array('filefield'), 'description' => t('Displays SCORM content embedded in a web page.'), ), ); //TODO: Popup theme. No need for this anymore? Popup is handled by player. /* if (module_exists('popups')) { $formatters['SCORM_popup'] = array( 'label' => t('SCORM popup'), 'field types' => array('filefield'), 'description' => t('Displays SCORM content in a popup window.'), ); } */ return $formatters; // contributions/modules/cck_slideshow/cck_slideshow.module:HEAD function cck_slideshow_field_formatter_info() { $formatters = array( 'cck_slideshow' => array( 'label' => 'CCK Slideshow', 'field types' => array('image', 'nodereference'), ), ); return $formatters; // contributions/modules/cck_slideshow/cck_slideshow.module:DRUPAL-5 function cck_slideshow_field_formatter_info() { $formatters = array( 'cck_slideshow' => array( 'label' => 'CCK Slideshow', 'field types' => array('image', 'nodereference'), ), ); return $formatters; // contributions/modules/cck_table/cck_table.module:HEAD function cck_table_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('tablefield'), ), ); // contributions/modules/cck_table/cck_table.module:DRUPAL-5 function cck_table_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('tablefield'), ), ); // contributions/modules/cck_table/cck_table.module:DRUPAL-6--1 function cck_table_field_formatter_info() { return array( 'first_row_header' => array( 'label' => t('First Row will be the table header'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('table'), ), 'without_header' => array( 'label' => t('Without a table header'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('table'), ), ); // contributions/modules/cck_taxonomy/cck_taxonomy.module:HEAD function cck_taxonomy_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('cck_taxonomy'), ), ); // contributions/modules/cck_taxonomy/cck_taxonomy.module:DRUPAL-5 function cck_taxonomy_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('cck_taxonomy'), ), ); // contributions/modules/cck_taxonomy_ssu/cck_taxonomy_ssu.module:HEAD function cck_taxonomy_ssu_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('cck_taxonomy_ssu'), ), ); // contributions/modules/cck_taxonomy_ssu/cck_taxonomy_ssu.module:DRUPAL-5 function cck_taxonomy_ssu_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('cck_taxonomy_ssu'), ), ); // contributions/modules/cck_text_validated/Attic/text_validated.module:HEAD /* N/A */ // contributions/modules/cck_text_validated/Attic/text_validated.module:HEAD /* N/A */ // contributions/modules/cck_time/cck_time.module:HEAD /* N/A */ // contributions/modules/cck_time/cck_time.module:DRUPAL-5 /* N/A */ // contributions/modules/cck_time/cck_time.module:DRUPAL-6--1 function cck_time_field_formatter_info() { return array( 'default' => array( 'label' => t('Time'), 'field types' => array('cck_time'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cck_vcard/cck_vcard.module:HEAD function cck_vcard_field_formatter_info() { return array( // The machine name of the formatter. 'default' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('Default'), // An array of the field types this formatter // can be used on. 'field types' => array('cck_vcard_show'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/cck_vcard/cck_vcard.module:DRUPAL-6--1 /* N/A */ // contributions/modules/cckpassword/cckpassword.module:HEAD function cckpassword_field_formatter_info() { return array( 'default' => array( 'label' => t('None'), 'field types' => array('cckpassword'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain'), 'field types' => array('cckpassword'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/cdn2/cdn2_field.inc:HEAD /* N/A */ // contributions/modules/cdn2/cdn2_field.inc:DRUPAL-5--2 function cdn2_field_formatter_info() { $formatters = array(); $formatters['Default'] = array( 'label' => t('Default Player (See CDN2 Settings)'), 'field types' => array('cdn2'), ); return $formatters; // contributions/modules/cdn2/cdn2_field.inc:DRUPAL-6--1 function cdn2_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('cdn2'), 'multiple values' => CONTENT_HANDLE_CORE ), 'thumbnail' => array( 'label' => t('Thumbnail'), 'field types' => array('cdn2'), 'multiple values' => CONTENT_HANDLE_CORE ), 'thumbnail_linked' => array( 'label' => t('Thumbnail linked to node'), 'field types' => array('cdn2'), 'multiple values' => CONTENT_HANDLE_CORE ), ); // contributions/modules/chessboard/chessboard.module:HEAD /* N/A */ // contributions/modules/chessboard/chessboard.module:DRUPAL-4-7 /* N/A */ // contributions/modules/chessboard/chessboard.module:DRUPAL-5 /* N/A */ // contributions/modules/chessboard/chessboard.module:DRUPAL-5--2 /* N/A */ // contributions/modules/chessboard/chessboard.module:DRUPAL-6--1 /* N/A */ // contributions/modules/chessboard/chessboard.module:DRUPAL-6--2 /* N/A */ // contributions/modules/chessboard/chessboard.module:DRUPAL-7--1 /* N/A */ // contributions/modules/chessboard/chessboard.module:MAIN /* N/A */ // contributions/modules/chords/chords_field/chords_field.module:HEAD function chords_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('chords_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/chords/chords_field/chords_field.module:HEAD function chords_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('chords_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/civinode/civinode_cck.module:HEAD function civinode_cck_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('civicrm_contact', 'civicrm_group'), ), 'link' => array( 'label' => t('Link'), 'field types' => array('civicrm_contact'), ), 'profiled' => array( 'label' => t('Contact Profile'), 'field types' => array('civicrm_contact'), ), ); return $formatters; // contributions/modules/civinode/civinode_cck.module:DRUPAL-4-7 function civinode_cck_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('civicrm_contact', 'civicrm_group'), ), 'profiled' => array( 'label' => t('Contact Profile'), 'field types' => array('civicrm_contact'), ), ); return $formatters; // contributions/modules/civinode/civinode_cck.module:DRUPAL-5 function civinode_cck_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('civicrm_contact', 'civicrm_group'), ), 'profiled' => array( 'label' => t('Contact Profile'), 'field types' => array('civicrm_contact'), ), ); return $formatters; // contributions/modules/civinode/contrib/civicrmdata/civicrmdata.module:HEAD function civicrmdata_field_formatter_info() { //get all civi types $types = array(); foreach (civicrmdata_field_info() as $fields => $val) { $types[] = $fields; } //make the default view for all of them return array( 'civiformat' => array( 'label' => 'CiviField', 'field types' => $types, ), ); // contributions/modules/civinode/contrib/civicrmdata/civicrmdata.module:DRUPAL-4-7 /* N/A */ // contributions/modules/civinode/contrib/civicrmdata/civicrmdata.module:DRUPAL-5 /* N/A */ // contributions/modules/cjunction/cjunction.module:HEAD function cjunction_field_formatter_info() { return array( 'cj_image_url' => array( 'label' => t('Show the remote image'), 'field types' => array('text'), ), ); // contributions/modules/cjunction/cjunction.module:DRUPAL-7--1 function cjunction_field_formatter_info() { return array( 'cj_image_url' => array( 'label' => t('Show the remote image'), 'field types' => array('text'), ), ); // contributions/modules/cloud_zoom/cloud_zoom.module:HEAD function cloud_zoom_field_formatter_info() { $formatters = array(); // Load the rules and build a "grid" of a->b settings. $rules = image_styles(); foreach ($rules as $outer_preset_id => $outer_preset_info) { foreach ($rules as $inner_preset_id => $inner_preset_info) { $formatters['image__cloud_zoom__'. $outer_preset_id .'__'. $inner_preset_id] = array( 'label' => t('Cloud Zoom: !outer -> !inner', array('!outer' => $outer_preset_id, '!inner' => $inner_preset_id)), 'field types' => array('image'), ); } } return $formatters; // contributions/modules/cloud_zoom/cloud_zoom.module:DRUPAL-6--1 function cloud_zoom_field_formatter_info() { $formatters = array(); $settings = cloud_zoom_get_settings(); foreach ($settings as $key => $values) { $formatters['imagefield__cloud_zoom__'. $key] = array( 'label' => t('Cloud Zoom: !presetname', array('!presetname' => $key)), 'field types' => array('filefield'), ); } return $formatters; // contributions/modules/cloud_zoom/cloud_zoom.module:DRUPAL-7--1 function cloud_zoom_field_formatter_info() { $formatters = array(); // Load the rules and build a "grid" of a->b settings. $rules = image_styles(); foreach ($rules as $outer_preset_id => $outer_preset_info) { foreach ($rules as $inner_preset_id => $inner_preset_info) { $formatters['image__cloud_zoom__'. $outer_preset_id .'__'. $inner_preset_id] = array( 'label' => t('Cloud Zoom: !outer -> !inner', array('!outer' => $outer_preset_id, '!inner' => $inner_preset_id)), 'field types' => array('image'), ); } } return $formatters; // contributions/modules/club/club_board/club_board_member.module:HEAD function club_board_member_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('club_board_member'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/club/club_board/club_board_member.module:DRUPAL-6--1 function club_board_member_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('club_board_member'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/club/club_person/club_person.module:HEAD function club_person_field_formatter_info() { return array( 'nationality' => array( 'label' => t('Flag icons'), 'field types' => array('text'), ), 'portrait' => array( 'label' => t('Portrait'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'public' => array( 'label' => t('Lock icon'), 'field types' => array('number_integer'), ), 'gender_icon' => array( 'label' => t('Gender icon'), 'field types' => array('text'), ), 'active_member_icon' => array( 'label' => t('Active member icon'), 'field types' => array('number_integer'), ), 'passive_member_icon' => array( 'label' => t('Passive member icon'), 'field types' => array('number_integer'), ), 'honorary_member_icon' => array( 'label' => t('Honorary member icon'), 'field types' => array('number_integer'), ), ); // contributions/modules/club/club_person/club_person.module:DRUPAL-6--1 function club_person_field_formatter_info() { return array( 'nationality' => array( 'label' => t('Flag icons'), 'field types' => array('text'), ), 'portrait' => array( 'label' => t('Portrait'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'public' => array( 'label' => t('Lock icon'), 'field types' => array('number_integer'), ), 'gender_icon' => array( 'label' => t('Gender icon'), 'field types' => array('text'), ), 'active_member_icon' => array( 'label' => t('Active member icon'), 'field types' => array('number_integer'), ), 'passive_member_icon' => array( 'label' => t('Passive member icon'), 'field types' => array('number_integer'), ), 'honorary_member_icon' => array( 'label' => t('Honorary member icon'), 'field types' => array('number_integer'), ), ); // contributions/modules/cmis/cmis_field/Attic/cmis_field.module:HEAD /* N/A */ // contributions/modules/cmis/cmis_field/Attic/cmis_field.module:DRUPAL-6--3 function cmis_field_field_formatter_info() { return array( 'default' => array( 'label' => t('CMIS browser'), 'field types' => array('cmis_field') ) ); // contributions/modules/cmis_alfresco/cmis_alfresco_field/cmis_alfresco_field.module:HEAD function cmis_alfresco_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Alfresco browser'), 'field types' => array('alfresco_cmis_field') ) ); // contributions/modules/cmis_alfresco/cmis_alfresco_field/cmis_alfresco_field.module:DRUPAL-6--2 function cmis_alfresco_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Alfresco browser'), 'field types' => array('alfresco_cmis_field') ) ); // contributions/modules/cmis_alfresco/cmis_alfresco_field/cmis_alfresco_field.module:DRUPAL-6--3 function cmis_alfresco_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Alfresco browser'), 'field types' => array('alfresco_cmis_field') ) ); // contributions/modules/cod_support/cod_base/cod_base.module:HEAD function cod_base_field_formatter_info() { return array( 'user_full_name' => array( 'label' => t("Full name (First Last) of the user(s)"), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); } // contributions/modules/colorbox/colorbox.module:HEAD function colorbox_field_formatter_info() { $formatters = array(); if (module_exists('image')) { foreach (image_styles() as $style) { $formatters['colorbox__' . $style['name']] = array( 'label' => t('Colorbox: @preset image', array('@preset' => $style['name'])), 'field types' => array('image', 'file'), ); } } return $formatters; // contributions/modules/colorbox/colorbox.module:DRUPAL-6--1 function colorbox_field_formatter_info() { $formatters = array(); if (module_exists('imagefield') && module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'__colorbox'] = array( 'label' => t('Colorbox: @preset image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } } return $formatters; // contributions/modules/colorbox/colorbox.module:DRUPAL-7--1 function colorbox_field_formatter_info() { return array( 'colorbox' => array( 'label' => t('Colorbox'), 'field types' => array('image'), 'settings' => array('colorbox_node_style' => '', 'colorbox_image_style' => ''), ), ); // contributions/modules/colorpicker/colorpicker_cck.module:HEAD function colorpicker_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Colorpicker field', 'field types' => array('colorpicker'), ) ); // contributions/modules/colorpicker/colorpicker_cck.module:DRUPAL-5 function colorpicker_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Colorpicker field', 'field types' => array('colorpicker'), ) ); // contributions/modules/colorpicker/colorpicker_cck.module:DRUPAL-6--1 function colorpicker_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('colorpicker_cck_textfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'markup' => array( 'label' => t('Markup'), 'field types' => array('colorpicker_cck_textfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/colorpicker/colorpicker_cck.module:DRUPAL-6--2 function colorpicker_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('colorpicker_cck_textfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'markup' => array( 'label' => t('Markup'), 'field types' => array('colorpicker_cck_textfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/combofield/combo.module:HEAD function combo_field_formatter_info() { return array( 'combo_default' => array( 'label' => t('Combo Field'), 'field types' => array('combo'), ), ); // contributions/modules/comicview/comicview.module:HEAD function comicview_field_formatter_info() { $formatters = array( 'paginated' => array( 'label' => 'Comic Paginated', 'field types' => array('image'), ), ); if (module_exists('imagefield') && module_exists('imagecache')) { $rules = array(); if (function_exists('imagecache_presets')) { $presets = imagecache_presets(); foreach ($presets as $preset_id => $preset_info) { $rules[$preset_id] = $preset_info['presetname']; } } else { $rules = _imagecache_get_presets(); } foreach ($rules as $ruleid => $view_rule) { $formatters['paginated]['.$view_rule] = array( 'label' => 'Comic Paginated ('.$view_rule.')', 'field types' => array('image'), ); } } return $formatters; // contributions/modules/comicview/comicview.module:DRUPAL-5 function comicview_field_formatter_info() { $formatters = array( 'paginated' => array( 'label' => 'Comic Paginated', 'field types' => array('image'), ), ); if (module_exists('imagefield') && module_exists('imagecache')) { $rules = array(); if (function_exists('imagecache_presets')) { $presets = imagecache_presets(); foreach ($presets as $preset_id => $preset_info) { $rules[$preset_id] = $preset_info['presetname']; } } else { $rules = _imagecache_get_presets(); } foreach ($rules as $ruleid => $view_rule) { $formatters['paginated]['.$view_rule] = array( 'label' => 'Comic Paginated ('.$view_rule.')', 'field types' => array('image'), ); } } return $formatters; // contributions/modules/commentreference/commentreference.module:HEAD function commentreference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('commentreference'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('commentreference'), ), ); // contributions/modules/commentreference/commentreference.module:DRUPAL-5 function commentreference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('commentreference'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('commentreference'), ), ); // contributions/modules/commentreference/commentreference.module:DRUPAL-6--1 function commentreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (link)'), 'field types' => array('commentreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('commentreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/commentreference/commentreference.module:DRUPAL-7--1 function commentreference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('commentreference'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('commentreference'), ), ); // contributions/modules/commerce/modules/cart/commerce_cart.module:HEAD function commerce_cart_field_formatter_info() { return array( 'commerce_cart_add_to_cart_form' => array( 'label' => t('Add to Cart form'), 'description' => t('Display an Add to Cart form for the referenced product.'), 'field types' => array('commerce_product_reference'), 'settings' => array( 'show_quantity' => FALSE, 'default_quantity' => 1, ), ), ); // contributions/modules/commerce/modules/customer/commerce_customer.module:HEAD function commerce_customer_field_formatter_info() { return array( 'commerce_customer_profile_reference_display' => array( 'label' => t('Customer profile display'), 'description' => t('Display the customer profile.'), 'field types' => array('commerce_customer_profile_reference'), ), ); // contributions/modules/commerce/modules/line_item/commerce_line_item.module:HEAD function commerce_line_item_field_formatter_info() { return array( 'commerce_line_item_reference_view' => array( 'label' => t('Line item View'), 'description' => t('Display the line items via a default View.'), 'field types' => array('commerce_line_item_reference'), 'settings' => array( 'view' => 'commerce_line_item_table|default', ), ), ); // contributions/modules/commerce/modules/price/commerce_price.module:HEAD function commerce_price_field_formatter_info() { return array( 'commerce_price_raw_amount' => array( 'label' => t('Raw amount'), 'field types' => array('commerce_price'), 'settings' => array( 'calculation' => FALSE, ), ), 'commerce_price_formatted_amount' => array( 'label' => t('Formatted amount'), 'field types' => array('commerce_price'), 'settings' => array( 'calculation' => FALSE, ), ), ); // contributions/modules/commerce/modules/product_reference/commerce_product_reference.module:HEAD function commerce_product_reference_field_formatter_info() { return array( 'commerce_product_reference_sku_link' => array( 'label' => t('SKU (link)'), 'description' => t('Display the SKU of the referenced product as a link to the node page.'), 'field types' => array('commerce_product_reference'), ), 'commerce_product_reference_sku_plain' => array( 'label' => t('SKU (no link)'), 'description' => t('Display the SKU of the referenced product as plain text.'), 'field types' => array('commerce_product_reference'), ), 'commerce_product_reference_title_link' => array( 'label' => t('Title (link)'), 'description' => t('Display the title of the referenced product as a link to the node page.'), 'field types' => array('commerce_product_reference'), ), 'commerce_product_reference_title_plain' => array( 'label' => t('Title (no link)'), 'description' => t('Display the title of the referenced product as plain text.'), 'field types' => array('commerce_product_reference'), ), ); // contributions/modules/compass_rose/compass_rose.module:HEAD function compass_rose_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('compass_rose'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/compass_rose/compass_rose.module:DRUPAL-7--1 function compass_rose_field_formatter_info() { return array( 'compass_rose_default' => array( 'label' => t('Default compass rose'), 'field types' => array('orientation'), ), ); // contributions/modules/computed_field/computed_field.module:HEAD function computed_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Raw text'), 'field types' => array('computed'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('computed'), ), 'markup' => array( 'label' => t('Markup'), 'field types' => array('computed'), ), 'computed_value' => array( 'label' => t('Computed Value'), 'field types' => array('computed'), ), ); // contributions/modules/computed_field/computed_field.module:DRUPAL-4-7 function computed_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Raw text'), 'field types' => array('computed'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('computed'), ), 'markup' => array( 'label' => t('Markup'), 'field types' => array('computed'), ), ); // contributions/modules/computed_field/computed_field.module:DRUPAL-6--1 function computed_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Raw text'), 'field types' => array('computed'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('computed'), ), 'markup' => array( 'label' => t('Markup'), 'field types' => array('computed'), ), 'computed_value' => array( 'label' => t('Computed Value'), 'field types' => array('computed'), ), ); // contributions/modules/computed_field/computed_field.module:DRUPAL-7--1 function computed_field_field_formatter_info() { return array( 'computed_field_default' => array( 'label' => t('Default'), 'field types' => array('computed'), ), 'computed_field_plain' => array( 'label' => t('Plain text'), 'field types' => array('computed'), ), 'computed_field_markup' => array( 'label' => t('Filtered markup'), 'field types' => array('computed'), ), 'computed_field_computed_value' => array( 'label' => t('Raw computed value'), 'field types' => array('computed'), ), ); // contributions/modules/content_levels/content_levels_cck.inc:HEAD function content_levels_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('content_levels'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('content_levels'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/content_profile/Attic/content_profile.module:HEAD /* N/A */ // contributions/modules/content_profile/Attic/content_profile.module:DRUPAL-6--1 function content_profile_field_formatter_info() { $formatters = array(); if (module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_userlink'] = array( 'label' => t('@preset image linked to user profile', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } } return $formatters; // contributions/modules/content_taxonomy/content_taxonomy.module:HEAD function content_taxonomy_field_formatter_info() { return array( 'default' => array( 'label' => 'As Text', 'field types' => array('content_taxonomy'), ), 'link' => array( 'label' => 'As Link', 'field types' => array('content_taxonomy'), ), ); // contributions/modules/content_taxonomy/content_taxonomy.module:DRUPAL-4-7 function content_taxonomy_field_formatter_info() { return array( 'default' => array( 'label' => 'As Text', 'field types' => array('content_taxonomy'), ), 'link' => array( 'label' => 'As Link', 'field types' => array('content_taxonomy'), ), ); // contributions/modules/content_taxonomy/content_taxonomy.module:DRUPAL-5 function content_taxonomy_field_formatter_info() { return array( 'default' => array( 'label' => 'As Text', 'field types' => array('content_taxonomy'), ), 'link' => array( 'label' => 'As Link', 'field types' => array('content_taxonomy'), ), ); // contributions/modules/content_taxonomy/content_taxonomy.module:DRUPAL-6--1 function content_taxonomy_field_formatter_info() { return array( 'default' => array( 'label' => t('As Text'), 'field types' => array('content_taxonomy'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link' => array( 'label' => t('As Link'), 'field types' => array('content_taxonomy'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/content_taxonomy/content_taxonomy.module:DRUPAL-7--1 /* N/A */ // contributions/modules/content_taxonomy_term_list/content_taxonomy_term_list.module:HEAD function content_taxonomy_term_list_field_formatter_info() { $items = array(); foreach (array('text', 'link') as $type) { foreach (array('inline', 'block') as $style) { $items[$type .'__'. $style] = array( 'label' => t('As !style !type', array('!style' => $style, '!type' => $type)), 'field types' => array('content_taxonomy_term_list'), 'multiple values' => CONTENT_HANDLE_MODULE, ); } } return $items; // contributions/modules/content_taxonomy_term_list/content_taxonomy_term_list.module:DRUPAL-6--1 function content_taxonomy_term_list_field_formatter_info() { $items = array(); foreach (array('text', 'link') as $type) { foreach (array('inline', 'block') as $style) { $items[$type .'__'. $style] = array( 'label' => t('As !style !type', array('!style' => $style, '!type' => $type)), 'field types' => array('content_taxonomy_term_list'), 'multiple values' => CONTENT_HANDLE_MODULE, ); } } return $items; // contributions/modules/countries/countries.module:HEAD function countries_field_formatter_info() { $formatters = array( 'country_default' => array( 'label' => t('Default'), 'field types' => array('country'), ), 'country_official' => array( 'label' => t('Official name'), 'field types' => array('country'), ), 'country_alpha_2' => array( 'label' => t('ISO alpha-2 code'), 'field types' => array('country'), ), 'country_alpha_3' => array( 'label' => t('ISO alpha-3 code'), 'field types' => array('country'), ), 'country_number' => array( 'label' => t('ISO numeric-3 code'), 'field types' => array('country'), ), ); // Third party module integration. Use "country_{$module}_data1_data2" format. if (module_exists('countryicons')) { foreach (countryicons_get_iconsets() as $iconsets) { $formatter = implode('_', array('country', 'countryicons', 'image', $iconsets['name'])); $formatters[$formatter] = array( 'label' => t('Country icon image ' . $iconsets['name']), 'field types' => array('country'), ); $formatter = implode('_', array('country', 'countryicons', 'sprite', $iconsets['name'])); $formatters[$formatter] = array( 'label' => t('Country icon sprite ' . $iconsets['name']), 'field types' => array('country'), ); } } return $formatters; // contributions/modules/covert_fields/covert_fields.formatter.inc:HEAD function covert_fields_field_formatter_info() { return array( CF_FORMATTER_NAME => array( 'label' => t('Covert field display output'), 'field types' => array( 'text', 'nodereference', ), ), ); // contributions/modules/craqbox/craqbox.module:HEAD function craqbox_field_formatter_info() { $formatter = array(); if (module_exists('imagefield') && module_exists('imagecache')) { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters['craqbox]['. $rulename] = array( 'label' => 'craqbox: '. $rulename, 'field types' => array('image'), ); } } return $formatters; // contributions/modules/craqbox/craqbox.module:DRUPAL-5 function craqbox_field_formatter_info() { $formatter = array(); if (module_exists('imagefield') && module_exists('imagecache')) { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters['craqbox]['. $rulename] = array( 'label' => 'craqbox: '. $rulename, 'field types' => array('image'), ); } } return $formatters; // contributions/modules/ctools/includes/fields.inc:HEAD function ctools_fields_get_field_formatter_info($fields) { $info = array(); foreach ($fields as $field) { $field_info = module_invoke($field['module'], 'field_formatter_info'); if ($field_info) { $info += $field_info; } } drupal_alter('field_formatter_info', $info); return $info; } // contributions/modules/ctr_field/ctr_field.module:HEAD function ctr_field_field_formatter_info() { return array( 'field_ctr_simple_rating' => array( 'label' => t('Simple CTR rating formatter'), 'field types' => array('ctr_field'), 'settings' => array( 'make_link' => TRUE, ), ), ); // contributions/modules/ctr_field/ctr_field.module:DRUPAL-7--1 function ctr_field_field_formatter_info() { return array( 'field_ctr_simple_rating' => array( 'label' => t('Simple CTR rating formatter'), 'field types' => array('ctr_field'), 'settings' => array( 'make_link' => TRUE, 'new_window' => FALSE, ), ), ); // contributions/modules/currency_cck/currency_cck.module:HEAD function currency_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('currency_cck'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('currency_cck'), ), ); // contributions/modules/currency_cck/currency_cck.module:DRUPAL-4-7 function currency_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('currency_cck'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('currency_cck'), ), ); // contributions/modules/currency_cck/currency_cck.module:DRUPAL-5 function currency_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('currency_cck'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('currency_cck'), ), ); // contributions/modules/currency_cck/currency_cck.module:DRUPAL-6--1 function currency_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Name and code', 'field types' => array('currency_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => 'Name only', 'field types' => array('currency_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => 'Code only', 'field types' => array('currency_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ) ); // contributions/modules/currency_cck/currency_cck.module:HEAD function currency_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('currency_cck'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('currency_cck'), ), ); // contributions/modules/currency_cck/currency_cck.module:DRUPAL-4-7 function currency_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('currency_cck'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('currency_cck'), ), ); // contributions/modules/currency_cck/currency_cck.module:DRUPAL-5 function currency_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('currency_cck'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('currency_cck'), ), ); // contributions/modules/currency_cck/currency_cck.module:DRUPAL-6--1 function currency_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Name and code', 'field types' => array('currency_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => 'Name only', 'field types' => array('currency_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => 'Code only', 'field types' => array('currency_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ) ); // contributions/modules/custom_formatters/custom_formatters.module:HEAD function custom_formatters_field_formatter_info() { $formatters = array(); foreach (custom_formatters_formatters() as $formatter) { $formatters[$formatter->name] = array( 'label' => t('Custom: !label', array('!label' => $formatter->label)), 'description' => t($formatter->description), 'field types' => unserialize($formatter->field_types), ); } return $formatters; // contributions/modules/custom_formatters/custom_formatters.module:DRUPAL-6--1 function custom_formatters_field_formatter_info() { $formatters = array(); foreach (custom_formatters_formatters() as $formatter) { if ($formatter->status) { $formatters['custom_formatters_' . $formatter->name] = array( 'label' => t('Custom: !label', array('!label' => $formatter->label)), 'description' => t($formatter->description), 'field types' => unserialize($formatter->field_types), 'multiple values' => $formatter->multiple ? CONTENT_HANDLE_MODULE : CONTENT_HANDLE_CORE, ); } } return $formatters; // contributions/modules/custom_formatters/custom_formatters_export.tpl.php:HEAD /* N/A */ // contributions/modules/custom_formatters/custom_formatters_export.tpl.php:DRUPAL-6--1 /* N/A */ // contributions/modules/custom_formatters/templates/Attic/custom_formatters_export_module.tpl.php:HEAD /* N/A */ // contributions/modules/custom_formatters/templates/Attic/custom_formatters_export_module.tpl.php:DRUPAL-6--1 /* N/A */ // contributions/modules/custom_map/custom_map.module:HEAD function custom_map_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Original map, with marker'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('custom_map') ), ); if (module_exists('imagecache')) { // Add imagecache presets. foreach (imagecache_presets() as $preset) { $formatters['custom_map_imagecache_' . $preset['presetname']] = array( 'label' => t('@preset image', array('@preset' => $preset['presetname'])), 'field types' => array('custom_map'), 'multiple values' => CONTENT_HANDLE_MODULE, ); } } return $formatters; // contributions/modules/cyoa/cyoa.module:HEAD function cyoa_field_formatter_info() { return array( 'cyoas' => array( 'label' => t('Start [cyoa]'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'cyoac' => array( 'label' => t('Continue [cyoa]'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/d2c/d2c_core/d2c_core_field.inc:HEAD function d2c_core_field_formatter_info() { return array( 'd2c_core_code_simple_field_formatter' => array( 'label' => t('QR code'), 'field types' => array('d2c_core_code'), ), ); // contributions/modules/date/date.field.inc:HEAD function date_field_formatter_info() { $formatters = array( 'date_default' => array( 'label' => t('Default'), 'field types' => array('date', 'datestamp', 'datetime'), 'settings' => array( 'format_type' => 'long', 'show_repeat_rule' => 'show', 'multiple_number' => '', 'multiple_from' => '', 'multiple_to' => '', 'fromto' => 'both', ), ), 'format_interval' => array( 'label' => t('As Time Ago'), 'field types' => array('date', 'datestamp', 'datetime'), 'settings' => array( 'interval' => 2, ), ), ); $formats = _system_date_format_types_build(); foreach ($formats as $format => $value) { $formatters['date_' . $format] = $formatters['date_default']; $formatters['date_' . $format]['format_type'] = $format; $formatters['date_' . $format]['label'] = $value['title']; } return $formatters; // contributions/modules/date/date.module:HEAD /* N/A */ // contributions/modules/date/date.module:DRUPAL-4-7 function date_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('date', 'datestamp'), ), 'long' => array( 'label' => t('Long'), 'field types' => array('date', 'datestamp'), ), 'medium' => array( 'label' => t('Medium'), 'field types' => array('date', 'datestamp'), ), 'short' => array( 'label' => t('Short'), 'field types' => array('date', 'datestamp'), ), 'iso' => array( 'label' => t('ISO'), 'field types' => array('date', 'datestamp'), ), 'timestamp' => array( 'label' => t('Timestamp'), 'field types' => array('date', 'datestamp'), ), 'feed' => array( 'label' => t('Feed'), 'field types' => array('date', 'datestamp'), ), 'ical' => array( 'label' => t('iCal'), 'field types' => array('date', 'datestamp'), ), 'format_interval' => array( 'label' => t('As Time Ago'), 'field types' => array('date', 'datestamp'), ), ); // contributions/modules/date/date.module:DRUPAL-5 function date_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('date', 'datestamp'), ), 'long' => array( 'label' => t('Long'), 'field types' => array('date', 'datestamp'), ), 'medium' => array( 'label' => t('Medium'), 'field types' => array('date', 'datestamp'), ), 'short' => array( 'label' => t('Short'), 'field types' => array('date', 'datestamp'), ), 'iso' => array( 'label' => t('ISO'), 'field types' => array('date', 'datestamp'), ), 'timestamp' => array( 'label' => t('Timestamp'), 'field types' => array('date', 'datestamp'), ), 'feed' => array( 'label' => t('Feed'), 'field types' => array('date', 'datestamp'), ), 'ical' => array( 'label' => t('iCal'), 'field types' => array('date', 'datestamp'), ), 'format_interval' => array( 'label' => t('As Time Ago'), 'field types' => array('date', 'datestamp'), ), ); // contributions/modules/date/date/Attic/date.field.inc:HEAD /* N/A */ // contributions/modules/date/date/Attic/date.module:HEAD /* N/A */ // contributions/modules/date/date/Attic/date.module:DRUPAL-5--2 function date_field_formatter_info() { return array( 'default' => array('label' => t('Default'), 'field types' => array('date', 'datestamp')), 'long' => array('label' => t('Long'), 'field types' => array('date', 'datestamp')), 'medium' => array('label' => t('Medium'), 'field types' => array('date', 'datestamp')), 'short' => array('label' => t('Short'), 'field types' => array('date', 'datestamp')), 'iso' => array('label' => t('ISO'), 'field types' => array('date', 'datestamp')), 'timestamp' => array('label' => t('Timestamp'), 'field types' => array('date', 'datestamp')), 'feed' => array('label' => t('Feed'), 'field types' => array('date', 'datestamp')), 'ical' => array('label' => t('iCal'), 'field types' => array('date', 'datestamp')), 'format_interval' => array('label' => t('As Time Ago'), 'field types' => array('date', 'datestamp')), ); // contributions/modules/date/date/Attic/date.module:DRUPAL-6--1 function date_field_formatter_info() { return array( 'default' => array('label' => t('Default'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'long' => array('label' => t('Long'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'medium' => array('label' => t('Medium'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'short' => array('label' => t('Short'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'iso' => array('label' => t('ISO'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'timestamp' => array('label' => t('Timestamp'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'feed' => array('label' => t('Feed'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'ical' => array('label' => t('iCal'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'format_interval' => array('label' => t('As Time Ago'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), ); // contributions/modules/date/date/Attic/date.module:DRUPAL-6--2 function date_field_formatter_info() { $formatters = array( 'default' => array('label' => t('Default'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), 'format_interval' => array('label' => t('As Time Ago'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE), ); $format_types = date_get_format_types('', TRUE); if (!empty($format_types)) { foreach ($format_types as $type => $type_info) { $formatters[$type] = array( 'label' => $type_info['title'], 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_CORE, ); } } return $formatters; // contributions/modules/date_picker_formatter/date_picker_formatter.module:HEAD function date_picker_formatter_field_formatter_info() { $formatters = array( 'date_picker_formatter' => array('label' => t('date_picker_formatter'), 'field types' => array( 'date', 'datestamp', 'datetime' ), 'multiple values' => CONTENT_HANDLE_MODULE ), ); return $formatters; // contributions/modules/date_picker_formatter/date_picker_formatter.module:DRUPAL-6--1 function date_picker_formatter_field_formatter_info() { $formatters = array( 'date_picker_formatter' => array('label' => t('date_picker_formatter'), 'field types' => array( 'date', 'datestamp', 'datetime' ), 'multiple values' => CONTENT_HANDLE_MODULE ), ); return $formatters; // contributions/modules/date_picker_formatter/date_picker_formatter.module:DRUPAL-6--2 function date_picker_formatter_field_formatter_info() { return array( 'default' => array( 'label' => t('Date picker formatter'), 'field types' => array('date', 'datestamp', 'datetime'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Allow users to vote for each date/time set (using VotingAPI)'), ), ); // contributions/modules/derivative/derivative.module:HEAD function derivative_field_formatter_info() { $formatters = array(); $derivatives = derivative_derivatives(); foreach($derivatives as $derivative) { $formatters['derivative_'. $derivative->did .'_media_default'] = array( 'label' => 'Derivative: '. $derivative->name, 'field types' => array('file'), ); $formatters['derivative_'. $derivative->did .'_thumb_default'] = array( 'label' => 'Derivative: '. $derivative->name .'(thumbnail)', 'field types' => array('file'), ); $formatters['derivative_'. $derivative->did .'_thumb_nodelink'] = array( 'label' => 'Derivative: '. $derivative->name .'(thumbnail) linked to node', 'field types' => array('file'), ); } return $formatters; // contributions/modules/deviantart_embed/deviantart_embed.module:HEAD function deviantart_embed_field_formatter_info() { $types = array('deviantart_embed', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), ); return $formats; // contributions/modules/document_cloud/Attic/document_cloud.module:HEAD /* N/A */ // contributions/modules/document_cloud/Attic/document_cloud.module:DRUPAL-6--1 function document_cloud_field_formatter_info() { return array( 'default' => array( 'label' => t('Title and thumbnail as link (default)'), 'field types' => array('document_cloud_doc'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'just_title' => array( 'label' => t('Title as link'), 'field types' => array('document_cloud_doc'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/download_count/download_count.module:HEAD function download_count_field_formatter_info() { return array( 'download_count' => array( 'label' => t('Generic files with download count'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays all kinds of files with an icon and a linked file description with download count information.'), )); // contributions/modules/download_count/download_count.module:DRUPAL-5 /* N/A */ // contributions/modules/download_count/download_count.module:DRUPAL-6--1 /* N/A */ // contributions/modules/download_count/download_count.module:DRUPAL-6--2 function download_count_field_formatter_info() { return array( 'download_count' => array( 'label' => t('Generic files with download count'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays all kinds of files with an icon and a linked file description with download count information.'), )); // contributions/modules/download_count/download_count.module:DRUPAL-7--2 function download_count_field_formatter_info() { return array( 'download_count' => array( 'label' => t('Generic files with download count'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays all kinds of files with an icon and a linked file description with download count information.'), ), ); // contributions/modules/download_file/download_file.module:HEAD function download_file_field_formatter_info() { return array( 'direct_download' => array( 'label' => t('Direct download file'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link to direct download the file.') ), 'direct_download_icon' => array( 'label' => t('Direct download file with the type icon'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link to direct download the file with the type icon.') ), 'direct_download_accessible' => array( 'label' => t('Direct download file accessible'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link accessible to direct download the file.') ), 'direct_download_accessible_icon' => array( 'label' => t('Direct download file accessible with the type icon'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link accessible to direct download the file with the type icon.') ) ); // contributions/modules/download_file/download_file.module:DRUPAL-6--1 function download_file_field_formatter_info() { $formatters = array( 'direct_download' => array( 'label' => t('Direct download file'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link to direct download the file.') ), 'direct_download_icon' => array( 'label' => t('Direct download file with the type icon'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link to direct download the file with the type icon.') ), 'direct_download_accessible' => array( 'label' => t('Direct download file accessible'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link accessible to direct download the file.') ), 'direct_download_accessible_icon' => array( 'label' => t('Direct download file accessible with the type icon'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link accessible to direct download the file with the type icon.') ) ); // ImageCache support if (module_exists('imagecache') && module_exists('imagefield')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] . '_imagelink_direct_download'] = array( 'label' => t('Direct download file with thumbnail @preset', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link with a thumbnail to direct download the image.') ); $formatters[$preset['presetname'] . '_accessiblelink_direct_download'] = array( 'label' => t('Direct download file accessible with thumbnail @preset', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link accessible with a thumbnail to direct download the image.') ); } } return $formatters; // contributions/modules/download_file/download_file.module:DRUPAL-7--1 function download_file_field_formatter_info() { $formatters = array( 'direct_download' => array( 'label' => t('Direct download file'), 'field types' => array('file', 'image'), 'description' => t('Displays a link to direct download the file.') ), 'direct_download_icon' => array( 'label' => t('Direct download file with the type icon'), 'field types' => array('file', 'image'), 'description' => t('Displays a link to direct download the file with the type icon.') ), 'direct_download_accessible' => array( 'label' => t('Direct download file accessible'), 'field types' => array('file', 'image'), 'description' => t('Displays a link accessible to direct download the file.') ), 'direct_download_accessible_icon' => array( 'label' => t('Direct download file accessible with the type icon'), 'field types' => array('file', 'image'), 'description' => t('Displays a link accessible to direct download the file with the type icon.') )/* @todo Thumbnail formatter, 'direct_download_thumbnail_image' => array( 'label' => t('Direct download with thumbnail image'), 'field types' => array('image'), 'description' => t('Displays a link with a thumbnail to direct download the image.'), 'settings' => array('image_style' => '', 'image_link' => ''), )*/ ); return $formatters; // contributions/modules/download_file/download_file.module:HEAD function download_file_field_formatter_info() { return array( 'direct_download' => array( 'label' => t('Direct download file'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link to direct download the file.') ), 'direct_download_icon' => array( 'label' => t('Direct download file with the type icon'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link to direct download the file with the type icon.') ), 'direct_download_accessible' => array( 'label' => t('Direct download file accessible'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link accessible to direct download the file.') ), 'direct_download_accessible_icon' => array( 'label' => t('Direct download file accessible with the type icon'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link accessible to direct download the file with the type icon.') ) ); // contributions/modules/download_file/download_file.module:DRUPAL-6--1 function download_file_field_formatter_info() { $formatters = array( 'direct_download' => array( 'label' => t('Direct download file'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link to direct download the file.') ), 'direct_download_icon' => array( 'label' => t('Direct download file with the type icon'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link to direct download the file with the type icon.') ), 'direct_download_accessible' => array( 'label' => t('Direct download file accessible'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link accessible to direct download the file.') ), 'direct_download_accessible_icon' => array( 'label' => t('Direct download file accessible with the type icon'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link accessible to direct download the file with the type icon.') ) ); // ImageCache support if (module_exists('imagecache') && module_exists('imagefield')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] . '_imagelink_direct_download'] = array( 'label' => t('Direct download file with thumbnail @preset', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link with a thumbnail to direct download the image.') ); $formatters[$preset['presetname'] . '_accessiblelink_direct_download'] = array( 'label' => t('Direct download file accessible with thumbnail @preset', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays a link accessible with a thumbnail to direct download the image.') ); } } return $formatters; // contributions/modules/download_file/download_file.module:DRUPAL-7--1 function download_file_field_formatter_info() { $formatters = array( 'direct_download' => array( 'label' => t('Direct download file'), 'field types' => array('file', 'image'), 'description' => t('Displays a link to direct download the file.') ), 'direct_download_icon' => array( 'label' => t('Direct download file with the type icon'), 'field types' => array('file', 'image'), 'description' => t('Displays a link to direct download the file with the type icon.') ), 'direct_download_accessible' => array( 'label' => t('Direct download file accessible'), 'field types' => array('file', 'image'), 'description' => t('Displays a link accessible to direct download the file.') ), 'direct_download_accessible_icon' => array( 'label' => t('Direct download file accessible with the type icon'), 'field types' => array('file', 'image'), 'description' => t('Displays a link accessible to direct download the file with the type icon.') )/* @todo Thumbnail formatter, 'direct_download_thumbnail_image' => array( 'label' => t('Direct download with thumbnail image'), 'field types' => array('image'), 'description' => t('Displays a link with a thumbnail to direct download the image.'), 'settings' => array('image_style' => '', 'image_link' => ''), )*/ ); return $formatters; // contributions/modules/drealty/drealty.module:HEAD function drealty_field_formatter_info() { return array( 'lookup' => array( 'label' => t('drealty Lookup'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/drush_make_ui/drush_make_ui.module:HEAD /* N/A */ // contributions/modules/drush_make_ui/drush_make_ui.module:DRUPAL-6--1 function drush_make_ui_field_formatter_info() { return array( 'makefile' => array( 'label' => t('Makefile'), 'field types' => array('update_feed_cck'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays modules in a table with the shortname, server, api and version'), ), 'drush_make_api' => array( 'label' => t('Drush make API (for makefile)'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays modules in a table with the shortname, server, api and version'), ), 'core_api' => array( 'label' => t('Core API (for makefile)'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays modules in a table with the shortname, server, api and version'), ), ); // contributions/modules/duration/duration.module:HEAD function duration_field_formatter_info() { return array( 'default' => array( 'label' => t('List of metrics ("2 months, 15 days, ...")'), 'field types' => array('duration'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'hms' => array( 'label' => t('HMS ("3h20m45s")'), 'field types' => array('duration'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'colons' => array( 'label' => t('Time with colons ("3:20:45")'), 'field types' => array('duration'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/dynamic_formatters/dynamic_formatters.module:HEAD function dynamic_formatters_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('dynamic_formatters_reference'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('dynamic_formatters_reference'), ), ); // contributions/modules/dynamic_formatters/dynamic_formatters.module:DRUPAL-6--1 function dynamic_formatters_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('dynamic_formatters_preset'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('dynamic_formatters_preset'), ), ); // contributions/modules/dynamicfield/Attic/phptext.module:HEAD /* N/A */ // contributions/modules/dynamicfield/Attic/phptext.module:DRUPAL-6--1 function phptext_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('phptext'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/dyntextfield/dyntextfield.module:HEAD function dyntextfield_field_formatter_info() { return array( // The machine name of the formatter. 'default' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('Default'), // An array of the field types this formatter // can be used on. 'field types' => array('dyntextfield'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('dyntextfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/dyntextfield/dyntextfield.module:DRUPAL-6--1 function dyntextfield_field_formatter_info() { return array( // The machine name of the formatter. 'default' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('Default'), // An array of the field types this formatter // can be used on. 'field types' => array('dyntextfield'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('dyntextfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/ebay/ebay_field/ebay_field.module:HEAD function ebay_field_formatter_info() { return array( 'default' => array( 'label' => t('Small image and basic info'), 'field types' => array('ebay_item'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'detail' => array( 'label' => t('Small image and detail info'), 'field types' => array('ebay_item'), 'multiple values' => CONTENT_HANDLE_CORE ), 'graphic' => array( 'label' => t('Small image linked to product, no info'), 'field types' => array('ebay_item'), 'multiple values' => CONTENT_HANDLE_CORE ), 'graphic_large' => array( 'label' => t('Large image linked to product, no info'), 'field types' => array('ebay_item'), 'multiple values' => CONTENT_HANDLE_CORE ), 'grand' => array( 'label' => t('Full page view'), 'field types' => array('ebay_item'), 'multiple values' => CONTENT_HANDLE ), 'strict' => array( 'label' => t('Strictly details'), 'field types' => array('ebay_item'), 'multiple values' => CONTENT_HANDLE_CORE ) ); // contributions/modules/editablefields/editablefields.module:HEAD function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => 'Editable', 'field types' => array_keys(_content_field_types()), )); // contributions/modules/editablefields/editablefields.module:DRUPAL-5 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => 'Editable', 'field types' => array_keys(_content_field_types()), )); // contributions/modules/editablefields/editablefields.module:DRUPAL-5--2 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => 'Editable', 'field types' => array_keys(_content_field_types()), )); // contributions/modules/editablefields/editablefields.module:DRUPAL-5--3 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => 'Editable', 'field types' => array_keys(_content_field_types()), )); // contributions/modules/editablefields/editablefields.module:DRUPAL-6--1 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => t('Editable'), 'field types' => array_keys(_content_field_types()), ), 'clicktoedit' => array( 'label' => t('Click to Edit'), 'field types' => array_keys(_content_field_types()), ), ); // contributions/modules/editablefields/editablefields.module:DRUPAL-6--2 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => t('Editable (Ajax)'), 'field types' => array_keys(_content_field_types()), ), 'editable_html' => array( 'label' => t('Editable (HTML)'), 'field types' => array_keys(_content_field_types()), ), 'clicktoedit' => array( 'label' => t('Click to Edit'), 'field types' => array_keys(_content_field_types()), ), ); // contributions/modules/editablefields/editablefields.module:DRUPAL-6--3 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => t('Editable (Ajax)'), 'field types' => array_keys(_content_field_types()), ), 'editable_html' => array( 'label' => t('Editable (HTML)'), 'field types' => array_keys(_content_field_types()), ), 'clicktoedit' => array( 'label' => t('Click to Edit'), 'field types' => array_keys(_content_field_types()), ), ); // contributions/modules/editablefields/editablefields.module:HEAD function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => 'Editable', 'field types' => array_keys(_content_field_types()), )); // contributions/modules/editablefields/editablefields.module:DRUPAL-5 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => 'Editable', 'field types' => array_keys(_content_field_types()), )); // contributions/modules/editablefields/editablefields.module:DRUPAL-5--2 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => 'Editable', 'field types' => array_keys(_content_field_types()), )); // contributions/modules/editablefields/editablefields.module:DRUPAL-5--3 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => 'Editable', 'field types' => array_keys(_content_field_types()), )); // contributions/modules/editablefields/editablefields.module:DRUPAL-6--1 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => t('Editable'), 'field types' => array_keys(_content_field_types()), ), 'clicktoedit' => array( 'label' => t('Click to Edit'), 'field types' => array_keys(_content_field_types()), ), ); // contributions/modules/editablefields/editablefields.module:DRUPAL-6--2 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => t('Editable (Ajax)'), 'field types' => array_keys(_content_field_types()), ), 'editable_html' => array( 'label' => t('Editable (HTML)'), 'field types' => array_keys(_content_field_types()), ), 'clicktoedit' => array( 'label' => t('Click to Edit'), 'field types' => array_keys(_content_field_types()), ), ); // contributions/modules/editablefields/editablefields.module:DRUPAL-6--3 function editablefields_field_formatter_info() { return array( 'editable' => array( 'label' => t('Editable (Ajax)'), 'field types' => array_keys(_content_field_types()), ), 'editable_html' => array( 'label' => t('Editable (HTML)'), 'field types' => array_keys(_content_field_types()), ), 'clicktoedit' => array( 'label' => t('Click to Edit'), 'field types' => array_keys(_content_field_types()), ), ); // contributions/modules/education_field/Attic/education_field.module:HEAD /* N/A */ // contributions/modules/education_field/Attic/education_field.module:DRUPAL-5 function education_field_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('education'), ), ); // contributions/modules/education_field/Attic/education_field.module:DRUPAL-6--1 function education_field_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('education'), ), ); // contributions/modules/email/email.module:HEAD function email_field_formatter_info() { return array( 'email-link' => array( 'label' => 'Email-Link', 'field types' => array('email'), ), 'email-invisi' => array( 'label' => 'Email-Invisimail', 'field types' => array('email'), ), ); // contributions/modules/email/email.module:DRUPAL-4-7 function email_field_formatter_info() { return array( 'default' => array( 'label' => 'Default Email-Link', 'field types' => array('email'), ), 'invisi' => array( 'label' => 'Email-Invisimail', 'field types' => array('email'), ), 'contact' => array( 'label' => 'Email-Contact Form', 'field types' => array('email'), ), ); // contributions/modules/email/email.module:DRUPAL-5 function email_field_formatter_info() { $formats = array( 'default' => array( 'label' => 'Default Email-Link', 'field types' => array('email'), ), 'contact' => array( 'label' => 'Email-Contact Form', 'field types' => array('email'), ), ); if (module_exists('invisimail')) { $formats['invisi'] = array( 'label' => 'Email-Invisimail', 'field types' => array('email'), ); } return $formats; // contributions/modules/email/email.module:DRUPAL-6--1 function email_field_formatter_info() { $formats = array( 'default' => array( 'label' => t('Default email link'), 'field types' => array('email'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'contact' => array( 'label' => t('Email contact form'), 'field types' => array('email'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Email plain text'), 'field types' => array('email'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); if (module_exists('spamspan')) { $formats += array( 'spamspan' => array( 'label' => t('Email SpamSpan'), 'field types' => array('email'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); } return $formats; // contributions/modules/email/email.module:DRUPAL-6--2 function email_field_formatter_info() { $formats = array( 'default' => array( 'label' => 'Default Email-Link', 'field types' => array('email'), ), 'contact' => array( 'label' => 'Email-Contact Form', 'field types' => array('email'), ), ); if (module_exists('invisimail')) { $formats['invisi'] = array( 'label' => 'Email-Invisimail', 'field types' => array('email'), ); } return $formats; // contributions/modules/email/email.module:DRUPAL-7--1 function email_field_formatter_info() { $formats = array( 'email_default' => array( 'label' => t('Default email link'), 'description' => t('Display the email address as a mailto link.'), 'field types' => array('email'), ), 'email_contact' => array( 'label' => t('Email contact form'), 'description' => t('Display a contact form.'), 'field types' => array('email'), ), 'email_plain' => array( 'label' => t('Email plain text'), 'description' => t('Display the email address as plain text.'), 'field types' => array('email'), ), ); if (module_exists('spamspan')) { $formats += array( 'email_spamspan' => array( 'label' => t('Email SpamSpan'), 'field types' => array('email'), ), ); } return $formats; // contributions/modules/email_filefield/email_filefield.module:HEAD function email_filefield_field_formatter_info() { return array( 'email_form' => array( 'label' => t('Link with popup email form'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t( 'Displays a link that, when clicked, pops up a email this file form on' . ' the page via thickbox.' ), ), ); // contributions/modules/email_filefield/email_filefield.module:DRUPAL-6--1 function email_filefield_field_formatter_info() { return array( 'email_form' => array( 'label' => t('Link with popup email form'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t( 'Displays a link that, when clicked, pops up a email this file form on' . ' the page via thickbox.' ), ), ); // contributions/modules/embed_gmap/embed_gmap.module:HEAD function embed_gmap_field_formatter_info() { return array( 'default' => array('label' => 'Medium map', 'field types' => array('embed_gmap')), 'small' => array('label' => 'Small map', 'field types' => array('embed_gmap')), 'large' => array('label' => 'Large map', 'field types' => array('embed_gmap')), ); // contributions/modules/embed_gmap/embed_gmap.module:DRUPAL-5 function embed_gmap_field_formatter_info() { return array( 'default' => array('label' => 'Medium map', 'field types' => array('embed_gmap')), 'small' => array('label' => 'Small map', 'field types' => array('embed_gmap')), 'large' => array('label' => 'Large map', 'field types' => array('embed_gmap')), ); // contributions/modules/embed_gmap/embed_gmap.module:DRUPAL-6--1 function embed_gmap_field_formatter_info() { return array( 'default' => array( 'label' => t('Medium map'), 'field types' => array('embed_gmap'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'small' => array( 'label' => t('Small map'), 'field types' => array('embed_gmap'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'large' => array( 'label' => t('Large map'), 'field types' => array('embed_gmap'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/embeddable/Attic/embeddable.module:HEAD /* N/A */ // contributions/modules/embeddable/Attic/embeddable.module:DRUPAL-7--1 /* N/A */ // contributions/modules/embeddable/Attic/field_collection.module:HEAD /* N/A */ // contributions/modules/embeddable/Attic/field_collection.module:DRUPAL-7--1 function field_collection_field_formatter_info() { return array( 'field_collection_list' => array( 'label' => t('List field_collections'), 'field types' => array('field_collection'), 'settings' => array( 'edit' => t('Edit'), 'delete' => t('Delete'), 'add' => t('Add'), ), ), ); // contributions/modules/emfield/contrib/emaudio/emaudio.module:HEAD function emaudio_field_formatter_info() { $types = array('emaudio', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'audio_audio' => array( 'label' => t('Full Size Audio Player'), 'field types' => $types, ), 'emaudio_preview' => array( 'label' => t('Preview Size Audio Player'), 'field types' => $types, ), 'emaudio_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'emaudio_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emaudio/emaudio.module:DRUPAL-5 function emaudio_field_formatter_info() { $types = array('emaudio', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'audio_audio' => array( 'label' => t('Full Size Audio Player'), 'field types' => $types, ), 'emaudio_preview' => array( 'label' => t('Preview Size Audio Player'), 'field types' => $types, ), 'emaudio_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'emaudio_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emaudio/emaudio.module:DRUPAL-6--1 function emaudio_field_formatter_info() { $types = array('emaudio', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'audio_audio' => array( 'label' => t('Full Size Audio Player'), 'field types' => $types, ), 'audio_preview' => array( 'label' => t('Preview Size Audio Player'), 'field types' => $types, ), 'audio_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'audio_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emaudio/emaudio.module:DRUPAL-6--2 function emaudio_field_formatter_info() { $types = array('emaudio', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'audio_audio' => array( 'label' => t('Full Size Audio Player'), 'field types' => $types, ), 'audio_preview' => array( 'label' => t('Preview Size Audio Player'), 'field types' => $types, ), 'audio_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'audio_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emaudio/emaudio.module:DRUPAL-6--3 function emaudio_field_formatter_info() { $types = array('emaudio', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'audio_audio' => array( 'label' => t('Full Size Audio Player'), 'field types' => $types, ), 'audio_preview' => array( 'label' => t('Preview Size Audio Player'), 'field types' => $types, ), 'audio_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'audio_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emimage/Attic/emimage.module:HEAD /* N/A */ // contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--1 function emimage_field_formatter_info() { $types = array('emimage', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'image_full' => array( 'label' => t('Full Size Image'), 'field types' => $types, ), 'image_preview' => array( 'label' => t('Preview Size Image'), 'field types' => $types, ), 'image_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'image_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--2 function emimage_field_formatter_info() { $types = array('emimage', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'image_full' => array( 'label' => t('Full Size Image'), 'field types' => $types, ), 'image_preview' => array( 'label' => t('Preview Size Image'), 'field types' => $types, ), 'image_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'image_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), 'image_link' => array( 'label' => t('Link to Image'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--3 function emimage_field_formatter_info() { $types = array('emimage', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'image_full' => array( 'label' => t('Full Size Image'), 'field types' => $types, ), 'image_preview' => array( 'label' => t('Preview Size Image'), 'field types' => $types, ), 'image_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'image_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), 'image_link' => array( 'label' => t('Link to Image'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emimage/Attic/emimage.module:HEAD /* N/A */ // contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--1 function emimage_field_formatter_info() { $types = array('emimage', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'image_full' => array( 'label' => t('Full Size Image'), 'field types' => $types, ), 'image_preview' => array( 'label' => t('Preview Size Image'), 'field types' => $types, ), 'image_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'image_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--2 function emimage_field_formatter_info() { $types = array('emimage', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'image_full' => array( 'label' => t('Full Size Image'), 'field types' => $types, ), 'image_preview' => array( 'label' => t('Preview Size Image'), 'field types' => $types, ), 'image_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'image_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), 'image_link' => array( 'label' => t('Link to Image'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emimage/Attic/emimage.module:DRUPAL-6--3 function emimage_field_formatter_info() { $types = array('emimage', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'image_full' => array( 'label' => t('Full Size Image'), 'field types' => $types, ), 'image_preview' => array( 'label' => t('Preview Size Image'), 'field types' => $types, ), 'image_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'image_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), 'image_link' => array( 'label' => t('Link to Image'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emthumb/emthumb.module:HEAD /* N/A */ // contributions/modules/emfield/contrib/emthumb/emthumb.module:DRUPAL-5 /* N/A */ // contributions/modules/emfield/contrib/emthumb/emthumb.module:DRUPAL-6--1 function emthumb_field_formatter_info() { $formatters = array(); if (!module_exists('imagecache')) { return $formatters; } $field_types = array('emvideo', 'emimage', 'emaudio'); foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_default'] = array( 'label' => t('@preset image', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_linked'] = array( 'label' => t('@preset image linked to node', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_imagelink'] = array( 'label' => t('@preset image linked to original image', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_path'] = array( 'label' => t('@preset file path', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_url'] = array( 'label' => t('@preset URL', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_providerlink'] = array( 'label' => t('@preset image linked to provider', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_full'] = array( 'label' => t('@preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_preview'] = array( 'label' => t('@preset image -> Preview Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); // Add thickbox formatter if thickbox module exists. if (module_exists('thickbox')) { $formatters[$preset['presetname'] .'_thickbox'] = array( 'label' => t('Thickbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); } if (module_exists('lightbox2')) { $formatters[$preset['presetname'] .'_lightbox2'] = array( 'label' => t('Lightbox2: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); } if (module_exists('shadowbox')) { $formatters[$preset['presetname'] .'_shadowbox'] = array( 'label' => t('Shadowbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); } } return $formatters; } // contributions/modules/emfield/contrib/emthumb/emthumb.module:DRUPAL-6--2 function emthumb_field_formatter_info() { $formatters = array(); if (!module_exists('imagecache')) { return $formatters; } $field_types = array('emvideo', 'emimage', 'emaudio'); foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_default'] = array( 'label' => t('@preset image', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_linked'] = array( 'label' => t('@preset image linked to node', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_imagelink'] = array( 'label' => t('@preset image linked to original image', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_path'] = array( 'label' => t('@preset file path', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_url'] = array( 'label' => t('@preset URL', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_providerlink'] = array( 'label' => t('@preset image linked to provider', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_full'] = array( 'label' => t('@preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_preview'] = array( 'label' => t('@preset image -> Preview Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); // Add colorbox formatter if colorbox module exists. if (module_exists('colorbox')) { $formatters[$preset['presetname'] .'_colorbox'] = array( 'label' => t('Colorbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); } // Add thickbox formatter if thickbox module exists. if (module_exists('thickbox')) { $formatters[$preset['presetname'] .'_thickbox'] = array( 'label' => t('Thickbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); } if (module_exists('lightbox2')) { $formatters[$preset['presetname'] .'_lightbox2'] = array( 'label' => t('Lightbox2: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); } if (module_exists('shadowbox')) { $formatters[$preset['presetname'] .'_shadowbox'] = array( 'label' => t('Shadowbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); } } return $formatters; } // contributions/modules/emfield/contrib/emthumb/emthumb.module:DRUPAL-6--3 function emthumb_field_formatter_info() { $formatters = array(); if (!module_exists('imagecache')) { return $formatters; } $field_types = array('emvideo', 'emimage', 'emaudio'); foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_default'] = array( 'label' => t('@preset image', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_linked'] = array( 'label' => t('@preset image linked to node', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_imagelink'] = array( 'label' => t('@preset image linked to original image', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_path'] = array( 'label' => t('@preset file path', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_url'] = array( 'label' => t('@preset URL', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_providerlink'] = array( 'label' => t('@preset image linked to provider', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_full'] = array( 'label' => t('@preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); $formatters[$preset['presetname'] .'_preview'] = array( 'label' => t('@preset image -> Preview Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); // Add thickbox formatter if thickbox module exists. if (module_exists('thickbox')) { $formatters[$preset['presetname'] .'_thickbox'] = array( 'label' => t('Thickbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); } if (module_exists('lightbox2')) { $formatters[$preset['presetname'] .'_lightbox2'] = array( 'label' => t('Lightbox2: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); } if (module_exists('shadowbox')) { $formatters[$preset['presetname'] .'_shadowbox'] = array( 'label' => t('Shadowbox: @preset image -> Full Size Media', array('@preset' => $preset['presetname'])), 'field types' => $field_types, ); } } return $formatters; } // contributions/modules/emfield/contrib/emvideo/Attic/emvideo.module:HEAD /* N/A */ // contributions/modules/emfield/contrib/emvideo/Attic/emvideo.module:DRUPAL-6--1 function emvideo_field_formatter_info() { $types = array('emvideo'); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'video_video' => array( 'label' => t('Full Size Video'), 'field types' => $types, ), 'video_preview' => array( 'label' => t('Preview Video'), 'field types' => $types, ), 'video_thumbnail_no_link' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'video_thumbnail' => array( 'label' => t('Image Thumbnail (linked to node)'), 'field types' => $types, ), 'video_thumbnail_provider_link' => array( 'label' => t('Image Thumbnail (linked to original video)'), 'field types' => $types, ), 'video_link' => array( 'label' => t('Link to original video'), 'field types' => $types, ), 'video_url' => array( 'label' => t('URL to original video'), 'field types' => $types, ), 'video_duration' => array( 'label' => t('Video duration'), 'field types' => $types, ), 'video_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), 'video_replace' => array( 'label' => t('Thumbnail -> Full Size Video inline replacement'), 'field types' => $types, ), 'video_replace_preview' => array( 'label' => t('Thumbnail -> Preview Size Video inline replacement'), 'field types' => $types, ), ); // Add thickbox formatter if thickbox module exists. if (module_exists('thickbox')) { $formats['thickbox'] = array( 'label' => t('Thickbox: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } if (module_exists('lightbox2')) { $formats['lightbox2'] = array( 'label' => t('Lightbox2: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } if (module_exists('shadowbox')) { $formats['shadowbox'] = array( 'label' => t('Shadowbox: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } return $formats; // contributions/modules/emfield/contrib/emvideo/Attic/emvideo.module:DRUPAL-6--2 function emvideo_field_formatter_info() { $types = array('emvideo'); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'video_video' => array( 'label' => t('Full Size Video'), 'field types' => $types, ), 'video_preview' => array( 'label' => t('Preview Video'), 'field types' => $types, ), 'video_thumbnail_no_link' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'video_thumbnail' => array( 'label' => t('Image Thumbnail (linked to node)'), 'field types' => $types, ), 'video_thumbnail_provider_link' => array( 'label' => t('Image Thumbnail (linked to original video)'), 'field types' => $types, ), 'video_thumbnail_path' => array( 'label' => t('Image Thumbnail (path to thumbnail)'), 'field types' => $types, ), 'video_thumbnail_url' => array( 'label' => t('Image Thumbnail (absolute url to thumbnail)'), 'field types' => $types, ), 'video_link' => array( 'label' => t('Link to original video'), 'field types' => $types, ), 'video_url' => array( 'label' => t('URL to original video'), 'field types' => $types, ), 'video_duration' => array( 'label' => t('Video duration'), 'field types' => $types, ), 'video_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), 'video_replace' => array( 'label' => t('Thumbnail -> Full Size Video inline replacement'), 'field types' => $types, ), 'video_replace_preview' => array( 'label' => t('Thumbnail -> Preview Size Video inline replacement'), 'field types' => $types, ), ); // Add colorbox formatter if colorbox module exists. if (module_exists('colorbox')) { $formats['colorbox'] = array( 'label' => t('Colorbox: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } // Add thickbox formatter if thickbox module exists. if (module_exists('thickbox')) { $formats['thickbox'] = array( 'label' => t('Thickbox: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } if (module_exists('lightbox2')) { $formats['lightbox2'] = array( 'label' => t('Lightbox2: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } if (module_exists('shadowbox')) { $formats['shadowbox'] = array( 'label' => t('Shadowbox: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } return $formats; // contributions/modules/emfield/contrib/emvideo/Attic/emvideo.module:DRUPAL-6--3 function emvideo_field_formatter_info() { $types = array('emvideo'); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'video_video' => array( 'label' => t('Full Size Video'), 'field types' => $types, ), 'video_preview' => array( 'label' => t('Preview Video'), 'field types' => $types, ), 'video_thumbnail_no_link' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'video_thumbnail' => array( 'label' => t('Image Thumbnail (linked to node)'), 'field types' => $types, ), 'video_thumbnail_provider_link' => array( 'label' => t('Image Thumbnail (linked to original video)'), 'field types' => $types, ), 'video_thumbnail_path' => array( 'label' => t('Image Thumbnail (path to thumbnail)'), 'field types' => $types, ), 'video_thumbnail_url' => array( 'label' => t('Image Thumbnail (absolute url to thumbnail)'), 'field types' => $types, ), 'video_link' => array( 'label' => t('Link to original video'), 'field types' => $types, ), 'video_url' => array( 'label' => t('URL to original video'), 'field types' => $types, ), 'video_duration' => array( 'label' => t('Video duration'), 'field types' => $types, ), 'video_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), 'video_replace' => array( 'label' => t('Thumbnail -> Full Size Video inline replacement'), 'field types' => $types, ), 'video_replace_preview' => array( 'label' => t('Thumbnail -> Preview Size Video inline replacement'), 'field types' => $types, ), ); // Add thickbox formatter if thickbox module exists. if (module_exists('thickbox')) { $formats['thickbox'] = array( 'label' => t('Thickbox: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } if (module_exists('lightbox2')) { $formats['lightbox2'] = array( 'label' => t('Lightbox2: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } if (module_exists('shadowbox')) { $formats['shadowbox'] = array( 'label' => t('Shadowbox: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } return $formats; // contributions/modules/emfield/contrib/emwave/Attic/emwave.module:HEAD /* N/A */ // contributions/modules/emfield/contrib/emwave/Attic/emwave.module:DRUPAL-6--1 function emwave_field_formatter_info() { $types = array('emwave', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'wave_full' => array( 'label' => t('Full Size Wave'), 'field types' => $types, ), 'wave_preview' => array( 'label' => t('Preview Size Wave'), 'field types' => $types, ), 'wav_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emwave/Attic/emwave.module:DRUPAL-6--2 function emwave_field_formatter_info() { $types = array('emwave', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'wave_full' => array( 'label' => t('Full Size Wave'), 'field types' => $types, ), 'wave_preview' => array( 'label' => t('Preview Size Wave'), 'field types' => $types, ), 'wav_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/emwave/Attic/emwave.module:DRUPAL-6--3 function emwave_field_formatter_info() { $types = array('emwave', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'wave_full' => array( 'label' => t('Full Size Wave'), 'field types' => $types, ), 'wave_preview' => array( 'label' => t('Preview Size Wave'), 'field types' => $types, ), 'wav_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/image_ncck/image_ncck.module:HEAD function image_ncck_field_formatter_info() { $types = array('image_ncck', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'image_full' => array( 'label' => t('Full Size Image'), 'field types' => $types, ), 'image_preview' => array( 'label' => t('Preview Size Image'), 'field types' => $types, ), 'image_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'image_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/image_ncck/image_ncck.module:DRUPAL-4-7 function image_ncck_field_formatter_info() { $types = array('image_ncck',); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'image_full' => array( 'label' => t('Full Size Image'), 'field types' => $types, ), 'image_preview' => array( 'label' => t('Preview Size Image'), 'field types' => $types, ), 'image_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'image_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/image_ncck/image_ncck.module:DRUPAL-5 function image_ncck_field_formatter_info() { $types = array('image_ncck', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'image_full' => array( 'label' => t('Full Size Image'), 'field types' => $types, ), 'image_preview' => array( 'label' => t('Preview Size Image'), 'field types' => $types, ), 'image_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'image_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/image_ncck/image_ncck.module:DRUPAL-6--1 /* N/A */ // contributions/modules/emfield/contrib/video_cck/Attic/emvideo.module:HEAD /* N/A */ // contributions/modules/emfield/contrib/video_cck/Attic/emvideo.module:DRUPAL-6--1 /* N/A */ // contributions/modules/emfield/contrib/video_cck/video_cck.module:HEAD function video_cck_field_formatter_info() { $types = array('video_cck', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'video_video' => array( 'label' => t('Full Size Video'), 'field types' => $types, ), 'video_preview' => array( 'label' => t('Preview Video'), 'field types' => $types, ), 'video_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'video_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); // add thickbox formatter if thickbox module exists if (module_exists('thickbox')) { $formats['thickbox'] = array( 'label' => t('Thickbox: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } return $formats; // contributions/modules/emfield/contrib/video_cck/video_cck.module:DRUPAL-4-7 function video_cck_field_formatter_info() { $types = array('video_cck',); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'video_video' => array( 'label' => t('Full Size Video'), 'field types' => $types, ), 'video_preview' => array( 'label' => t('Preview Video'), 'field types' => $types, ), 'video_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'video_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/emfield/contrib/video_cck/video_cck.module:DRUPAL-5 function video_cck_field_formatter_info() { $types = array('video_cck', ); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'video_video' => array( 'label' => t('Full Size Video'), 'field types' => $types, ), 'video_preview' => array( 'label' => t('Preview Video'), 'field types' => $types, ), 'video_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'video_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); // add thickbox formatter if thickbox module exists if (module_exists('thickbox')) { $formats['thickbox'] = array( 'label' => t('Thickbox: Image Thumbnail -> Full Size Video'), 'field types' => $types, ); } return $formats; // contributions/modules/emfield/contrib/video_cck/video_cck.module:DRUPAL-6--1 /* N/A */ // contributions/modules/emfield/emfield.module:HEAD /* N/A */ // contributions/modules/emfield/emfield.module:DRUPAL-4-7 /* N/A */ // contributions/modules/emfield/emfield.module:DRUPAL-5 /* N/A */ // contributions/modules/emfield/emfield.module:DRUPAL-6--1 /* N/A */ // contributions/modules/emfield/emfield.module:DRUPAL-6--2 /* N/A */ // contributions/modules/emfield/emfield.module:DRUPAL-6--3 function emfield_field_formatter_info() { $types = array('emfield'); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), ); return $formats; // contributions/modules/employment_field/Attic/employment_field.module:HEAD /* N/A */ // contributions/modules/employment_field/Attic/employment_field.module:DRUPAL-5 function employment_field_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('employment'), ), ); // contributions/modules/emspace_code/Attic/emspace.module:HEAD /* N/A */ // contributions/modules/emspace_code/Attic/emspace.module:DRUPAL-5 /* N/A */ // contributions/modules/emspace_code/Attic/emspace.module:navlinks_0 /* N/A */ // contributions/modules/emspace_profile/emspace_profile.module:HEAD function emspace_profile_field_formatter_info() { $formatters = imagecache_field_formatter_info(); if(is_array($formatters)){ foreach ($formatters AS $key => $data) { $formatters[$key]['field types'][] = 'image_ref'; } } return $formatters; // contributions/modules/eventbrite/eventbrite_cck/Attic/eventbrite_cck.module:HEAD /* N/A */ // contributions/modules/eventbrite/eventbrite_cck/Attic/eventbrite_cck.module:DRUPAL-6--2 function eventbrite_cck_field_formatter_info() { return array( // Default formatter - Event details 'default' => array( 'label' => t('Event details'), 'field types' => array('eventbrite_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Event teaser'), 'field types' => array('eventbrite_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), // Registration embed widget from Eventbrite 'registration_embed' => array( 'label' => t('Registration Embed'), 'field types' => array('eventbrite_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), // Ticket embed widget from Eventbrite 'ticket_embed' => array( 'label' => t('Ticket Embed'), 'field types' => array('eventbrite_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), // Registration Page embed widget from Eventbrite 'countdown_embed' => array( 'label' => t('Countdown Embed'), 'field types' => array('eventbrite_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), // Registration Page embed widget from Eventbrite 'calendar_embed' => array( 'label' => t('Calendar Embed'), 'field types' => array('eventbrite_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); } // contributions/modules/evoc/modules/evocreference/Attic/evocreference.module:HEAD /* N/A */ // contributions/modules/evoc/modules/evocreference/Attic/evocreference.module:DRUPAL-6--1 function evocreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('evocreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('evocreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/evoca_ms/evoca_client/evoca_cck/evoca_cck.module:HEAD function evoca_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default player', 'field types' => array('evoca_recording'), ), 'single_file' => array( 'label' => 'Single file player', 'field types' => array('evoca_recording'), ), ); // contributions/modules/evoca_ms/evoca_client/evoca_cck/evoca_cck.module:DRUPAL-5 function evoca_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default player', 'field types' => array('evoca_recording'), ), 'single_file' => array( 'label' => 'Single file player', 'field types' => array('evoca_recording'), ), ); // contributions/modules/examples/field_example/field_example.module:HEAD function field_example_field_formatter_info() { return array( // This formatter just displays the hex value in the color indicated. 'field_example_simple_text' => array( 'label' => t('Simple text-based formatter'), 'field types' => array('field_example_rgb'), ), // This formatter changes the background color of the content region. 'field_example_color_background' => array( 'label' => t('Change the background of the output text'), 'field types' => array('field_example_rgb'), ), ); // contributions/modules/examples/node_example/node_example.module:HEAD function node_example_field_formatter_info() { return array( 'node_example_colors' => array( 'label' => t('Node Example Color Handle'), 'field types' => array('text'), ), ); // contributions/modules/examples/node_example/node_example.module:DRUPAL-6--1 /* N/A */ // contributions/modules/examples/node_example/node_example.module:DRUPAL-7--1 /* N/A */ // contributions/modules/explainfield/explainfield.module:HEAD function explainfield_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('explainfield'), ), 'replace' => array( 'label' => 'Replace with explanation', 'field types' => array('explainfield'), ), 'valueonly' => array( 'label' => 'Value only', 'field types' => array('explainfield'), ), 'explanation' => array( 'label' => 'Explanation only', 'field types' => array('explainfield'), ), ); // contributions/modules/explainfield/explainfield.module:DRUPAL-5 function explainfield_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('explainfield'), ), 'replace' => array( 'label' => 'Replace with explanation', 'field types' => array('explainfield'), ), 'valueonly' => array( 'label' => 'Value only', 'field types' => array('explainfield'), ), 'explanation' => array( 'label' => 'Explanation only', 'field types' => array('explainfield'), ), ); // contributions/modules/explainfield/explainfield.module:DRUPAL-5--2 function explainfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('explainfield'), ), 'replace' => array( 'label' => t('Replace with explanation'), 'field types' => array('explainfield'), ), 'valueonly' => array( 'label' => t('Value only'), 'field types' => array('explainfield'), ), 'explanation' => array( 'label' => t('Explanation only'), 'field types' => array('explainfield'), ), ); // contributions/modules/explainfield/explainfield.module:DRUPAL-6--1 function explainfield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('explainfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain Text'), 'field types' => array('explainfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); return $formatters; // contributions/modules/eyedrop/eyefield/Attic/eyefield.module:HEAD /* N/A */ // contributions/modules/eyedrop/eyefield/Attic/eyefield.module:DRUPAL-5 function eyefield_field_formatter_info() { $return['default'] = array( 'label' => 'Default', 'field types' => array('eyedrop'), ); // Gather the eyedrop fields in use (ie. which image derivatives are used) so // that we can create formatters from each. Useful for views. $result = db_query("SELECT field_name FROM {node_field} WHERE type = 'eyedrop'"); while ($row = db_fetch_object($result)) { $field = substr($row->field_name, 6); // 6 used to knock 'field_' off the name. :/ $return[$field] = array( 'label' => 'Eyedrop '. $field, 'field types' => array('eyedrop'), ); } return $return; // contributions/modules/eyedrop/eyefield/Attic/eyefield.module:DRUPAL-5--3 function eyefield_field_formatter_info() { $info['default'] = array( 'label' => 'Default', 'field types' => array('eyedrop'), ); // Gather the eyedrop fields in use (ie. which image derivatives are used) so // that we can create formatters from each. Useful for views. $result = db_query("SELECT field_name FROM {node_field} WHERE type = 'eyedrop'"); while ($row = db_fetch_object($result)) { $field = substr($row->field_name, 6); // 6 used to knock 'field_' off the name. :/ $info[$field] = array( 'label' => 'Eyedrop '. $field, 'field types' => array('eyedrop'), ); } return $info; // contributions/modules/fancy_dates/Attic/fancy_dates.module:HEAD /* N/A */ // contributions/modules/fancy_dates/Attic/fancy_dates.module:DRUPAL-6--1 function fancy_dates_field_formatter_info() { $formatters = array(); $formatters['default'] = array( 'label' => t('fancy_dates'), 'field types' => array('date', 'date_format', 'created', 'changed'), ); return $formatters; // contributions/modules/fancy_references/fancy_references.module:HEAD function fancy_references_field_formatter_info() { return array( 'nodereference' => array( 'label' => t('Fancy Nodereference'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'userreference' => array( 'label' => t('Fancy Userreference'), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); } // contributions/modules/fancy_references/fancy_references.module:DRUPAL-6--1 function fancy_references_field_formatter_info() { return array( 'nodereference' => array( 'label' => t('Fancy Nodereference'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'userreference' => array( 'label' => t('Fancy Userreference'), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); } // contributions/modules/fancybox/fancybox.module:HEAD function fancybox_field_formatter_info() { $formatters = array(); if (module_exists('image')) { $presets = array(); foreach (image_styles() as $preset) { $presets[$preset['name'] .'_fancybox'] = array( 'label' => t('Fancybox: @preset image', array('@preset' => $preset['name'])), 'field types' => array('image'), ); } if (is_array($presets)) { $formatters = array_merge($presets); } } return $formatters; // contributions/modules/fancybox/fancybox.module:DRUPAL-5 /* N/A */ // contributions/modules/fancybox/fancybox.module:DRUPAL-6--1 function fancybox_field_formatter_info() { $formatters = array(); if (module_exists('imagecache')) { $presets = array(); foreach (imagecache_presets() as $preset) { $presets[$preset['presetname'] .'|fancybox'] = array( 'label' => t('Fancybox: @preset image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } if (is_array($presets)) { $formatters = array_merge($presets); } } if (module_exists('emvideo')) { $formatters['emvideo_fancybox_video'] = array( 'label' => t('Fancybox: Image Thumbnail -> Full Size Video'), 'field types' => array('emvideo'), ); } return $formatters; // contributions/modules/fancybox/fancybox.module:DRUPAL-7--1 function fancybox_field_formatter_info() { $formatters = array(); if (module_exists('image')) { $presets = array(); foreach (image_styles() as $preset) { $presets[$preset['name'] .'_fancybox'] = array( 'label' => t('Fancybox: @preset image', array('@preset' => $preset['name'])), 'field types' => array('image'), ); } if (is_array($presets)) { $formatters = array_merge($presets); } } return $formatters; // contributions/modules/fb_walls/fb_walls.module:HEAD function fb_walls_field_formatter_info() { $formats = array( 'default' => array( 'label' => t('Default FB Wall field'), 'field types' => array('fb_wall_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); return $formats; // contributions/modules/feed_field/feed_field.module:HEAD function feed_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Title only'), 'field types' => array('feed_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Title and Teaser'), 'field types' => array('feed_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Title with full content'), 'field types' => array('feed_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/feed_field/feed_field.module:DRUPAL-6--1 function feed_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Title only'), 'field types' => array('feed_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Title and Teaser'), 'field types' => array('feed_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Title with full content'), 'field types' => array('feed_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/feedfield/feedfield.module:HEAD function feedfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Display Aggregator Block (default)'), 'field types' => array('feedfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/feedfield/feedfield.module:DRUPAL-5 /* N/A */ // contributions/modules/feedfield/feedfield.module:DRUPAL-6--1 function feedfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Display Aggregator Block (default)'), 'field types' => array('feedfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/field_collection/Attic/embeddable.module:HEAD /* N/A */ // contributions/modules/field_collection/Attic/embeddable.module:DRUPAL-7--1 /* N/A */ // contributions/modules/field_collection/Attic/field_collection.module:HEAD /* N/A */ // contributions/modules/field_collection/Attic/field_collection.module:DRUPAL-7--1 function field_collection_field_formatter_info() { return array( 'field_collection_list' => array( 'label' => t('List field-collection items'), 'field types' => array('field_collection'), 'settings' => array( 'edit' => t('Edit'), 'delete' => t('Delete'), 'add' => t('Add'), 'description' => TRUE, ), ), 'field_collection_view' => array( 'label' => t('View field-collection items'), 'field types' => array('field_collection'), 'settings' => array( 'edit' => t('Edit'), 'delete' => t('Delete'), 'add' => t('Add'), 'description' => TRUE, ), ), ); // contributions/modules/field_form/field_form.module:HEAD function field_form_field_formatter_info() { return array( 'form_input_formatter' => array( 'label' => t('Form input'), 'field types' => array('field_form_input'), ), ); // contributions/modules/field_formatter_class/field_formatter_class.module:HEAD function field_formatter_class_field_formatter_info_alter(&$info) { foreach ($info as $instance => $value) { $info[$instance]['settings'] += array( 'field_formatter_class' => '', // This will be the class name for each field. ); } // contributions/modules/field_injector/field_injector.module:HEAD function field_injector_field_formatter_info_alter(&$info) { foreach ($info as $formatter_key => &$formatter) { $formatter['settings'] += array( 'field_injector_field' => '', 'field_injector_position' => '', ); } // contributions/modules/field_injector/field_injector.module:DRUPAL-7--1 function field_injector_field_formatter_info_alter(&$info) { foreach ($info as $formatter_key => &$formatter) { $formatter['settings'] += array( 'field_injector_field' => '', 'field_injector_position' => '', ); } // contributions/modules/field_slideshow/field_slideshow.module:HEAD function field_slideshow_field_formatter_info() { $formatters = array( 'slideshow' => array( 'label' => t('Slideshow'), 'field types' => array('image'), 'settings' => array( 'slideshow_image_style' => '', 'slideshow_image_link' => '', ), ), ); return $formatters; // contributions/modules/field_slideshow/field_slideshow.module:DRUPAL-7--1 function field_slideshow_field_formatter_info() { $formatters = array( 'slideshow' => array( 'label' => t('Slideshow'), 'field types' => array('image', 'media'), 'settings' => array( 'slideshow_image_style' => '', 'slideshow_link' => '', 'slideshow_caption' => '', 'slideshow_fx' => 'fade', 'slideshow_timeout' => '4000', 'slideshow_pager' => '', 'slideshow_controls' => '', ), ), ); return $formatters; // contributions/modules/field_taxonomy/field_taxonomy.module:HEAD function field_taxonomy_field_formatter_info() { return array( 'default' => array( 'label' => t('Text with taxonomy'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'number' => array( 'label' => '9999 (with taxonomy)', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), ); // contributions/modules/field_taxonomy/field_taxonomy.module:DRUPAL-6--1 function field_taxonomy_field_formatter_info() { return array( 'default' => array( 'label' => t('Text with taxonomy'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'number' => array( 'label' => '9999 (with taxonomy)', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('number_integer', 'number_decimal', 'number_float')), ); // contributions/modules/fieldreference/fieldreference.module:HEAD function fieldreference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('fieldreference') ), 'full' => array( 'label' => t('Full'), 'field types' => array('fieldreference') ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('fieldreference') ) ); // contributions/modules/fieldreference/fieldreference.module:DRUPAL-4-7 function fieldreference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('fieldreference'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('fieldreference'), ), ); // contributions/modules/fieldreference/fieldreference.module:DRUPAL-5 function fieldreference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('fieldreference') ), 'full' => array( 'label' => t('Full'), 'field types' => array('fieldreference') ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('fieldreference') ) ); // contributions/modules/file/file.field.inc:HEAD function file_field_formatter_info() { return array( 'file_default' => array( 'label' => t('Generic file'), 'field types' => array('file'), ), 'file_table' => array( 'label' => t('Table of files'), 'field types' => array('file'), 'behaviors' => array( 'multiple values' => FIELD_BEHAVIOR_CUSTOM, ), ), 'file_url_plain' => array( 'label' => t('URL to file'), 'field types' => array('file'), ), ); // contributions/modules/file/file.module:HEAD /* N/A */ // contributions/modules/file/file.module:DRUPAL-3-0 /* N/A */ // contributions/modules/file/file.module:DRUPAL-4-0 /* N/A */ // contributions/modules/file/file.module:DRUPAL-4-1 /* N/A */ // contributions/modules/file_force/file_force.module:HEAD function file_force_field_formatter_info() { $formatters = array(); // Handle filefield files. if (module_exists('filefield')) { $formatters['default_ff'] = array( 'label' => t('File Force: Generic files'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays all kinds of files with an icon and a linked file description.'), ); $formatters['url_plain_ff'] = array( 'label' => t('File Force: URL to file'), 'field types' => array('filefield'), 'description' => t('Displays a full URL to the file.'), ); } // Handle imagefield files. if (module_exists('imagefield')) { $formatters['image_imagelink_ff'] = array( 'label' => t('File Force: Image linked to file'), 'field types' => array('image', 'filefield'), 'description' => t('Displays image files in their original size.'), ); } // Handle imagecache. if (module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_imagelink_ff'] = array( 'label' => t('File Force: @preset image linked to image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } } return $formatters; // contributions/modules/file_force/file_force.module:DRUPAL-5 /* N/A */ // contributions/modules/file_force/file_force.module:DRUPAL-6--1 function file_force_field_formatter_info() { $formatters = array(); // Handle filefield files. if (module_exists('filefield')) { $formatters['default_ff'] = array( 'label' => t('File Force: Generic files'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays all kinds of files with an icon and a linked file description.'), ); $formatters['url_plain_ff'] = array( 'label' => t('File Force: URL to file'), 'field types' => array('filefield'), 'description' => t('Displays a full URL to the file.'), ); } // Handle imagefield files. if (module_exists('imagefield')) { $formatters['image_imagelink_ff'] = array( 'label' => t('File Force: Image linked to file'), 'field types' => array('image', 'filefield'), 'description' => t('Displays image files in their original size.'), ); } // Handle imagecache. if (module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_imagelink_ff'] = array( 'label' => t('File Force: @preset image linked to image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } } return $formatters; } // contributions/modules/file_force/file_force.module:DRUPAL-6--2 function file_force_field_formatter_info() { $formatters = array(); // Handle filefield files. if (module_exists('filefield')) { $formatters['default_ff'] = array( 'label' => t('File Force: Generic files'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays all kinds of files with an icon and a linked file description.'), ); $formatters['url_plain_ff'] = array( 'label' => t('File Force: URL to file'), 'field types' => array('filefield'), 'description' => t('Displays a full URL to the file.'), ); } // Handle imagefield files. if (module_exists('imagefield')) { $formatters['image_imagelink_ff'] = array( 'label' => t('File Force: Image linked to file'), 'field types' => array('image', 'filefield'), 'description' => t('Displays image files in their original size.'), ); } // Handle imagecache. if (module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_imagelink_ff'] = array( 'label' => t('File Force: @preset image linked to image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } } return $formatters; // contributions/modules/file_force/file_force.module:DRUPAL-7--1 function file_force_field_formatter_info() { $formatters = array(); // Handle file field files. $formatters['file_force_file_default'] = array( 'label' => t('File Force: Generic file'), 'field types' => array('file'), ); $formatters['file_force_file_table'] = array( 'label' => t('File Force: Table of files'), 'field types' => array('file'), ); $formatters['file_force_file_url_plain'] = array( 'label' => t('File Force: URL to file'), 'field types' => array('file'), ); // Handle image field files. $formatters['file_force_image'] = array( 'label' => t('File Force: Image'), 'field types' => array('image'), 'settings' => array('image_style' => ''), ); return $formatters; // contributions/modules/filefield/filefield.module:HEAD function filefield_field_formatter_info() { return array( 'default' => array( 'label' => t('Generic files'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays all kinds of files with an icon and a linked file description.'), ), 'path_plain' => array( 'label' => t('Path to file'), 'field types' => array('filefield'), 'description' => t('Displays the file system path to the file.'), ), 'url_plain' => array( 'label' => t('URL to file'), 'field types' => array('filefield'), 'description' => t('Displays a full URL to the file.'), ), ); // contributions/modules/filefield/filefield.module:DRUPAL-4-7 function filefield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('file'), ), ); return $formatters; // contributions/modules/filefield/filefield.module:DRUPAL-5 function filefield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('file'), ), ); return $formatters; // contributions/modules/filefield/filefield.module:DRUPAL-5--2 function filefield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('file'), ), ); return $formatters; // contributions/modules/filefield/filefield.module:DRUPAL-6--2 function filefield_field_formatter_info() { return array( 'default' => array( 'label' => t('Dynamic file formatters'), 'field types' => array('file'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/filefield_authcode/filefield_authcode.module:HEAD /* N/A */ // contributions/modules/filefield_authcode/filefield_authcode.module:DRUPAL-6--1 /* N/A */ // contributions/modules/filefield_authcode/filefield_authcode.module:DRUPAL-6--2 /* N/A */ // contributions/modules/filefield_stats/filefield_stats.module:HEAD function filefield_stats_field_formatter_info() { return array( 'stats_default' => array( 'label' => t('Generic files + Stats'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Handles files in a similar way to Generic files with the addition of URL protection & stats tracking'), ), ); // contributions/modules/filefield_stats/filefield_stats.module:DRUPAL-6--1 function filefield_stats_field_formatter_info() { return array( 'stats_default' => array( 'label' => t('Generic files + Stats URL'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Handles files in a similar way to Generic files with the addition of URL protection & stats tracking'), ), 'stats_default_with_count' => array( 'label' => t('Generic files + Stats URL + Download Count'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Handles files in a similar way to Generic files with the addition of URL protection, stats tracking and a download count'), ), ); // contributions/modules/filefield_tracker/filefield_tracker.formatters.inc:HEAD function filefield_tracker_field_formatter_info() { return array( 'filefield_tracker' => array( 'label' => 'Filefield download tracking link', 'description' => t('Output a URL that allows for filefield download tracking'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/fileframework/contrib/cck/file_cck.module:HEAD function file_cck_field_formatter_info() { $info_image = array(); foreach (_file_cck_file_image_handlers() as $handler => $data) { $info_image = array_merge($info_image, array( $handler => array('label' => t('image "!name"', array('!name' => $data['name'])), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('file_cck')), $handler .'_open' => array('label' => t('image "!name" with an open link', array('!name' => $data['name'])), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('file_cck')), $handler .'_download' => array('label' => t('image "!name" with a download link', array('!name' => $data['name'])), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('file_cck')), )); } return array_merge(array( 'default' => array('label' => t('first handler'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('file_cck')), 'file' => array('label' => t('file'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('file_cck')), 'preview' => array('label' => t('preview'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('file_cck')), 'preview_file' => array('label' => t('preview and file'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('file_cck')), 'preview_formats' => array('label' => t('preview and other formats'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('file_cck')), 'preview_formats_file' => array('label' => t('preview, other formats and file'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('file_cck')), ), $info_image); // contributions/modules/fileviewer/fileviewer.module:HEAD function fileviewer_field_formatter_info() { return array( 'fileviewer_default' => array( 'label' => t('Fileviwer'), 'field types' => array('file'), ), 'fileviewer_embed' => array( 'label' => t('Embed fileviwer'), 'field types' => array('file'), ), 'fileviewer_google_docs' => array( 'label' => t('Google Docs Viewer'), 'field types' => array('file'), ), ); // contributions/modules/fileviewer/fileviewer.module:DRUPAL-7--1 function fileviewer_field_formatter_info() { return array( 'fileviewer_default' => array( 'label' => t('Fileviwer'), 'field types' => array('file'), ), 'fileviewer_embed' => array( 'label' => t('Embed fileviwer'), 'field types' => array('file'), ), 'fileviewer_google_docs' => array( 'label' => t('Google Docs Viewer'), 'field types' => array('file'), ), ); // contributions/modules/fileviewer/fileviewer.module:DRUPAL-7--2 function fileviewer_field_formatter_info() { return array( 'fileviewer_default' => array( 'label' => t('Fileviwer'), 'field types' => array('file'), ), 'fileviewer_embed' => array( 'label' => t('Embed fileviwer'), 'field types' => array('file'), ), 'fileviewer_google_docs' => array( 'label' => t('Google Docs Viewer'), 'field types' => array('file'), ), ); // contributions/modules/fivestar/Attic/fivestar_field.inc:HEAD /* N/A */ // contributions/modules/fivestar/Attic/fivestar_field.inc:DRUPAL-5 function fivestar_field_formatter_info() { return array( 'default' => array( 'label' => t('As Stars'), 'field types' => array('fivestar'), ), 'rating' => array( 'label' => t('Rating (i.e. 4.2/5)'), 'field types' => array('fivestar'), ), 'percentage' => array( 'label' => t('Percentage (i.e. 92)'), 'field types' => array('fivestar'), ), ); // contributions/modules/fivestar/Attic/fivestar_field.inc:DRUPAL-6--1 function fivestar_field_formatter_info() { return array( 'default' => array( 'label' => t('As Stars'), 'field types' => array('fivestar'), ), 'rating' => array( 'label' => t('Rating (i.e. 4.2/5)'), 'field types' => array('fivestar'), ), 'percentage' => array( 'label' => t('Percentage (i.e. 92)'), 'field types' => array('fivestar'), ), ); // contributions/modules/fivestar/includes/fivestar.field.inc:HEAD function fivestar_field_formatter_info() { return array( 'default' => array( 'label' => t('As Stars'), 'field types' => array('fivestar'), ), 'rating' => array( 'label' => t('Rating (i.e. 4.2/5)'), 'field types' => array('fivestar'), ), 'percentage' => array( 'label' => t('Percentage (i.e. 92)'), 'field types' => array('fivestar'), ), ); // contributions/modules/fivestar/includes/fivestar.field.inc:DRUPAL-6--2 function fivestar_field_formatter_info() { return array( 'default' => array( 'label' => t('As Stars'), 'field types' => array('fivestar'), ), 'rating' => array( 'label' => t('Rating (i.e. 4.2/5)'), 'field types' => array('fivestar'), ), 'percentage' => array( 'label' => t('Percentage (i.e. 92)'), 'field types' => array('fivestar'), ), ); // contributions/modules/flashfield/flashfield.module:HEAD /* N/A */ // contributions/modules/flashfield/flashfield.module:DRUPAL-6--1 function flashfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Full size'), 'field types' => array('flashfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser size'), 'field types' => array('flashfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'view' => array( 'label' => t('View size'), 'field types' => array('flashfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/flashy/flashy_filefield/flashy_filefield.module:HEAD function flashy_filefield_field_formatter_info() { return array( 'videoplayer' => array( 'label' => t('As Flash video'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'videoplaylist' => array( 'label' => t('As Flash video playlist'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/flashy/flashy_filefield/flashy_filefield.module:DRUPAL-6--1 function flashy_filefield_field_formatter_info() { return array( 'videoplayer' => array( 'label' => t('As Flash video'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'videoplaylist' => array( 'label' => t('As Flash video playlist'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/flashy/flashy_link/flashy_link.module:HEAD function flashy_link_field_formatter_info() { return array( 'videoplayer' => array( 'label' => t('As Flash video'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/flashy/flashy_link/flashy_link.module:DRUPAL-6--1 function flashy_link_field_formatter_info() { return array( 'videoplayer' => array( 'label' => t('As Flash video'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/flexifield/flexifield.module:HEAD function flexifield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('flexifield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/flexifield/flexifield.module:DRUPAL-6--1 function flexifield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('flexifield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/flexifield/modules/displaycontexts/Attic/flexifield_displaycontexts.module:HEAD /* N/A */ // contributions/modules/flexifield/modules/displaycontexts/Attic/flexifield_displaycontexts.module:DRUPAL-6--1 function flexifield_displaycontexts_field_formatter_info() { $aResult = array(); foreach (_flexifield_displaycontexts_get_contexts() as $sKey => $sLabel) { $aResult[$sKey] = array( 'label' => $sLabel, 'field types' => array('flexifield'), 'multiple values' => CONTENT_HANDLE_CORE, ); } return $aResult; // contributions/modules/flickr/field/flickrfield.module:HEAD function flickrfield_field_formatter_info() { require_once(drupal_get_path('module', 'flickr') .'/flickr.inc'); $sizes = flickr_photo_sizes(); // Formatters for general Flickr CCK field. foreach ($sizes as $size => $info) { $formatters[$size] = array( 'label' => $info['label'], 'field types' => array('flickrfield'), ); } // Formatters for Flickr photoset CCK field. foreach ($sizes as $size => $info) { $formatters['photoset_primaryphoto_size'. $size .'_nolink'] = array( 'label' => t('Primary set photo at size "@size"', array('@size' => $info['label'])), 'field types' => array('flickrfield_photoset'), ); $formatters['photoset_primaryphoto_size'. $size .'_linknode'] = array( 'label' => t('Primary set photo at size "@size" with link to node', array('@size' => $info['label'])), 'field types' => array('flickrfield_photoset'), ); $formatters['photoset_primaryphoto_size'. $size .'_linkflickrcomset'] = array( 'label' => t('Primary set photo at size "@size" with link to set on Flickr.com', array('@size' => $info['label'])), 'field types' => array('flickrfield_photoset'), ); } $formatters['photoset_flickrcomslideshow'] = array( 'label' => 'Embedded Flickr.com flash slideshow', 'field types' => array('flickrfield_photoset'), ); $formatters['photoset_flickrcomsetlink'] = array( 'label' => 'Link to photo set on Flickr.com', 'field types' => array('flickrfield_photoset'), ); return $formatters; // contributions/modules/flickr/field/flickrfield.module:DRUPAL-5 function flickrfield_field_formatter_info() { require_once(drupal_get_path('module', 'flickr') .'/flickr.inc'); foreach (flickr_photo_sizes() as $size => $info) { $formatters[$size] = array( 'label' => $info['label'], 'field types' => array('flickrfield'), ); } return $formatters; // contributions/modules/flickr/field/flickrfield.module:DRUPAL-6--1 function flickrfield_field_formatter_info() { require_once(drupal_get_path('module', 'flickr') .'/flickr.inc'); $sizes = flickr_photo_sizes(); // Formatters for general Flickr CCK field. foreach ($sizes as $size => $info) { $formatters[$size] = array( 'label' => $info['label'], 'field types' => array('flickrfield'), ); } // Formatters for Flickr photoset CCK field. foreach ($sizes as $size => $info) { $formatters['photoset_primaryphoto_size'. $size .'_nolink'] = array( 'label' => t('Primary set photo at size "@size"', array('@size' => $info['label'])), 'field types' => array('flickrfield_photoset'), ); $formatters['photoset_primaryphoto_size'. $size .'_linknode'] = array( 'label' => t('Primary set photo at size "@size" with link to node', array('@size' => $info['label'])), 'field types' => array('flickrfield_photoset'), ); $formatters['photoset_primaryphoto_size'. $size .'_linkflickrcomset'] = array( 'label' => t('Primary set photo at size "@size" with link to set on Flickr.com', array('@size' => $info['label'])), 'field types' => array('flickrfield_photoset'), ); } $formatters['photoset_flickrcomslideshow'] = array( 'label' => 'Embedded Flickr.com flash slideshow', 'field types' => array('flickrfield_photoset'), ); $formatters['photoset_flickrcomsetlink'] = array( 'label' => 'Link to photo set on Flickr.com', 'field types' => array('flickrfield_photoset'), ); return $formatters; // contributions/modules/flickr/field/flickrfield.module:DRUPAL-7--1 function flickrfield_field_formatter_info() { require_once(drupal_get_path('module', 'flickr') .'/flickr.inc'); $sizes = flickr_photo_sizes(); // Formatters for general Flickr CCK field. foreach ($sizes as $size => $info) { $formatters[$size] = array( 'label' => $info['label'], 'field types' => array('flickrfield'), ); } // Formatters for Flickr photoset CCK field. foreach ($sizes as $size => $info) { $formatters['photoset_primaryphoto_size'. $size .'_nolink'] = array( 'label' => t('Primary set photo at size "@size"', array('@size' => $info['label'])), 'field types' => array('flickrfield_photoset'), ); $formatters['photoset_primaryphoto_size'. $size .'_linknode'] = array( 'label' => t('Primary set photo at size "@size" with link to node', array('@size' => $info['label'])), 'field types' => array('flickrfield_photoset'), ); $formatters['photoset_primaryphoto_size'. $size .'_linkflickrcomset'] = array( 'label' => t('Primary set photo at size "@size" with link to set on Flickr.com', array('@size' => $info['label'])), 'field types' => array('flickrfield_photoset'), ); } $formatters['photoset_flickrcomslideshow'] = array( 'label' => 'Embedded Flickr.com flash slideshow', 'field types' => array('flickrfield_photoset'), ); $formatters['photoset_flickrcomsetlink'] = array( 'label' => 'Link to photo set on Flickr.com', 'field types' => array('flickrfield_photoset'), ); return $formatters; // contributions/modules/flickr_cck/flickr_cck.module:HEAD function flickr_cck_field_formatter_info() { $types = array('flickr_cck_flash_slideshow', 'flickr_cck_html_badge', 'flickr_cck_flash_badge', 'flickr_cck_api_slideshow'); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'flash_slideshow' => array( 'label' => t('Flash Slideshow'), 'field types' => $types, ), 'flash_badge' => array( 'label' => t('Flash Badge'), 'field types' => $types, ), // TODO // 'html_badge' => array( // 'label' => t('HTML Badge'), // 'field types' => $types, // ), ); if (module_exists('slideshow_creator')) { $formats['api_slideshow'] = array( 'label' => t('API Slideshow'), 'field types' => $types, ); } return $formats; // contributions/modules/formatted_number/Attic/formatted_number.module:HEAD /* N/A */ // contributions/modules/formatted_number/Attic/formatted_number.module:DRUPAL-6--1 function formatted_number_field_formatter_info() { $all_field_types = array_keys(formatted_number_get_fields_info()); $real_field_types = array_keys(formatted_number_get_fields_info('real')); $formatters = array( 'default' => array('label' => t('Default'), 'field types' => $all_field_types), 'nozeros' => array('label' => t('Remove redundant zeros'), 'field types' => $real_field_types), 'unformatted' => array('label' => t('Unformatted'), 'field types' => $all_field_types), ); // Formatters for fixed number of decimal places. foreach (formatted_number_decimal_place_formatter_lengths() as $decimal_places) { $label = format_plural($decimal_places, '1 decimal place', '@count decimal places'); $formatters['dp_'. $decimal_places] = array('label' => $label, 'field types' => $real_field_types); } // Formatters for fixed number of significant figures. if (function_exists('format_number_significant_figures')) { foreach (formatted_number_significant_figure_formatter_lengths() as $significant_figures) { $label = format_plural($significant_figures, '1 significant figure', '@count significant figures'); $formatters['sf_'. $significant_figures] = array('label' => $label, 'field types' => $real_field_types); } } return $formatters; // contributions/modules/formatter_reference/formatter_reference.module:HEAD function formatter_reference_field_formatter_info() { // Add a formatter for viewing the contents of formatter reference fields. // It's expected that site builders will generally want to hide these fields, // except perhaps during development, since their values are for controlling // the display of other fields, rather than "content" intended to be seen by // the site visitor. But all fields must have at least one formatter, and // during development, it may be useful to display the field value. $formatters = array( 'formatter_reference_default' => array( 'label' => t('Default'), 'field types' => array('formatter_reference'), ), ); // For each formatter reference field, add a "routing" formatter for the // referenced field type. The implementation of these formatters is to route // control to the formatter referenced by the formatter reference field, // enabling a site builder to control which fields get formatted by which // formatter reference fields and when. // // hook_field_formatter_info() is invoked during _field_info_collate_types(), // which due to internal static variables, is not reentrant, so we cannot call // field_info_fields() or any other API function that calls // _field_info_collate_types(). Foruntately, the lower-level // field_read_fields() function provides all the field information we need. foreach (field_read_fields() as $field) { if ($field['type'] == 'formatter_reference') { $formatters['formatter_reference_router__' . $field['field_name']] = array( // The formatter is global to the field rather than to an instance, so // we're limited to the 'field_name' rather than an instance label. // But, formatter_reference_form_field_ui_display_overview_form_alter() // alters this label for the "Manage Display" page to make it more // human friendly. 'label' => t('Value of field "@field"', array('@field' => $field['field_name'])), 'field types' => array($field['settings']['referenced_field_type']), ); } } return $formatters; // contributions/modules/fplaylist/cuepointfield.module:HEAD function cuepointfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Cuepoint output'), 'field types' => array('cuepoints'), ), ); // contributions/modules/fusioncharts/fusioncharts_cck/Attic/fusioncharts_cck.module:HEAD /* N/A */ // contributions/modules/fusioncharts/fusioncharts_cck/Attic/fusioncharts_cck.module:DRUPAL-6--1 function fusioncharts_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Chart'), 'field types' => array('fusioncharts_cck'), ), 'table' => array( 'label' => t('Data in table form'), 'field types' => array('fusioncharts_cck'), ), ); // contributions/modules/fusioncharts/fusioncharts_cck/Attic/fusioncharts_cck.module:DRUPAL-7--1 function fusioncharts_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Chart'), 'field types' => array('fusioncharts_cck'), ), 'table' => array( 'label' => t('Data in table form'), 'field types' => array('fusioncharts_cck'), ), ); // contributions/modules/galembeddedfield/galembeddedfield.module:HEAD function galembeddedfield_field_formatter_info() { $formatters = array(); $presets = array(); foreach (galembeddedfield_galleryapi_input() as $method_id => $method) { $details = _galembeddedfield_get_method_details($method_id); $presets = array(); foreach (galleryapi_preset_load() as $preset) { if ($preset['input_name'] == $method_id) { $presets[$preset['pid']] = $preset['name']; } } foreach ($presets as $preset_id => $preset_name) { $formatters['galleryapi_cckembeddedfield_'. $details['formatter_name'] .'_'. $preset_name] = array( 'label' => 'GalleryAPI ('. $details['formatter_name'] .'): '. $preset_name, 'field types' => array($details['formatter_field_type']), 'multiple values' => CONTENT_HANDLE_MODULE, ); } } return $formatters; // contributions/modules/galembeddedfield/galembeddedfield.module:DRUPAL-6--1 function galembeddedfield_field_formatter_info() { $formatters = array(); $presets = array(); foreach (galembeddedfield_galleryapi_input() as $method_id => $method) { $details = _galembeddedfield_get_method_details($method_id); $presets = array(); foreach (galleryapi_preset_load() as $preset) { if ($preset['input_name'] == $method_id) { $presets[$preset['pid']] = $preset['name']; } } foreach ($presets as $preset_id => $preset_name) { $formatters['galleryapi_cckembeddedfield_'. $details['formatter_name'] .'_'. $preset_name] = array( 'label' => 'GalleryAPI ('. $details['formatter_name'] .'): '. $preset_name, 'field types' => array($details['formatter_field_type']), 'multiple values' => CONTENT_HANDLE_MODULE, ); } } return $formatters; // contributions/modules/galleria/galleria.module:HEAD /* N/A */ // contributions/modules/galleria/galleria.module:DRUPAL-6--1 function galleria_field_formatter_info() { return array( 'imagefield_galleria' => array( 'label' => t('Galleria'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/galleria/galleria.module:DRUPAL-7--1 function galleria_field_formatter_info() { $formatters = array( 'galleria' => array( 'label' => t('Galleria'), 'field types' => array('image'), 'settings' => array('galleria_zoom_style' => '', 'galleria_thumb_style' => '', 'galleria_player_theme' => ''), ), ); return $formatters; // contributions/modules/gallery_addon/gallery_field/gallery_field.module:HEAD function gallery_field_field_formatter_info() { return array( 'default' => array( 'label' => 'Thumbnail', 'field types' => array('gallery_field'), 'multiple values' => CONTENT_HANDLE_CORE ), 'inline' => array( 'label' => 'Inline Display', 'field types' => array('gallery_field'), 'multiple values' => CONTENT_HANDLE_CORE ), 'title' => array( 'label' => 'Item Title', 'field types' => array('gallery_field'), 'multiple values' => CONTENT_HANDLE_CORE ) ); // contributions/modules/gallery_addon/gallery_field/gallery_field.module:DRUPAL-6--1 function gallery_field_field_formatter_info() { return array( 'default' => array( 'label' => 'Thumbnail', 'field types' => array('gallery_field'), 'multiple values' => CONTENT_HANDLE_CORE ), 'inline' => array( 'label' => 'Inline Display', 'field types' => array('gallery_field'), 'multiple values' => CONTENT_HANDLE_CORE ), 'title' => array( 'label' => 'Item Title', 'field types' => array('gallery_field'), 'multiple values' => CONTENT_HANDLE_CORE ) ); // contributions/modules/galleryapi/methods/galimagefield/galimagefield.module:HEAD function galimagefield_field_formatter_info() { $formatters = array(); $presets = array(); foreach (galleryapi_preset_load() as $preset) { if ($preset['input_name'] == 'cckimagefield') { $presets[$preset['pid']] = $preset['name']; } } foreach ($presets as $preset_id => $preset_name) { $formatters['galleryapi_cckimagefield_'. $preset_name] = array( 'label' => 'GalleryAPI (images): '. $preset_name, 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, ); } return $formatters; // contributions/modules/galleryapi/methods/galimagefield/galimagefield.module:DRUPAL-6--1 function galimagefield_field_formatter_info() { $formatters = array(); $presets = array(); foreach (galleryapi_preset_load() as $preset) { if ($preset['input_name'] == 'cckimagefield') { $presets[$preset['pid']] = $preset['name']; } } foreach ($presets as $preset_id => $preset_name) { $formatters['galleryapi_cckimagefield_'. $preset_name] = array( 'label' => 'GalleryAPI (images): '. $preset_name, 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, ); } return $formatters; // contributions/modules/galleryformatter/galleryformatter.module:HEAD function galleryformatter_field_formatter_info() { return array( 'galleryformatter_default' => array( 'label' => t('jQuery Gallery'), 'field types' => array('image'), 'settings' => array( 'slide_style' => 'galleryformatter_slide', 'thumb_style' => 'galleryformatter_thumb', 'style' => 'Greenarrows', 'link_to_full' => 1, 'link_to_full_style' => 0, ), 'description' => t('Display multi-value fields as an jQuery Image gallery.'), ), ); // contributions/modules/galleryformatter/galleryformatter.module:DRUPAL-6--1 function galleryformatter_field_formatter_info() { return array( 'galleryformatter_default' => array( 'label' => t('jQuery Gallery'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Display multi-value fields as an jQuery Image gallery.'), ), ); // contributions/modules/galleryformatter/galleryformatter.module:DRUPAL-7--1 function galleryformatter_field_formatter_info() { return array( 'galleryformatter_default' => array( 'label' => t('jQuery Gallery'), 'field types' => array('image'), 'settings' => array( 'slide_style' => 'galleryformatter_slide', 'thumb_style' => 'galleryformatter_thumb', 'style' => 'Greenarrows', 'link_to_full' => 1, 'link_to_full_style' => 0, 'modal' => 'none', ), 'description' => t('Display multi-value fields as an jQuery Image gallery.'), ), ); // contributions/modules/galupload/galupload.module:HEAD function galupload_field_formatter_info() { $formatters = array(); $presets = array(); foreach (galupload_galleryapi_input() as $method_id => $method) { $details = _galupload_get_method_details($method_id); $presets = array(); foreach (galleryapi_preset_load() as $preset) { if ($preset['input_name'] == $method_id) { $presets[$preset['pid']] = $preset['name']; } } foreach ($presets as $preset_id => $preset_name) { $formatters['galleryapi_upload_'. $details['formatter_name'] .'_'. $preset_name] = array( 'label' => 'GalleryAPI ('. $details['formatter_name'] .'): '. $preset_name, 'field types' => array($details['formatter_field_type']), 'multiple values' => CONTENT_HANDLE_MODULE, ); } } return $formatters; // contributions/modules/galupload/galupload.module:DRUPAL-6--1 function galupload_field_formatter_info() { $formatters = array(); $presets = array(); foreach (galupload_galleryapi_input() as $method_id => $method) { $details = _galupload_get_method_details($method_id); $presets = array(); foreach (galleryapi_preset_load() as $preset) { if ($preset['input_name'] == $method_id) { $presets[$preset['pid']] = $preset['name']; } } foreach ($presets as $preset_id => $preset_name) { $formatters['galleryapi_upload_'. $details['formatter_name'] .'_'. $preset_name] = array( 'label' => 'GalleryAPI ('. $details['formatter_name'] .'): '. $preset_name, 'field types' => array($details['formatter_field_type']), 'multiple values' => CONTENT_HANDLE_MODULE, ); } } return $formatters; // contributions/modules/game_clock/modules/game_clock_field/Attic/game_clock_field.module:HEAD /* N/A */ // contributions/modules/game_clock/modules/game_clock_field/Attic/game_clock_field.module:DRUPAL-6--1 function game_clock_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (with turn)'), 'field types' => array('game_clock_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'title' => array( 'label' => t('Title (no turn)'), 'field types' => array('game_clock_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'type' => array( 'label' => t('Type'), 'field types' => array('game_clock_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'status' => array( 'label' => t('Status'), 'field types' => array('game_clock_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'increment' => array( 'label' => t('Increment'), 'field types' => array('game_clock_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'next_tick' => array( 'label' => t('Next tick'), 'field types' => array('game_clock_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'init' => array( 'label' => t('Init'), 'field types' => array('game_clock_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'cid' => array( 'label' => t('CID'), 'field types' => array('game_clock_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/game_object/contrib/game_object_field.module:HEAD function game_object_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (link)'), 'field types' => array('game_object_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('game_object_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/game_object/contrib/game_object_field.module:DRUPAL-6--1 function game_object_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (link)'), 'field types' => array('game_object_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('game_object_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/geo/Attic/geo_cck.inc:HEAD /* N/A */ // contributions/modules/geo/geo.module:HEAD function geo_field_formatter_info() { // TODO some other formatters: asKML, asGML, asGeoRSS, etc return array( 'default' => array( 'label' => t('Well Known Text'), 'field types' => geo_field_type_names(), 'gis types' => array('point', 'linestring', 'polygon'), 'gis input' => 'wkt', ), 'lat' => array( 'label' => t('Latitude'), 'field types' => geo_field_type_names(), 'gis types' => array('point'), 'gis input' => 'array', ), 'lon' => array( 'label' => t('Longitude'), 'field types' => geo_field_type_names(), 'gis types' => array('point'), 'gis input' => 'array', ), 'georss' => array( 'label' => t('GeoRSS'), 'field types' => geo_field_type_names(), 'gis types' => array('point', 'linestring', 'polygon'), 'gis input' => 'text', ), ); // contributions/modules/geo/geo.module:DRUPAL-5 /* N/A */ // contributions/modules/geo/geo.module:DRUPAL-6--1 /* N/A */ // contributions/modules/geo/includes/Attic/geo.formatters.inc:HEAD /* N/A */ // contributions/modules/geo/modules/geo_data/geo_data.module:HEAD function geo_data_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('geo_data'), ), 'key' => array( 'label' => 'Field key', 'field types' => array('geo_data'), ), ); // contributions/modules/geo/modules/geo_data/geo_data.module:DRUPAL-6--1 function geo_data_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('geo_data'), ), 'geo_data_key' => array( 'label' => 'Field key', 'field types' => array('geo_data'), ), ); // contributions/modules/geo/modules/geo_field/geo_field.module:HEAD /* N/A */ // contributions/modules/geo/modules/geo_field/geo_field.module:DRUPAL-6--1 function geo_field_formatter_info() { // TODO some other formatters: asKML, asGML, asGeoRSS, etc // TODO Can we do math on the field? area, length, etc? return array( 'default' => array( 'label' => t('Well Known Text'), 'field types' => array_keys(geo_field_info()), ), 'lat' => array( 'label' => t('Latitude'), 'field types' => array_keys(geo_field_info()), ), 'lon' => array( 'label' => t('Longitude'), 'field types' => array_keys(geo_field_info()), ), ); // contributions/modules/geolocation/Attic/geolocation_extras.module:HEAD /* N/A */ // contributions/modules/geolocation/Attic/geolocation_gmap.module:HEAD /* N/A */ // contributions/modules/geolocation/geolocation.module:HEAD function geolocation_field_formatter_info() { return array( 'geolocation_text' => array( 'label' => t('Simple text-based formatter'), 'field types' => array('geolocation_latlng'), ), ); // contributions/modules/geolocation/geolocation.module:DRUPAL-7--1 function geolocation_field_formatter_info() { return array( 'geolocation_text' => array( 'label' => t('Simple text-based formatter'), 'field types' => array('geolocation_latlng'), ), 'geolocation_latitude' => array( 'label' => t('Latitude text-based formatter'), 'field types' => array('geolocation_latlng'), ), 'geolocation_longitude' => array( 'label' => t('Longitude text-based formatter'), 'field types' => array('geolocation_latlng'), ), ); // contributions/modules/geolocation/modules/geolocation_googlemaps/geolocation_googlemaps.module:HEAD function geolocation_googlemaps_field_formatter_info() { return array( 'geolocation_googlemaps_static' => array( 'label' => t('Static Google Map'), 'field types' => array('geolocation_latlng'), ), ); // contributions/modules/geolocation/modules/geolocation_googlemaps/geolocation_googlemaps.module:DRUPAL-7--1 function geolocation_googlemaps_field_formatter_info() { return array( 'geolocation_googlemaps_static' => array( 'label' => t('Static Google Map'), 'field types' => array('geolocation_latlng'), 'settings' => array( 'map_dimensions' => '300x300', 'map_zoomlevel' => '7', 'map_imageformat' => 'png8', 'map_maptype' => 'roadmap', ), ), ); // contributions/modules/geolocation/modules/geolocation_html5/geolocation_html5.module:HEAD function geolocation_html5_field_formatter_info() { return array( 'geolocation_html5_mapimage' => array( 'label' => t('HTML5 Map image'), 'field types' => array('geolocation_latlng'), ), ); // contributions/modules/geolocation/modules/geolocation_html5/geolocation_html5.module:DRUPAL-7--1 function geolocation_html5_field_formatter_info() { return array( 'geolocation_html5_mapimage' => array( 'label' => t('HTML5 Map image'), 'field types' => array('geolocation_latlng'), ), ); // contributions/modules/geonames_cck/geonames_cck.module:HEAD function geonames_cck_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('geonames_cck'), ), 'no_geotag' => array( 'label' => t('No geotag'), 'field types' => array('geonames_cck'), ), 'geo_hidden' => array( 'label' => t('Hidden geo code'), 'field types' => array('geonames_cck'), ), 'disambiguation' => array( 'label' => t('With disambiguation link'), 'field types' => array('geonames_cck'), ), ); return $formatters; // contributions/modules/geshifilter/geshifield/geshifield.module:HEAD function geshifield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('geshifield'), ), 'nohighlighting' => array( 'label' => t('No syntax highlighting'), 'field types' => array('geshifield'), ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('geshifield'), ), ); return $formatters; // contributions/modules/geshifilter/geshifield/geshifield.module:DRUPAL-6--1 function geshifield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('geshifield'), ), 'nohighlighting' => array( 'label' => t('No syntax highlighting'), 'field types' => array('geshifield'), ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('geshifield'), ), ); return $formatters; // contributions/modules/geshifilter/geshifield/geshifield.module:DRUPAL-7--1 function geshifield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('geshifield'), ), 'nohighlighting' => array( 'label' => t('No syntax highlighting'), 'field types' => array('geshifield'), ), 'trimmed' => array( 'label' => t('Trimmed'), 'field types' => array('geshifield'), ), ); return $formatters; // contributions/modules/gmap_addons/gmap_cck.module:HEAD function gmap_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Default map'), 'field types' => array('gmap_cck'), ), // TODO: add list of configurable small map-displays ); // contributions/modules/gmap_addons/gmap_cck.module:DRUPAL-5 function gmap_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Default map'), 'field types' => array('gmap_cck'), ), // TODO: add list of configurable small map-displays ); // contributions/modules/gmap_addons/gmap_cck.module:DRUPAL-6--1 function gmap_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Default map'), 'field types' => array('gmap_cck'), ), // TODO: add list of configurable small map-displays ); // contributions/modules/gmap_addons/gmap_geo/gmap_geo.module:HEAD function gmap_geo_field_formatter_info() { return array( 'gmap_geo' => array( 'label' => t('GMap'), 'field types' => array('geo', 'geo_data'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'gmap_geo_simplify' => array( 'label' => t('Simplified Polygon on a GMap'), 'field types' => array('geo', 'geo_data'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/gmap_addons/gmap_geo/gmap_geo.module:DRUPAL-6--1 function gmap_geo_field_formatter_info() { return array( 'gmap_geo' => array( 'label' => t('GMap'), 'field types' => array('geo', 'geo_data'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'gmap_geo_simplify' => array( 'label' => t('Simplified Polygon on a GMap'), 'field types' => array('geo', 'geo_data'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/gmap_geo/gmap_geo.module:HEAD function gmap_geo_field_formatter_info() { return array( 'gmap_geo' => array( 'label' => t('GMap'), 'field types' => array('geo', 'geo_data'), 'multiple values' => CONTENT_HANDLE_MODULE, 'gis types' => array('point', 'linestring', 'polygon'), 'gis input' => 'array_for_gmap', ), ); // contributions/modules/gmapfield/gmapfield.module:HEAD function gmapfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default GMap'), 'field types' => array('gmapfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/gmapfield/gmapfield.module:DRUPAL-6--1 function gmapfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default GMap'), 'field types' => array('gmapfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/gmaps/gmaps_content.module:HEAD function gmaps_content_field_formatter_info() { //TODO: prefix with gmaps, add mixed formatters $formatters = array( //All 'gmaps_dl' => array( 'label' => t('Directions links'), 'field types' => array('gmaps_address', 'gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), //Address 'gmaps_ap' => array( 'label' => t('Address'), 'field types' => array('gmaps_address', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_dl' => array( 'label' => t('Address, Dir. links'), 'field types' => array('gmaps_address', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al' => array( 'label' => t('Address (links)'), 'field types' => array('gmaps_address', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_dl' => array( 'label' => t('Address (links), Dir. links'), 'field types' => array('gmaps_address', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), //Point (a.k.a Coordinates) 'gmaps_cp' => array( 'label' => t('Coordinates'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_cp_dl' => array( 'label' => t('Coordinates, Dir. links'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_cf' => array( 'label' => t('Formatted coordinates'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_cf_dl' => array( 'label' => t('Fmt. coords., Dir. links'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_cc' => array( 'label' => t('Cartesian coordinates'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_cc_dl' => array( 'label' => t('Cart. coords., Dir. links'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm' => array( 'label' => t('Static map'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_cp' => array( 'label' => t('Described static map (Coords.)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_cf' => array( 'label' => t('Described static map (Fmt. coords.)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_cc' => array( 'label' => t('Described static map (Cart. coords.)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_dl' => array( 'label' => t('Described static map (Dir. links)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map' => array( 'label' => t('Map'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_cp' => array( 'label' => t('Map (IW: Coords.)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_cf' => array( 'label' => t('Map (IW: Fmt. coords)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_cc' => array( 'label' => t('Map (IW: Cart. coords)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_dl' => array( 'label' => t('Map (IW: Dir. links)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), //Marker 'gmaps_mc' => array( 'label' => t('Marker content'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_sm_mc' => array( 'label' => t('Desc. s. map (M. cont.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_map_mc' => array( 'label' => t('Map (IW: Marker content)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_mc_cp' => array( 'label' => t('M.cont., Coordinates'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_mc_cf' => array( 'label' => t('M. cont., Fmt. coords.'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_mc_cc' => array( 'label' => t('M. cont., Cart. coords.'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_mc_dl' => array( 'label' => t('M. cont., Dir. links'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_sm_mc_cp' => array( 'label' => t('Desc. s. map (M. cont., Coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_sm_mc_cf' => array( 'label' => t('Desc. s. map (M. cont., Fmt. coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_sm_mc_cc' => array( 'label' => t('Desc. s. map (M. cont., Cart. coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_sm_mc_dl' => array( 'label' => t('Desc. s. map (M. cont., Dir. links)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_map_mc_cp' => array( 'label' => t('Map (IW: M. cont., Coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_map_mc_cf' => array( 'label' => t('Map (IW: M. cont., Fmt. coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_map_mc_cc' => array( 'label' => t('Map (IW: M. cont., Cart. coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_map_mc_dl' => array( 'label' => t('Map (IW: M. cont., Dir. links)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), //Geocoded address 'gmaps_ap_cp' => array( 'label' => t('Address, Coordinates'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_cf' => array( 'label' => t('Address, Fmt. coords.'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_cc' => array( 'label' => t('Address, Cart. coords.'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cp' => array( 'label' => t('Addr. (links), Coordinates'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cf' => array( 'label' => t('Addr. (links), Fmt. coords.'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cc' => array( 'label' => t('Addr. (links), Cart. coords.'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_cp_dl' => array( 'label' => t('Address, Coordinates, Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_cf_dl' => array( 'label' => t('Address, Fmt. coords., Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_cc_dl' => array( 'label' => t('Address, Cart. coords., Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cp_dl' => array( 'label' => t('Addr. (links), Coordinates, Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cf_dl' => array( 'label' => t('Addr. (links), Fmt. coords., Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cc_dl' => array( 'label' => t('Addr. (links), Cart. coords., Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cp' => array( 'label' => t('Desc. s. map (Address, Coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cf' => array( 'label' => t('Desc. s. map (Address, Fmt. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cc' => array( 'label' => t('Desc. s. map (Address, Cart. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cp' => array( 'label' => t('Desc. s. map (Addr. (links), Coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cf' => array( 'label' => t('Desc. s. map (Addr. (links), Fmt. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cc' => array( 'label' => t('Desc. s. map (Addr. (links), Cart. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cp_dl' => array( 'label' => t('Desc. s. map (Address, Coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cf_dl' => array( 'label' => t('Desc. s. map (Address, Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cc_dl' => array( 'label' => t('Desc. s. map (Address, Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cp_dl' => array( 'label' => t('Desc. s. map (Addr. (links), Coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cf_dl' => array( 'label' => t('Desc. s. map (Addr. (links), Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cc_dl' => array( 'label' => t('Desc. s. map (Addr. (links), Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cp' => array( 'label' => t('Map (IW: Address, Coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cf' => array( 'label' => t('Map (IW: Address, Fmt. coords)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cc' => array( 'label' => t('Map (IW: Address, Cart. coords)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cp' => array( 'label' => t('Map (IW: Addr. (links), Coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cf' => array( 'label' => t('Map (IW: Addr. (links), Fmt. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cc' => array( 'label' => t('Map (IW: Addr. (links), Cart. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cp_dl' => array( 'label' => t('Map (IW: Address, Coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cf_dl' => array( 'label' => t('Map (IW: Address, Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cc_dl' => array( 'label' => t('Map (IW: Address, Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cp_dl' => array( 'label' => t('Map (IW: Addr. (links), Coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cf_dl' => array( 'label' => t('Map (IW: Addr. (links), Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cc_dl' => array( 'label' => t('Map (IW: Addr. (links), Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), //Geocoded address Marker 'gmaps_mc_ap_cp' => array( 'label' => t('M. cont., Address, Coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_ap_cf' => array( 'label' => t('M. cont., Address, Fmt. coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_ap_cc' => array( 'label' => t('M. cont., Address, Cart. coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cp' => array( 'label' => t('M. cont., Addr. (links), Coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cf' => array( 'label' => t('M. cont., Addr. (links), Fmt. coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cc' => array( 'label' => t('M. cont., Addr. (links), Cart. coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_ap_cp_dl' => array( 'label' => t('M. cont., Addr., Coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_ap_cf_dl' => array( 'label' => t('M. cont., Addr., Fmt. coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_ap_cc_dl' => array( 'label' => t('M. cont., Addr., Cart. coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cp_dl' => array( 'label' => t('M. cont., Addr. (links), Coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cf_dl' => array( 'label' => t('M. cont., Addr. (links), Fmt. coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cc_dl' => array( 'label' => t('M. cont., Addr. (links), Cart. coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cp' => array( 'label' => t('Desc. s. map (M. cont., Address, Coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cf' => array( 'label' => t('Desc. s. map (M. cont., Address, Fmt. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cc' => array( 'label' => t('Desc. s. map (M. cont., Address, Cart. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cp' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cf' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Fmt. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cc' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Cart. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cp_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr., Coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cf_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr., Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cc_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr., Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cp_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cf_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cc_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cp' => array( 'label' => t('Map (IW: M. cont., Address, Coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cf' => array( 'label' => t('Map (IW: M. cont., Address, Fmt. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cc' => array( 'label' => t('Map (IW: M. cont., Address, Cart. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cp' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cf' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Fmt. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cc' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Cart. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cp_dl' => array( 'label' => t('Map (IW: M. cont., Addr., Coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cf_dl' => array( 'label' => t('Map (IW: M. cont., Addr., Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cc_dl' => array( 'label' => t('Map (IW: M. cont., Addr., Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cp_dl' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cf_dl' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cc_dl' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), ); return $formatters; // contributions/modules/gmaps/gmaps_content.module:DRUPAL-5 function gmaps_content_field_formatter_info() { //TODO: prefix with gmaps, add mixed formatters $formatters = array( //All 'gmaps_dl' => array( 'label' => t('Directions links'), 'field types' => array('gmaps_address', 'gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), //Address 'gmaps_ap' => array( 'label' => t('Address'), 'field types' => array('gmaps_address', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_dl' => array( 'label' => t('Address, Dir. links'), 'field types' => array('gmaps_address', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al' => array( 'label' => t('Address (links)'), 'field types' => array('gmaps_address', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_dl' => array( 'label' => t('Address (links), Dir. links'), 'field types' => array('gmaps_address', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), //Point (a.k.a Coordinates) 'gmaps_cp' => array( 'label' => t('Coordinates'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_cp_dl' => array( 'label' => t('Coordinates, Dir. links'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_cf' => array( 'label' => t('Formatted coordinates'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_cf_dl' => array( 'label' => t('Fmt. coords., Dir. links'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_cc' => array( 'label' => t('Cartesian coordinates'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_cc_dl' => array( 'label' => t('Cart. coords., Dir. links'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm' => array( 'label' => t('Static map'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_cp' => array( 'label' => t('Described static map (Coords.)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_cf' => array( 'label' => t('Described static map (Fmt. coords.)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_cc' => array( 'label' => t('Described static map (Cart. coords.)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_dl' => array( 'label' => t('Described static map (Dir. links)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map' => array( 'label' => t('Map'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_cp' => array( 'label' => t('Map (IW: Coords.)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_cf' => array( 'label' => t('Map (IW: Fmt. coords)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_cc' => array( 'label' => t('Map (IW: Cart. coords)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_dl' => array( 'label' => t('Map (IW: Dir. links)'), 'field types' => array('gmaps_point', 'gmaps_marker', 'gmaps_gaddress', 'gmaps_gaddress_marker'), ), //Marker 'gmaps_mc' => array( 'label' => t('Marker content'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_sm_mc' => array( 'label' => t('Desc. s. map (M. cont.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_map_mc' => array( 'label' => t('Map (IW: Marker content)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_mc_cp' => array( 'label' => t('M.cont., Coordinates'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_mc_cf' => array( 'label' => t('M. cont., Fmt. coords.'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_mc_cc' => array( 'label' => t('M. cont., Cart. coords.'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_mc_dl' => array( 'label' => t('M. cont., Dir. links'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_sm_mc_cp' => array( 'label' => t('Desc. s. map (M. cont., Coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_sm_mc_cf' => array( 'label' => t('Desc. s. map (M. cont., Fmt. coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_sm_mc_cc' => array( 'label' => t('Desc. s. map (M. cont., Cart. coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_sm_mc_dl' => array( 'label' => t('Desc. s. map (M. cont., Dir. links)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_map_mc_cp' => array( 'label' => t('Map (IW: M. cont., Coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_map_mc_cf' => array( 'label' => t('Map (IW: M. cont., Fmt. coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_map_mc_cc' => array( 'label' => t('Map (IW: M. cont., Cart. coords.)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), 'gmaps_map_mc_dl' => array( 'label' => t('Map (IW: M. cont., Dir. links)'), 'field types' => array('gmaps_marker', 'gmaps_gaddress_marker'), ), //Geocoded address 'gmaps_ap_cp' => array( 'label' => t('Address, Coordinates'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_cf' => array( 'label' => t('Address, Fmt. coords.'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_cc' => array( 'label' => t('Address, Cart. coords.'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cp' => array( 'label' => t('Addr. (links), Coordinates'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cf' => array( 'label' => t('Addr. (links), Fmt. coords.'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cc' => array( 'label' => t('Addr. (links), Cart. coords.'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_cp_dl' => array( 'label' => t('Address, Coordinates, Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_cf_dl' => array( 'label' => t('Address, Fmt. coords., Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_ap_cc_dl' => array( 'label' => t('Address, Cart. coords., Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cp_dl' => array( 'label' => t('Addr. (links), Coordinates, Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cf_dl' => array( 'label' => t('Addr. (links), Fmt. coords., Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_al_cc_dl' => array( 'label' => t('Addr. (links), Cart. coords., Dir. links'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cp' => array( 'label' => t('Desc. s. map (Address, Coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cf' => array( 'label' => t('Desc. s. map (Address, Fmt. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cc' => array( 'label' => t('Desc. s. map (Address, Cart. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cp' => array( 'label' => t('Desc. s. map (Addr. (links), Coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cf' => array( 'label' => t('Desc. s. map (Addr. (links), Fmt. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cc' => array( 'label' => t('Desc. s. map (Addr. (links), Cart. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cp_dl' => array( 'label' => t('Desc. s. map (Address, Coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cf_dl' => array( 'label' => t('Desc. s. map (Address, Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_ap_cc_dl' => array( 'label' => t('Desc. s. map (Address, Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cp_dl' => array( 'label' => t('Desc. s. map (Addr. (links), Coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cf_dl' => array( 'label' => t('Desc. s. map (Addr. (links), Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_sm_al_cc_dl' => array( 'label' => t('Desc. s. map (Addr. (links), Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cp' => array( 'label' => t('Map (IW: Address, Coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cf' => array( 'label' => t('Map (IW: Address, Fmt. coords)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cc' => array( 'label' => t('Map (IW: Address, Cart. coords)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cp' => array( 'label' => t('Map (IW: Addr. (links), Coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cf' => array( 'label' => t('Map (IW: Addr. (links), Fmt. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cc' => array( 'label' => t('Map (IW: Addr. (links), Cart. coords.)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cp_dl' => array( 'label' => t('Map (IW: Address, Coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cf_dl' => array( 'label' => t('Map (IW: Address, Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_ap_cc_dl' => array( 'label' => t('Map (IW: Address, Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cp_dl' => array( 'label' => t('Map (IW: Addr. (links), Coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cf_dl' => array( 'label' => t('Map (IW: Addr. (links), Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), 'gmaps_map_al_cc_dl' => array( 'label' => t('Map (IW: Addr. (links), Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress', 'gmaps_gaddress_marker'), ), //Geocoded address Marker 'gmaps_mc_ap_cp' => array( 'label' => t('M. cont., Address, Coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_ap_cf' => array( 'label' => t('M. cont., Address, Fmt. coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_ap_cc' => array( 'label' => t('M. cont., Address, Cart. coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cp' => array( 'label' => t('M. cont., Addr. (links), Coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cf' => array( 'label' => t('M. cont., Addr. (links), Fmt. coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cc' => array( 'label' => t('M. cont., Addr. (links), Cart. coords.'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_ap_cp_dl' => array( 'label' => t('M. cont., Addr., Coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_ap_cf_dl' => array( 'label' => t('M. cont., Addr., Fmt. coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_ap_cc_dl' => array( 'label' => t('M. cont., Addr., Cart. coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cp_dl' => array( 'label' => t('M. cont., Addr. (links), Coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cf_dl' => array( 'label' => t('M. cont., Addr. (links), Fmt. coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_mc_al_cc_dl' => array( 'label' => t('M. cont., Addr. (links), Cart. coords., Dir. links'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cp' => array( 'label' => t('Desc. s. map (M. cont., Address, Coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cf' => array( 'label' => t('Desc. s. map (M. cont., Address, Fmt. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cc' => array( 'label' => t('Desc. s. map (M. cont., Address, Cart. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cp' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cf' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Fmt. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cc' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Cart. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cp_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr., Coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cf_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr., Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_ap_cc_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr., Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cp_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cf_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_sm_mc_al_cc_dl' => array( 'label' => t('Desc. s. map (M. cont., Addr. (links), Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cp' => array( 'label' => t('Map (IW: M. cont., Address, Coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cf' => array( 'label' => t('Map (IW: M. cont., Address, Fmt. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cc' => array( 'label' => t('Map (IW: M. cont., Address, Cart. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cp' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cf' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Fmt. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cc' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Cart. coords.)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cp_dl' => array( 'label' => t('Map (IW: M. cont., Addr., Coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cf_dl' => array( 'label' => t('Map (IW: M. cont., Addr., Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_ap_cc_dl' => array( 'label' => t('Map (IW: M. cont., Addr., Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cp_dl' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cf_dl' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Fmt. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), 'gmaps_map_mc_al_cc_dl' => array( 'label' => t('Map (IW: M. cont., Addr. (links), Cart. coords., Dir. links)'), 'field types' => array('gmaps_gaddress_marker'), ), ); return $formatters; // contributions/modules/gmaps/gmaps_content.module:DRUPAL-6--2 /* N/A */ // contributions/modules/gmaps/modules/gmaps_content/Attic/gmaps_content.module:HEAD /* N/A */ // contributions/modules/gmaps/modules/gmaps_content/Attic/gmaps_content.module:DRUPAL-6--2 function gmaps_content_field_formatter_info() { return array( 'default' => array( 'label' => t('Default (User/site render)'), 'field types' => array('gmaps_distance', 'gmaps_address', 'gmaps_point', 'gmaps_anp'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('gmaps_distance', 'gmaps_address', 'gmaps_point', 'gmaps_anp'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'themed' => array( 'label' => t('Themed'), 'field types' => array('gmaps_distance', 'gmaps_address', 'gmaps_point', 'gmaps_anp'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'map' => array( 'label' => t('GMaps Map'), 'field types' => array('gmaps_point', 'gmaps_anp'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'static_map' => array( 'label' => t('GMaps Static map'), 'field types' => array('gmaps_point', 'gmaps_anp'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/graphviz_noderef/graphviz_noderef_field.module:HEAD function graphviz_noderef_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('graphviz_noderef_field'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_MODULE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('graphviz_noderef_field'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/graphviz_noderef/graphviz_noderef_field.module:DRUPAL-6--1 function graphviz_noderef_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('graphviz_noderef_field'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_MODULE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('graphviz_noderef_field'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/graphviz_noderef/graphviz_noderef_field.module:DRUPAL-7--1 function graphviz_noderef_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('graphviz_noderef_field'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_MODULE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('graphviz_noderef_field'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/graphviz_styles/graphviz_styles.module:HEAD function graphviz_styles_field_formatter_info() { return array( 'graph_style_preview' => array( 'label' => t('Graph style preview'), 'field types' => array('graphviz_graphstyle'), ), 'node_style_preview' => array( 'label' => t('Node style preview'), 'field types' => array('graphviz_nodestyle'), ), 'edge_style_preview' => array( 'label' => t('Edge style preview'), 'field types' => array('graphviz_edgestyle'), ), ); // contributions/modules/graphviz_styles/graphviz_styles.module:DRUPAL-6--1 function graphviz_styles_field_formatter_info() { return array( 'graph_style_preview' => array( 'label' => t('Graph style preview'), 'field types' => array('graphviz_graphstyle'), ), 'node_style_preview' => array( 'label' => t('Node style preview'), 'field types' => array('graphviz_nodestyle'), ), 'edge_style_preview' => array( 'label' => t('Edge style preview'), 'field types' => array('graphviz_edgestyle'), ), ); // contributions/modules/group/group/group.field.inc:HEAD function group_field_formatter_info() { return array( 'group_list_default' => array( 'label' => t('Group default list'), 'field types' => array('group'), ), ); // contributions/modules/group/group_ui/group_ui.module:HEAD function group_ui_field_formatter_info() { return array( 'group_group_subscribe' => array( 'label' => t('Group subscription'), 'field types' => array('list_boolean'), ), ); // contributions/modules/group/group_views/group_views.module:HEAD function group_views_field_formatter_info() { return array( 'group_views_default' => array( 'label' => t('Group Views'), 'field types' => array('list_text'), ), ); // contributions/modules/gsiv/gsiv.module:HEAD /* N/A */ // contributions/modules/gsiv/gsiv.module:DRUPAL-5 function gsiv_field_formatter_info() { $formatters = array(); if (module_exists('imagefield')) { $formatters['gsiv'] = array( 'label' => 'GSIV', 'field types' => array('image'), ); if (module_exists('imagecache')) { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters['gsiv]['. $rulename] = array( 'label' => 'GSIV: '. $rulename, 'field types' => array('image'), ); } } } return $formatters; // contributions/modules/guitar/guitar_cck.module:HEAD function guitar_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('guitar_chord'), ), ); // contributions/modules/guitar/guitar_cck.module:DRUPAL-5 function guitar_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('guitar_chord'), ), ); // contributions/modules/guitar/guitar_cck.module:DRUPAL-6--1 function guitar_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('guitar_chord'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/hier/hier_cck.module:HEAD function hier_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('hier'), ), 'plain' => array( 'label' => 'Plain text (no link)', 'field types' => array('hier'), ), ); // contributions/modules/hier/modules/hier_field/hier_field.module:HEAD function hier_field_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('hier'), ), ); // contributions/modules/hierarchical_select/modules/hs_content_taxonomy.module:HEAD function hs_content_taxonomy_field_formatter_info() { return array( 'hierarchical_text' => array( 'label' => t('As hierarchical text'), 'field types' => array('content_taxonomy'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'hierarchical_links' => array( 'label' => t('As hierarchical links'), 'field types' => array('content_taxonomy'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/hierarchical_select/modules/hs_content_taxonomy.module:DRUPAL-5--3 function hs_content_taxonomy_field_formatter_info() { return array( 'hierarchical_text' => array( 'label' => 'As hierarchical text', 'field types' => array('content_taxonomy'), ), 'hierarchical_links' => array( 'label' => 'As hierarchical links', 'field types' => array('content_taxonomy'), ), ); // contributions/modules/hierarchical_select/modules/hs_content_taxonomy.module:DRUPAL-6--3 function hs_content_taxonomy_field_formatter_info() { return array( 'hierarchical_text' => array( 'label' => t('As hierarchical text'), 'field types' => array('content_taxonomy'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'hierarchical_links' => array( 'label' => t('As hierarchical links'), 'field types' => array('content_taxonomy'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/hierarchical_select/modules/hs_content_taxonomy.module:DRUPAL-7--3 /* N/A */ // contributions/modules/highslide/highslide.module:HEAD function highslide_field_formatter_info() { $formatters = array(); if (module_exists('imagefield')) { foreach (highslide_formatters() as $formatter) { $formatters['hs_'. $formatter['name']] = array( 'label' => $formatter['label'] .' (Zooms)', 'field types' => array('filefield'), 'suitability callback' => 'imagefield_handles_file', 'description' => t('Displays imagecache resized images with Highslide Zooming.'), ); } } return $formatters; // contributions/modules/highslide/highslide.module:DRUPAL-5 /* N/A */ // contributions/modules/highslide/highslide.module:DRUPAL-6--1 function highslide_field_formatter_info() { $formatters = array(); if (module_exists('imagefield')) { foreach (highslide_formatters() as $formatter) { $formatters['hs_'. $formatter['name']] = array( 'label' => $formatter['label'] .' (Zooms)', 'field types' => array('image', 'filefield'), 'suitability callback' => 'imagefield_handles_file', 'description' => t('Displays imagecache resized images with Highslide Zooming.'), ); } } return $formatters; // contributions/modules/hip_core/hip_core.module:HEAD function hip_core_field_formatter_info() { return array( 'text_h_tag' => array( 'label' => t('Heading'), 'field types' => array('text'), 'settings' => array( 'h_tag' => 'H1', ), ), ); // contributions/modules/hip_core/hip_core.module:DRUPAL-7--1 function hip_core_field_formatter_info() { return array( 'text_h_tag' => array( 'label' => t('Heading'), 'field types' => array('text'), 'settings' => array( 'h_tag' => 'H1', ), ), 'media_slideshow' => array( 'label' => t('Slideshow'), 'field types' => array('media'), 'settings' => array( 'image_style' => 'large', 'effect' => 'fade', 'pager' => 0, 'timeout' => 5000, ), ), ); // contributions/modules/hover_preview/hover_preview.module:HEAD function hover_preview_field_formatter_info() { $presets_a = imagecache_presets(); $presets_b = $presets_a; $formatters = array(); foreach ($presets_a as $preset_a) { foreach ($presets_b as $preset_b) { $id = $preset_a['presetname'] . '_hover_preview_' . $preset_b['presetname']; $formatters[$id] = array( 'label' => t('Hover: @preset_a TO: @preset_b', array('@preset_a' => $preset_a['presetname'], '@preset_b' => $preset_b['presetname'])), 'field types' => array('image', 'filefield'), ); } } return $formatters; // contributions/modules/hover_preview/hover_preview.module:DRUPAL-6--1 function hover_preview_field_formatter_info() { $presets_a = imagecache_presets(); $presets_b = $presets_a; $formatters = array(); foreach ($presets_a as $preset_a) { foreach ($presets_b as $preset_b) { $id = $preset_a['presetname'] . '_hover_preview_' . $preset_b['presetname']; $formatters[$id] = array( 'label' => t('Hover: @preset_a TO: @preset_b', array('@preset_a' => $preset_a['presetname'], '@preset_b' => $preset_b['presetname'])), 'field types' => array('image', 'filefield'), ); } } return $formatters; // contributions/modules/hs_nodereference/hs_nodereference.module:HEAD function hs_nodereference_field_formatter_info() { return array( 'hs_lineages_default' => array( 'label' => t('Hierarchical Select lineages (link)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'hs_lineages_plain' => array( 'label' => t('Hierarchical Select lineages (no link)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/i18n/experimental/Attic/ttext.module:HEAD /* N/A */ // contributions/modules/i18n/experimental/Attic/ttext.module:DRUPAL-5 function ttext_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('ttext'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('ttext'), ), 'trimmed' => array( 'label' => 'Trimmed', 'field types' => array('ttext'), ), ); // contributions/modules/i18n/experimental/Attic/ttext.module:DRUPAL-5--2 /* N/A */ // contributions/modules/i18n/experimental/Attic/ttext.module:DRUPAL-5--3 /* N/A */ // contributions/modules/i18n/i18n_field/Attic/i18n_field.module:HEAD /* N/A */ // contributions/modules/i18n/i18n_field/Attic/i18n_field.module:DRUPAL-7--1 function i18n_field_field_formatter_info() { $types = array(); foreach (i18n_field_type_info() as $type => $info) { if (!empty($info['translate_options'])) { $types[] = $type; } } return array( 'i18n_list_default' => array( 'label' => t('Default translated'), 'field types' => $types, ), ); // contributions/modules/ical/ical.module:HEAD function ical_field_formatter_info() { return array( 'date_ical' => array( 'label' => t('As iCal'), 'field types' => array('date'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/ical/ical.module:DRUPAL-6--1 function ical_field_formatter_info() { return array( 'date_ical' => array( 'label' => t('As iCal'), 'field types' => array('date'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/ical/icalfield/icalfield.module:HEAD function icalfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('ical'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'ical' => array( 'label' => t('As iCal link'), 'field types' => array('ical'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/ical/icalfield/icalfield.module:DRUPAL-6--1 function icalfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('ical'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'ical' => array( 'label' => t('As iCal link'), 'field types' => array('ical'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/ical/icalreferencefield/icalreferencefield.module:HEAD function icalreferencefield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('icalreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/ical/icalreferencefield/icalreferencefield.module:DRUPAL-6--1 function icalreferencefield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('icalreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/ical/icalstatus/icalstatus.module:HEAD function icalstatus_field_formatter_info() { return array( 'icalstatus' => array( 'label' => t('iCal Status'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/ical/icalstatus/icalstatus.module:DRUPAL-6--1 function icalstatus_field_formatter_info() { return array( 'icalstatus' => array( 'label' => t('iCal Status'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/ideation/ideation.module:HEAD function ideation_field_formatter_info() { return array( 'linked' => array( 'label' => t('Ideas linked fields'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/ideation/ideation.module:DRUPAL-6--1 function ideation_field_formatter_info() { return array( 'linked' => array( 'label' => t('Ideas linked fields'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/ideatorrent/modules/ideatorrent_vote/ideatorrent_vote_field.inc:HEAD function ideatorrent_vote_field_formatter_info() { return array( 'default' => array( 'label' => t('+1/0/-1 vote widget plus proportion bar'), 'field types' => array('vote'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plus_minus_zero' => array( 'label' => t('+1/0/-1 vote widget'), 'field types' => array('vote'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plus_minus_proportion' => array( 'label' => t('+1/-1 vote widget plus proportion bar'), 'field types' => array('vote'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plus_minus' => array( 'label' => t('+1/-1 vote widget'), 'field types' => array('vote'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plus' => array( 'label' => t('+1 vote widget'), 'field types' => array('vote'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/iframe/iframe.module:HEAD function iframe_field_formatter_info() { return array( 'iframedefault' => array( 'label' => t('Title, over iframe (default)'), 'field types' => array('iframe'), ), 'iframeonly' => array( 'label' => t('IFrame without title'), 'field types' => array('iframe'), ), 'iframeasurl' => array( 'label' => t('A link with the given title'), 'field types' => array('iframe'), ), 'iframeasurlwithuri' => array( 'label' => t('A link with the uri as title'), 'field types' => array('iframe'), ), ); // contributions/modules/iframe/iframe.module:DRUPAL-6--1 function iframe_field_formatter_info() { return array( 'default' => array( 'label' => t('Title, over iframe (default)'), 'field types' => array('iframe'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'iframeonly' => array( 'label' => t('IFrame without title'), 'field types' => array('iframe'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'asurl' => array( 'label' => t('IFrame url as plain url'), 'field types' => array('iframe'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/iframe/iframe.module:DRUPAL-7--1 function iframe_field_formatter_info() { return array( 'iframedefault' => array( 'label' => t('Title, over iframe (default)'), 'field types' => array('iframe'), ), 'iframeonly' => array( 'label' => t('IFrame without title'), 'field types' => array('iframe'), ), 'iframeasurl' => array( 'label' => t('A link with the given title'), 'field types' => array('iframe'), ), 'iframeasurlwithuri' => array( 'label' => t('A link with the uri as title'), 'field types' => array('iframe'), ), ); // contributions/modules/image_annotate/image_annotate.module:HEAD function image_annotate_field_formatter_info() { $formatters = array( 'image_annotate' => array( 'label' => t('Image with annotations'), 'field types' => array('image', 'filefield'), 'suitability callback' => 'image_annotate_handles_file', 'css' => array(drupal_get_path('module','image_annotate') .'/tag.css'), 'description' => t('Display a picture and its annotations.'), ), ); return $formatters; // contributions/modules/image_annotate/image_annotate.module:DRUPAL-6--1 /* N/A */ // contributions/modules/image_fupload/image_fupload_imagefield/image_fupload_imagefield.module:HEAD /* N/A */ // contributions/modules/image_fupload/image_fupload_imagefield/image_fupload_imagefield.module:DRUPAL-6--1 /* N/A */ // contributions/modules/image_fupload/image_fupload_imagefield/image_fupload_imagefield.module:DRUPAL-6--2 /* N/A */ // contributions/modules/image_fupload/image_fupload_imagefield/image_fupload_imagefield.module:DRUPAL-6--3 /* N/A */ // contributions/modules/imagecache/imagecache.module:HEAD function imagecache_field_formatter_info() { $formatters = array(); foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_default'] = array( 'label' => t('@preset image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); $formatters[$preset['presetname'] .'_linked'] = array( 'label' => t('@preset image linked to node', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); $formatters[$preset['presetname'] .'_imagelink'] = array( 'label' => t('@preset image linked to image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); $formatters[$preset['presetname'] .'_path'] = array( 'label' => t('@preset file path', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); $formatters[$preset['presetname'] .'_url'] = array( 'label' => t('@preset URL', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } return $formatters; // contributions/modules/imagecache/imagecache.module:DRUPAL-4-7 function imagecache_field_formatter_info() { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters[$rulename] = array( 'label' => $rulename, 'field types' => array('image'), ); $formatters[$rulename . '_linked'] = array( 'label' => $rulename . ' as link', 'field types' => array('image'), ); } return $formatters; // contributions/modules/imagecache/imagecache.module:DRUPAL-5 function imagecache_field_formatter_info() { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters[$rulename] = array( 'label' => t('!rulename as image', array('!rulename' => $rulename)), 'field types' => array('image'), ); $formatters[$rulename .'_linked'] = array( 'label' => t('!rulename as link', array('!rulename' => $rulename)), 'field types' => array('image'), ); } return $formatters; // contributions/modules/imagecache/imagecache.module:DRUPAL-5--2 function imagecache_field_formatter_info() { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_default'] = array( 'label' => $preset['presetname'], 'field types' => array('image'), ); $formatters[$preset['presetname'] .'_linked'] = array( 'label' => t('@preset as link to node', array('@preset' => $preset['presetname'])), 'field types' => array('image'), ); $formatters[$preset['presetname'] .'_imagelink'] = array( 'label' => t('@preset as link to image', array('@preset' => $preset['presetname'])), 'field types' => array('image'), ); $formatters[$preset['presetname'] .'_path'] = array( 'label' => t('path to @preset derivative', array('@preset' => $preset['presetname'])), 'field types' => array('image'), ); $formatters[$preset['presetname'] .'_url'] = array( 'label' => t('url to @preset derivative', array('@preset' => $preset['presetname'])), 'field types' => array('image'), ); } return $formatters; // contributions/modules/imagecache/imagecache.module:DRUPAL-6--2 function imagecache_field_formatter_info() { $formatters = array(); foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_default'] = array( 'label' => t('@preset image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); $formatters[$preset['presetname'] .'_linked'] = array( 'label' => t('@preset image linked to node', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); $formatters[$preset['presetname'] .'_imagelink'] = array( 'label' => t('@preset image linked to image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); $formatters[$preset['presetname'] .'_path'] = array( 'label' => t('@preset file path', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); $formatters[$preset['presetname'] .'_url'] = array( 'label' => t('@preset URL', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } return $formatters; // contributions/modules/imagecache_proportions/Attic/imagecache_proportions.module:HEAD /* N/A */ // contributions/modules/imagecache_proportions/Attic/imagecache_proportions.module:DRUPAL-6--1 function imagecache_proportions_field_formatter_info() { $formatters['vertical_horizontal'] = array( 'label' => t('Imagecache proportions'), 'description' => t('Display the image in horizontal if it is more wide than high or in vertical if it is more high than wide.'), 'field types' => array('image', 'filefield'), ); return $formatters; // contributions/modules/imagecache_proportions/Attic/imagecache_proportions.module:DRUPAL-7--1 function imagecache_proportions_field_formatter_info() { return array( 'vertical_horizontal' => array( 'label' => t('Imagecache proportions'), 'field types' => array('image'), 'settings' => array( 'horizontal_preset' => '', 'vertical_preset' => '', 'style' => '', 'squared_preset' => '', 'looseness' => 0, 'enable_link' => '', 'modal_style' => '', ), 'description' => t('Display the image in horizontal if it is more wide than high or in vertical if it is more high than wide.'), ), ); // contributions/modules/imagefield/imagefield.module:HEAD function imagefield_field_formatter_info() { $module_path = drupal_get_path('module', 'imagefield'); $formatters = array( 'image_plain' => array( 'label' => t('Image'), 'field types' => array('filefield'), 'description' => t('Displays image files in their original size.'), ), 'image_nodelink' => array( 'label' => t('Image linked to node'), 'field types' => array('filefield'), 'description' => t('Displays image files in their original size.'), ), 'image_imagelink' => array( 'label' => t('Image linked to file'), 'field types' => array('filefield'), 'description' => t('Displays image files in their original size.'), ), ); return $formatters; // contributions/modules/imagefield/imagefield.module:DRUPAL-4-7 function imagefield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'field types' => array('image'), ), ); return $formatters; // contributions/modules/imagefield/imagefield.module:DRUPAL-4-7--2 function imagefield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'field types' => array('image'), ), ); if (module_exist('imagecache')) { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters[$rulename] = array( 'label' => $rulename, 'field types' => array('image'), ); } } return $formatters; // contributions/modules/imagefield/imagefield.module:DRUPAL-5 function imagefield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'field types' => array('image'), ), ); return $formatters; // contributions/modules/imagefield/imagefield.module:DRUPAL-5--2 function imagefield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'field types' => array('image'), ), 'imagefield_nodelink' => array( 'label' => t('link to node'), 'field types' => array('image'), ), 'imagefield_imagelink' => array( 'label' => t('link to image'), 'field types' => array('image'), ), 'imagefield_path' => array( 'label' => t('path to image'), 'field types' => array('image'), ), 'imagefield_url' => array( 'label' => t('url to image'), 'field types' => array('image'), ), ); return $formatters; // contributions/modules/imagefield/imagefield_formatter.inc:HEAD /* N/A */ // contributions/modules/imagefield_dewslider/imagefield_dewslider.module:HEAD function imagefield_dewslider_field_formatter_info() { $formatters = array(); $formatters['imagefield_dewslider'] = array( 'label' => 'Dewslider', 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, ); return $formatters; // contributions/modules/imagefield_extended/imagefield_extended.module:HEAD /* N/A */ // contributions/modules/imagefield_extended/imagefield_extended.module:DRUPAL-6--3 function imagefield_extended_field_formatter_info() { $formatters = array( 'ife' => array( 'label' => t('Image, with additional fields'), 'field types' => array('filefield'), 'description' => t('Displays image files in their original size.'), ), ); // Add imagecache support. if (module_exists('imagecache')) { $rules = array(); if (function_exists('imagecache_presets')) { foreach (imagecache_presets() as $preset_id => $preset_info) { $rules[$preset_id] = $preset_info['presetname']; } } else { $rules = _imagecache_get_presets(); } foreach ($rules as $preset_id => $preset) { $formatters[$preset .'_ife'] = array( 'label' => t('@preset image, with additional fields', array('@preset' => $preset)), 'field types' => array('filefield'), ); } } return $formatters; // contributions/modules/imagefield_extended/imagefield_extended.module:DRUPAL-6--4 function imagefield_extended_field_formatter_info() { $formatters = array( 'ife' => array( 'label' => t('Image, with additional fields'), 'field types' => array('filefield'), 'description' => t('Displays image files in their original size.'), ), ); // Add imagecache support. if (module_exists('imagecache')) { $rules = array(); if (function_exists('imagecache_presets')) { foreach (imagecache_presets() as $preset_id => $preset_info) { $rules[$preset_id] = $preset_info['presetname']; } } else { $rules = _imagecache_get_presets(); } foreach ($rules as $preset_id => $preset) { $formatters[$preset .'_ife'] = array( 'label' => t('@preset image, with additional fields', array('@preset' => $preset)), 'field types' => array('filefield'), ); } } return $formatters; // contributions/modules/imagefield_multiformat/imagefield_multiformat.module:HEAD function imagefield_multiformat_field_formatter_info() { $formatters = array(); $formatters['multiformat_image'] = array( 'label' => t('Multiformat: Lead + other images'), 'field types' => array('filefield', 'imagefield'), ); if (module_exists('fancybox')) { $formatters['multiformat_fancybox'] = array( 'label' => t('Multiformat: Lead + other images in fancybox'), 'field types' => array('filefield', 'imagefield'), ); } return $formatters; } // contributions/modules/imagefield_multiformat/imagefield_multiformat.module:DRUPAL-6--1 function imagefield_multiformat_field_formatter_info() { $formatters = array(); $formatters['multiformat_image'] = array( 'label' => t('Multiformat: Lead + other images'), 'field types' => array('filefield', 'imagefield'), ); if (module_exists('fancybox')) { $formatters['multiformat_fancybox'] = array( 'label' => t('Multiformat: Lead + other images in fancybox'), 'field types' => array('filefield', 'imagefield'), ); } $formatters['multiformat_image_linked_to_node'] = array( 'label' => t('Multiformat: Lead + other images, linked to node'), 'field types' => array('filefield', 'imagefield'), ); return $formatters; } // contributions/modules/imagefield_single/imagefield_single.module:HEAD function imagefield_single_field_formatter_info() { $formatters = array(); foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_default-single'] = array( 'label' => t('@preset image (single)', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); $formatters[$preset['presetname'] .'_linked-single'] = array( 'label' => t('@preset image linked to node (single)', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } return $formatters; // contributions/modules/imagefield_single/imagefield_single.module:DRUPAL-6--1 function imagefield_single_field_formatter_info() { $formatters = array(); foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_default-single'] = array( 'label' => t('@preset image (single)', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); $formatters[$preset['presetname'] .'_linked-single'] = array( 'label' => t('@preset image linked to node (single)', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } return $formatters; // contributions/modules/imageflow/imageflow.module:HEAD function imageflow_field_formatter_info() { $formatter = array(); if (module_exists('imagefield') && module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters['imageflow]['. $preset['presetname']] = array( 'label' => t('@preset: Imageflow', array('@preset' => $preset['presetname'])), 'field types' => array('image'), ); } } return $formatters; // contributions/modules/imceimage/imceimage.module:HEAD function imceimage_field_formatter_info() { return array( 'default' => array( 'label' => 'Inline', 'field types' => array('imceimage'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link' => array( 'label' => 'Link', 'field types' => array('imceimage'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/imceimage/imceimage.module:DRUPAL-6--1 function imceimage_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'field types' => array('imceimage'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'with_caption' => array( 'label' => 'With caption', 'field types' => array('imceimage'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link' => array( 'label' => 'Link', 'field types' => array('imceimage'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'url' => array( 'label' => 'URL', 'field types' => array('imceimage'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumb' => array( 'label' => 'Thumbnail', 'field types' => array('imceimage'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); if (module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_default'] = array( 'label' => t('@preset image', array('@preset' => $preset['presetname'])), 'field types' => array('imceimage'), ); $formatters[$preset['presetname'] .'_linked'] = array( 'label' => t('@preset image linked to node', array('@preset' => $preset['presetname'])), 'field types' => array('imceimage'), ); $formatters[$preset['presetname'] .'_imagelink'] = array( 'label' => t('@preset image linked to image', array('@preset' => $preset['presetname'])), 'field types' => array('imceimage'), ); $formatters[$preset['presetname'] .'_path'] = array( 'label' => t('@preset file path', array('@preset' => $preset['presetname'])), 'field types' => array('imceimage'), ); $formatters[$preset['presetname'] .'_url'] = array( 'label' => t('@preset URL', array('@preset' => $preset['presetname'])), 'field types' => array('imceimage'), ); } } return $formatters; // contributions/modules/inheritedformatter/inheritedformatter.module:HEAD function inheritedformatter_field_formatter_info() { $items = array(); $fields = inheritedformatter_get_reference_fields(); $supported_fields = inheritedformatter_get_supported_field_types(); foreach ($fields as $field_name => $field) { $items['inherit_'. $field_name] = array( 'label' => t('Inherit through '. $field_name), 'field types' => $supported_fields, 'multiple values' => CONTENT_HANDLE_CORE, ); } return $items; // contributions/modules/inheritedformatter/inheritedformatter.module:DRUPAL-6--1 function inheritedformatter_field_formatter_info() { $items = array(); $fields = inheritedformatter_get_reference_fields(); $supported_fields = inheritedformatter_get_supported_field_types(); foreach ($fields as $field_name => $field) { $items['inherit_'. $field_name] = array( 'label' => t('Inherit through '. $field_name), 'field types' => $supported_fields, 'multiple values' => CONTENT_HANDLE_CORE, ); } return $items; // contributions/modules/integerdate/integerdate.module:HEAD function integerdate_field_formatter_info() { return array( 'integerdate_date_default' => array( 'label' => t('Default formatted date'), 'field types' => array('integerdate_date',), 'settings' => array( 'format_custom_string' => '', 'format_option' => 'short', ), ), ); // contributions/modules/integerdate/integerdate.module:DRUPAL-7--1 function integerdate_field_formatter_info() { return array( 'integerdate_date_default' => array( 'label' => t('Default formatted date'), 'field types' => array('integerdate_date',), 'settings' => array( 'format_custom_string' => '', 'format_option' => 'short', ), ), ); // contributions/modules/internet_archive/internet_archive.module:HEAD function internet_archive_field_formatter_info() { return array( 'video_embed' => array( 'label' => t('Internet Archive Video Embed'), 'field types' => array('filefield', 'text', 'emvideo'), 'description' => t('Displays video embed code from archive.org.'), ), 'thumbnail' => array( 'label' => t('Internet Archive Thumbnail'), 'field types' => array('filefield', 'text', 'emvideo'), 'description' => t('Displays thumbnail from archive.org.'), ), 'animated_thumbnail' => array( 'label' => t('Internet Archive Animated Thumbnail'), 'field types' => array('filefield', 'text', 'emvideo'), 'description' => t('Displays animated thumbnail from archive.org.'), ), ); // contributions/modules/inventory/inventory.module:HEAD function inventory_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('inventory_field'), ), 'skipempty' => array( 'label' => t('Skip Empty Fields'), 'field types' => array('inventory_field'), ), ); return $formatters; // contributions/modules/inventory/inventory.module:DRUPAL-5 function inventory_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('inventory_field'), ), ); return $formatters; // contributions/modules/inventory/inventory.module:DRUPAL-5--2 function inventory_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('inventory_field'), ), 'skipempty' => array( 'label' => t('Skip Empty Fields'), 'field types' => array('inventory_field'), ), ); return $formatters; // contributions/modules/invisimail/Attic/invisimail.legacy.inc:HEAD /* N/A */ // contributions/modules/invisimail/Attic/invisimail.legacy.inc:DRUPAL-7--1 /* N/A */ // contributions/modules/invisimail/invisimail.module:HEAD /* N/A */ // contributions/modules/invisimail/invisimail.module:DRUPAL-4-7 /* N/A */ // contributions/modules/invisimail/invisimail.module:DRUPAL-5 /* N/A */ // contributions/modules/invisimail/invisimail.module:DRUPAL-6--1 function invisimail_field_formatter_info() { return array( 'invisimail' => array( 'label' => t('Encode with Invisimail'), 'field types' => array('email'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/invisimail/invisimail.module:DRUPAL-7--1 function invisimail_field_formatter_info() { foreach (invisimail_get_encoders() as $encoder => $encoder_info) { $formats['invisimail_' . $encoder] = array( 'label' => t('Invisimail: @encoder', array('@encoder' => $encoder_info['label'])), 'field types' => array('email'), 'settings' => $encoder_info['default settings'] + array('encoder' => $encoder), ); } return $formats; // contributions/modules/isbn/isbn.module:HEAD /* N/A */ // contributions/modules/isbn/isbn.module:DRUPAL-6--1 function isbn_field_formatter_info() { return array( 'raw' => array( 'label' => t('ISBN: As Entered'), 'field types' => array('isbn'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'clean' => array( 'label' => t('ISBN: Clean (no dashes)'), 'field types' => array('isbn'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/issuu/issuu.module:HEAD function issuu_field_formatter_info() { return array( 'ffpageflip' => array( 'label' => t('Issuu filefield as pageflip'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'ffpresentation' => array( 'label' => t('Issuu filefield as presentation'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'issuuthumb' => array( 'label' => t('Issuu thumbnail'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/jeditable/jeditable.module:HEAD function jeditable_field_formatter_info() { return array( 'jeditable_textfield' => array( 'label' => t('jEditable Textfield'), 'field types' => array('text', 'number_integer', 'number_decimal', 'number_float'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'jeditable_textarea' => array( 'label' => t('jEditable Textarea'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'jeditable_nodereference' => array( 'label' => t('jEditable Nodereference'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'jeditable_datetime' => array( 'label' => t('jEditable Datetime picker'), 'field types' => array('datetime'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/jeditable/jeditable.module:DRUPAL-6--1 function jeditable_field_formatter_info() { return array( 'jeditable_textfield' => array( 'label' => t('jEditable Textfield'), 'field types' => array('text', 'number_integer', 'number_decimal', 'number_float'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'jeditable_textarea' => array( 'label' => t('jEditable Textarea'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'jeditable_nodereference' => array( 'label' => t('jEditable Nodereference'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'jeditable_datetime' => array( 'label' => t('jEditable Datetime picker'), 'field types' => array('datetime'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/jlightbox/jlightbox.module:HEAD function jlightbox_field_formatter_info() { $formatters = array(); if (!module_exists('imagefield') || !module_exists('imagecache')) { return $formatters; } $rules = array(); // ImageCache v2 API. if (function_exists('imagecache_presets')) { $presets = imagecache_presets(); foreach ($presets as $preset_id => $preset_info) { $rules[$preset_id] = $preset_info['presetname']; } } // ImageCache v1 API (deprecated). else { $rules = _imagecache_get_presets(); } foreach ($rules as $ruleid => $rulename) { $formatters['jlightbox][' . $rulename . '][gallery'] = array( 'label' => 'jLightbox: ' . $rulename . ' gallery', 'field types' => array('image', 'filefield'), ); $formatters['jlightbox][' . $rulename . '][single'] = array( 'label' => 'jLightbox: ' . $rulename, 'field types' => array('image', 'filefield'), ); } return $formatters; // contributions/modules/jlightbox/jlightbox.module:DRUPAL-5 function jlightbox_field_formatter_info() { $formatters = array(); if (!module_exists('imagefield') || !module_exists('imagecache')) { return $formatters; } $rules = array(); // ImageCache v2 API. if (function_exists('imagecache_presets')) { $presets = imagecache_presets(); foreach ($presets as $preset_id => $preset_info) { $rules[$preset_id] = $preset_info['presetname']; } } // ImageCache v1 API (deprecated). else { $rules = _imagecache_get_presets(); } foreach ($rules as $ruleid => $rulename) { $formatters['jlightbox]['. $rulename .'][gallery'] = array( 'label' => 'jLightbox: '. $rulename .' gallery', 'field types' => array('image'), ); $formatters['jlightbox]['. $rulename .'][single'] = array( 'label' => 'jLightbox: '. $rulename, 'field types' => array('image'), ); } return $formatters; // contributions/modules/jplayer/jplayer.module:HEAD function jplayer_field_formatter_info() { return array( 'single' => array( 'label' => t('jPlayer player'), 'field types' => array('filefield', 'audiofield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Display an audio file as an HTML5-compatible with Flash-fallback audio player.'), ), 'playlist' => array( 'label' => t('jPlayer multifile playlist'), 'field types' => array('filefield', 'audiofield'), 'multiple values' => CONTENT_HANDLE_MULTIPLE, 'description' => t('Display multi-value fields as an HTML5-compatible with Flash-fallback audio player.'), ), ); // contributions/modules/jplayer/jplayer.module:DRUPAL-6--1 function jplayer_field_formatter_info() { return array( 'jplayer_single' => array( 'label' => t('jPlayer player'), 'field types' => array('filefield', 'audiofield'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Display an audio file as an HTML5-compatible with Flash-fallback audio player.'), ), 'jplayer_playlist' => array( 'label' => t('jPlayer multifile playlist'), 'field types' => array('filefield', 'audiofield'), 'multiple values' => CONTENT_HANDLE_MULTIPLE, 'description' => t('Display multi-value fields as an HTML5-compatible with Flash-fallback audio player.'), ), ); // contributions/modules/jqgalview/jqgalview.module:HEAD function jqgalview_field_formatter_info() { $formatters = array(); $presets = _jqgalview_get_presets(); foreach($presets as $preset_id => $preset_name) { $formatters['jqgalview_'.$preset_name] = array( 'label' => 'jqGalView: '. $preset_name, 'field types' => array('image'), ); } return $formatters; // contributions/modules/jqgalview/jqgalview.module:DRUPAL-5 function jqgalview_field_formatter_info() { $formatters = array(); $presets = _jqgalview_get_presets(); foreach($presets as $preset_id => $preset_name) { $formatters['jqgalview_'.$preset_name] = array( 'label' => 'jqGalView: '. $preset_name, 'field types' => array('image'), ); } return $formatters; // contributions/modules/jquery_colorpicker/jquery_colorpicker.module:HEAD function jquery_colorpicker_field_formatter_info() { return array ( 'jquery_colorpicker_color_display' => array ( 'label' => t('Colored block'), 'field_types' => array('jquery_colorpicker'), ), 'jquery_colorpicker_text_display' => array ( 'label' => t('Text'), 'field_types' => array('jquery_colorpicker'), ), ); // contributions/modules/jquery_colorpicker/jquery_colorpicker.module:DRUPAL-6--1 /* N/A */ // contributions/modules/jquery_colorpicker/jquery_colorpicker.module:DRUPAL-6--2 /* N/A */ // contributions/modules/jquery_colorpicker/jquery_colorpicker_cck/Attic/jquery_colorpicker_cck.module:HEAD /* N/A */ // contributions/modules/jquery_colorpicker/jquery_colorpicker_cck/Attic/jquery_colorpicker_cck.module:DRUPAL-6--2 /* N/A */ // contributions/modules/jquery_slideshow/jquery_slideshow.module:HEAD function jquery_slideshow_field_formatter_info() { $formatters = array(); foreach (_jquery_slideshow_get_presets() as $preset) { $formatters['jqs__'. $preset] = array( 'label' => t('JQuery Slideshow: '. $preset), 'field types' => array('image', 'filefield') ); } return $formatters; // contributions/modules/jquery_slideshow/jquery_slideshow.module:DRUPAL-5 function jquery_slideshow_field_formatter_info() { $formatters = array( 'jquery_slideshow' => array( 'label' => t('JQuery Slideshow'), 'field types' => array('image'), ), ); return $formatters; // contributions/modules/jquery_slideshow/jquery_slideshow.module:DRUPAL-6--1 function jquery_slideshow_field_formatter_info() { $formatters = array(); foreach (_jquery_slideshow_get_presets() as $preset) { $formatters['jqs__'. $preset] = array( 'label' => t('JQuery Slideshow: '. $preset), 'field types' => array('image', 'filefield') ); } return $formatters; // contributions/modules/jquery_slideshow/jquery_slideshow.module:DRUPAL-6--2 function jquery_slideshow_field_formatter_info() { $formatters = array(); foreach (_jquery_slideshow_get_presets() as $preset) { $formatters['jqs__'. $preset] = array( 'label' => t('JQuery Slideshow: '. $preset), 'field types' => array('image', 'filefield') ); } return $formatters; // contributions/modules/jqzoom/jqzoom.module:HEAD function jqzoom_field_formatter_info() { $formatters = array(); if (module_exists('imagecache') && (module_exists('imagecache') || module_exists('filefield'))) { $rules = imagecache_presets(); foreach ($rules as $ruleid => $rule) { $formatters['jqzoom__'. $rule['presetname']] = array( 'label' => 'jQZoom: '. $rule['presetname'], 'field types' => array('image', 'filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ); } } return $formatters; // contributions/modules/jqzoom/jqzoom.module:DRUPAL-6--1 function jqzoom_field_formatter_info() { $formatters = array(); if (module_exists('imagecache') && (module_exists('imagecache') || module_exists('filefield'))) { $rules = imagecache_presets(); foreach ($rules as $ruleid => $rule) { $formatters['jqzoom__'. $rule['presetname']] = array( 'label' => 'jQZoom: '. $rule['presetname'], 'field types' => array('image', 'filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ); } } return $formatters; // contributions/modules/jsnodeload/jsnodeload.module:HEAD function jsnodeload_field_formatter_info() { return array( 'reftext' => array( 'label' => 'Reference + text', 'field types' => array('jsnodeload'), ), 'text' => array( 'label' => 'Text only', 'field types' => array('jsnodeload'), ), 'ref' => array( 'label' => 'Reference only', 'field types' => array('jsnodeload'), ), ); // contributions/modules/jsnodeload/jsnodeload.module:DRUPAL-5 function jsnodeload_field_formatter_info() { return array( 'reftext' => array( 'label' => 'Reference + text', 'field types' => array('jsnodeload'), ), 'text' => array( 'label' => 'Text only', 'field types' => array('jsnodeload'), ), 'ref' => array( 'label' => 'Reference only', 'field types' => array('jsnodeload'), ), ); // contributions/modules/kaltura/plugins/field_kaltura/field_kaltura.module:HEAD function field_kaltura_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbnail' => array( 'label' => t('Thumbnail'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/kaltura/plugins/field_kaltura/field_kaltura.module:DRUPAL-5 function field_kaltura_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbnail' => array( 'label' => t('Thumbnail'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/kaltura/plugins/field_kaltura/field_kaltura.module:DRUPAL-6--1 function field_kaltura_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbnail' => array( 'label' => t('Thumbnail'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/kaltura/plugins/field_kaltura/field_kaltura.module:DRUPAL-6--2 function field_kaltura_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbnail' => array( 'label' => t('Thumbnail'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/kaltura/plugins/field_kaltura/field_kaltura.module:DRUPAL-7--2 function field_kaltura_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbnail' => array( 'label' => t('Thumbnail'), 'field types' => array('Kaltura_Media', 'Kaltura_Media_Remix'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/kaltura_drupal_6/plugins/field_kaltura/Attic/field_kaltura.module:HEAD /* N/A */ // contributions/modules/kt/Attic/kt_docreference.module:HEAD /* N/A */ // contributions/modules/kt/Attic/kt_docreference.module:DRUPAL-6--2 /* N/A */ // contributions/modules/kt/kt_docreference/Attic/kt_docreference.module:HEAD /* N/A */ // contributions/modules/kt/kt_docreference/Attic/kt_docreference.module:DRUPAL-6--2 function kt_docreference_field_formatter_info() { return array( 'plain' => array( 'label' => t('Document Name (no link)'), 'field types' => array('kt_docreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'default' => array( 'label' => t('Document Name (link to KT detail)'), 'field types' => array('kt_docreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'download' => array( 'label' => t('Document Name (link to download)'), 'field types' => array('kt_docreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'multi' => array( 'label' => t('Document Name (links to view and download)'), 'field types' => array('kt_docreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/lightbox2/lightbox2.module:HEAD /* N/A */ // contributions/modules/lightbox2/lightbox2.module:DRUPAL-4-6 /* N/A */ // contributions/modules/lightbox2/lightbox2.module:DRUPAL-4-7 function lightbox2_field_formatter_info() { $formatter = array(); if (module_exist('imagefield') && module_exist('imagecache')) { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters['lightbox2]['. $rulename] = array( 'label' => 'Lightbox2: '. $rulename, 'field types' => array('image'), ); } } return $formatters; // contributions/modules/lightbox2/lightbox2.module:DRUPAL-5 function lightbox2_field_formatter_info() { $formatter = array(); if (module_exists('imagefield') && module_exists('imagecache')) { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters['lightbox2]['. $rulename] = array( 'label' => 'Lightbox2: '. $rulename, 'field types' => array('image'), ); } } return $formatters; // contributions/modules/lightbox2/lightbox2.module:DRUPAL-5--2 function lightbox2_field_formatter_info() { $formatters = array(); $lightbox = $slideshow = $iframe = array(); if (module_exists('imagefield') && module_exists('imagecache')) { $rules = array(); if (function_exists('imagecache_presets')) { $presets = imagecache_presets(); foreach ($presets as $preset_id => $preset_info) { $rules[$preset_id] = $preset_info['presetname']; } } else { $rules = _imagecache_get_presets(); } $iframe['lightframe2][original][node'] = array( 'label' => 'Lightbox2 iframe: original->node page', 'field types' => array('image'), ); foreach ($rules as $ruleid => $view_rule) { $lightbox['lightbox2][original]['. $view_rule] = array( 'label' => 'Lightbox2: original->'. $view_rule, 'field types' => array('image'), ); $lightbox['lightbox2]['. $view_rule .'][original'] = array( 'label' => 'Lightbox2: '. $view_rule .'->original', 'field types' => array('image'), ); $slideshow['lightshow2][original]['. $view_rule] = array( 'label' => 'Lightbox2 slideshow: original->'. $view_rule, 'field types' => array('image'), ); $slideshow['lightshow2]['. $view_rule .'][original'] = array( 'label' => 'Lightbox2 slideshow: '. $view_rule .'->original', 'field types' => array('image'), ); foreach ($rules as $rid => $lightbox_rule) { $lightbox['lightbox2]['. $view_rule .']['. $lightbox_rule] = array( 'label' => 'Lightbox2: '. $view_rule .'->'. $lightbox_rule, 'field types' => array('image'), ); $slideshow['lightshow2]['. $view_rule .']['. $lightbox_rule] = array( 'label' => 'Lightbox2 slideshow: '. $view_rule .'->'. $lightbox_rule, 'field types' => array('image'), ); $iframe['lightframe2]['. $view_rule .'][node'] = array( 'label' => 'Lightbox2 iframe: '. $view_rule .'->node page', 'field types' => array('image'), ); } } // Adding them now so they are in some sort of sensible order. $formatters = array_merge($lightbox, $slideshow, $iframe); } if (module_exists('emfield') && module_exists('image_ncck')) { $formatters['lightbox2][image_ncck'] = array( 'label' => t('Lightbox2: Image Thumbnail -> Original'), 'field types' => array('image_ncck'), ); $formatters['lightshow2][image_ncck'] = array( 'label' => t('Lightbox2 slideshow: Image Thumbnail -> Original'), 'field types' => array('image_ncck'), ); $formatters['lightframe2][image_ncck'] = array( 'label' => t('Lightbox2 iframe: Image Thumbnail -> Content'), 'field types' => array('image_ncck'), ); } if (variable_get('lightbox2_enable_video', FALSE) && module_exists('emfield') && module_exists('video_cck')) { $formatters['lightvideo'] = array( 'label' => t('Lightbox2: Image Thumbnail -> Full Size Video'), 'field types' => array('video_cck'), ); } if (module_exists('filefield')) { $formatters['lightframe2][filefield'] = array( 'label' => t('Lightbox2 iframe'), 'field types' => array('file'), ); } return $formatters; // contributions/modules/lightbox2/lightbox2.module:DRUPAL-6--1 function lightbox2_field_formatter_info() { $formatters = array(); $lightbox = $slideshow = $iframe = array(); // Handle imagefield and filefield images. if (module_exists('imagecache') && (module_exists('imagefield') || module_exists('filefield'))) { $rules = array(); if (function_exists('imagecache_presets')) { $presets = imagecache_presets(); foreach ($presets as $preset_id => $preset_info) { $rules[$preset_id] = $preset_info['presetname']; } } else { $rules = _imagecache_get_presets(); } $iframe['imagefield__lightframe2__original__node'] = array( 'label' => 'Lightbox2 iframe: original->node page', 'field types' => array('image', 'filefield'), ); $iframe['imagefield__lightframe2__link__node'] = array( 'label' => 'Lightbox2 iframe: link->node page', 'field types' => array('image', 'filefield'), ); foreach ($rules as $ruleid => $view_rule) { $lightbox['imagefield__lightbox2__original__'. $view_rule] = array( 'label' => 'Lightbox2: original->'. $view_rule, 'field types' => array('image', 'filefield'), ); $lightbox['imagefield__lightbox2_compact__original__'. $view_rule] = array( 'label' => 'Lightbox2: original->'. $view_rule . ' compact', 'field types' => array('image', 'filefield'), ); $lightbox['imagefield__lightbox2__'. $view_rule .'__original'] = array( 'label' => 'Lightbox2: '. $view_rule .'->original', 'field types' => array('image', 'filefield'), ); $lightbox['imagefield__lightbox2_compact__'. $view_rule .'__original'] = array( 'label' => 'Lightbox2: '. $view_rule .'->original compact', 'field types' => array('image', 'filefield'), ); $lightbox['imagefield__lightbox2__link__'. $view_rule] = array( 'label' => 'Lightbox2: link->'. $view_rule, 'field types' => array('image', 'filefield'), ); $slideshow['imagefield__lightshow2__original__'. $view_rule] = array( 'label' => 'Lightbox2 slideshow: original->'. $view_rule, 'field types' => array('image', 'filefield'), ); $slideshow['imagefield__lightshow2_compact__original__'. $view_rule] = array( 'label' => 'Lightbox2 slideshow: original->'. $view_rule . ' compact', 'field types' => array('image', 'filefield'), ); $slideshow['imagefield__lightshow2__'. $view_rule .'__original'] = array( 'label' => 'Lightbox2 slideshow: '. $view_rule .'->original', 'field types' => array('image', 'filefield'), ); $slideshow['imagefield__lightshow2_compact__'. $view_rule .'__original'] = array( 'label' => 'Lightbox2 slideshow: '. $view_rule .'->original compact', 'field types' => array('image', 'filefield'), ); $slideshow['imagefield__lightshow2__link__'. $view_rule] = array( 'label' => 'Lightbox2 slideshow: link->'. $view_rule, 'field types' => array('image', 'filefield'), ); $iframe['imagefield__lightframe2__'. $view_rule .'__node'] = array( 'label' => 'Lightbox2 iframe: '. $view_rule .'->node page', 'field types' => array('image', 'filefield'), ); foreach ($rules as $rid => $lightbox_rule) { $lightbox['imagefield__lightbox2__'. $view_rule .'__'. $lightbox_rule] = array( 'label' => 'Lightbox2: '. $view_rule .'->'. $lightbox_rule, 'field types' => array('image', 'filefield'), ); $lightbox['imagefield__lightbox2_compact__'. $view_rule .'__'. $lightbox_rule] = array( 'label' => 'Lightbox2: '. $view_rule .'->'. $lightbox_rule . ' compact', 'field types' => array('image', 'filefield'), ); $slideshow['imagefield__lightshow2__'. $view_rule .'__'. $lightbox_rule] = array( 'label' => 'Lightbox2 slideshow: '. $view_rule .'->'. $lightbox_rule, 'field types' => array('image', 'filefield'), ); $slideshow['imagefield__lightshow2_compact__'. $view_rule .'__'. $lightbox_rule] = array( 'label' => 'Lightbox2 slideshow: '. $view_rule .'->'. $lightbox_rule . ' compact', 'field types' => array('image', 'filefield'), ); } } // Adding them now so they are in some sort of sensible order. $formatters = array_merge($lightbox, $slideshow, $iframe); } if (module_exists('emfield') && module_exists('emimage')) { $formatters['emimage_lightbox2'] = array( 'label' => t('Lightbox2: Image Thumbnail -> Original'), 'field types' => array('emimage'), ); $formatters['emimage_lightshow2'] = array( 'label' => t('Lightbox2 slideshow: Image Thumbnail -> Original'), 'field types' => array('emimage'), ); $formatters['emimage_lightframe2'] = array( 'label' => t('Lightbox2 iframe: Image Thumbnail -> Content'), 'field types' => array('emimage'), ); } if (variable_get('lightbox2_enable_video', FALSE) && module_exists('emfield') && module_exists('emvideo')) { $formatters['emvideo_lightvideo'] = array( 'label' => t('Lightbox2: Image Thumbnail -> Full Size Video'), 'field types' => array('emvideo'), ); } if (module_exists('filefield')) { $formatters['filefield_lightframe'] = array( 'label' => t('Lightbox2 iframe'), 'field types' => array('filefield'), ); } return $formatters; // contributions/modules/link/link.module:HEAD function link_field_formatter_info() { return array( 'default' => array( 'label' => t('Title, as link (default)'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'url' => array( 'label' => t('URL, as link'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('URL, as plain text'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'short' => array( 'label' => t('Short, as link with title "Link"'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'label' => array( 'label' => t('Label, as link with label as title'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'separate' => array( 'label' => t('Separate title and URL'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/link/link.module:DRUPAL-4-7 function link_field_formatter_info() { return array( 'default' => array( 'label' => t('Default, as link with title'), 'field types' => array('link'), ), 'plain' => array( 'label' => t('Plain, as the text URL'), 'field types' => array('link'), ), 'short' => array( 'label' => t('Short, as link with title "Link"'), 'field types' => array('link'), ), 'label' => array( 'label' => t('Label, as link with label as title'), 'field types' => array('link'), ), ); // contributions/modules/link/link.module:DRUPAL-5 function link_field_formatter_info() { return array( 'default' => array( 'label' => t('Title, as link (default)'), 'field types' => array('link'), ), 'url' => array( 'label' => t('URL, as link'), 'field types' => array('link'), ), 'plain' => array( 'label' => t('URL, plain text'), 'field types' => array('link'), ), 'short' => array( 'label' => t('Short, as link with title "Link"'), 'field types' => array('link'), ), 'label' => array( 'label' => t('Label, as link with label as title'), 'field types' => array('link'), ), 'separate' => array( 'label' => t('Separate title and URL'), 'field types' => array('link'), ), ); // contributions/modules/link/link.module:DRUPAL-6--1 function link_field_formatter_info() { return array( 'default' => array( 'label' => t('Title, as link (default)'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'url' => array( 'label' => t('URL, as link'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('URL, as plain text'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'short' => array( 'label' => t('Short, as link with title "Link"'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'label' => array( 'label' => t('Label, as link with label as title'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'separate' => array( 'label' => t('Separate title and URL'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/link/link.module:DRUPAL-6--2 function link_field_formatter_info() { return array( 'default' => array( 'label' => t('Title, as link (default)'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'title_plain' => array( 'label' => t('Title, as plain text'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'url' => array( 'label' => t('URL, as link'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('URL, as plain text'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'short' => array( 'label' => t('Short, as link with title "Link"'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'label' => array( 'label' => t('Label, as link with label as title'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'separate' => array( 'label' => t('Separate title and URL'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/link/link.module:DRUPAL-7--1 function link_field_formatter_info() { return array( 'default' => array( 'label' => t('Title, as link (default)'), 'field types' => array('link_field'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'url' => array( 'label' => t('URL, as link'), 'field types' => array('link_field'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'plain' => array( 'label' => t('URL, as plain text'), 'field types' => array('link_field'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'short' => array( 'label' => t('Short, as link with title "Link"'), 'field types' => array('link_field'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'label' => array( 'label' => t('Label, as link with label as title'), 'field types' => array('link_field'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'separate' => array( 'label' => t('Separate title and URL'), 'field types' => array('link_field'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), ); // contributions/modules/linkimagefield/linkimagefield.module:HEAD function linkimagefield_field_formatter_info() { $formatters['linkimage'] = array( 'label' => t('Link Image'), 'field types' => array('filefield'), 'description' => t('Displays image files as link to provided URL.'), ); $formatters['linkimage_justlink'] = array( 'label' => t('Link Image - Just Link'), 'field types' => array('filefield'), 'description' => t('Displays just the link supplied for a Link Image Field.'), ); if(module_exists('imagecache')) { $imagecache_presets = module_invoke('imagecache', 'presets'); foreach ($imagecache_presets as $preset) { $formatters[$preset['presetname'] .'_linkimage'] = array( 'label' => t('@preset Link Image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } } return $formatters; // contributions/modules/linkimagefield/linkimagefield.module:DRUPAL-5 function linkimagefield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'field types' => array('linkimage'), ), ); return $formatters; // contributions/modules/linkimagefield/linkimagefield.module:DRUPAL-6--1 function linkimagefield_field_formatter_info() { $imagecache_presets = module_invoke('imagecache', 'presets'); $formatters['linkimage'] = array( 'label' => t('Link Image'), 'field types' => array('image','filefield'), 'description' => t('Displays image files as link to provided URL.'), ); foreach ($imagecache_presets as $preset) { $formatters[$preset['presetname'] .'_linkimage'] = array( 'label' => t('@preset Link Image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } return $formatters; // contributions/modules/linkintel/linkintel_cck/linkintel_cck.module:HEAD function linkintel_cck_field_formatter_info() { return array( 'default' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('linkintel'), 'label' => t('Node Title - Link')), 'plain' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('linkintel'), 'label' => t('Node Title - Plain Text')), 'teaser' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('linkintel'), 'label' => t('Node Teaser')), 'full' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('linkintel'), 'label' => t('Node Full View')), ); // contributions/modules/linkintel/linkintel_cck/linkintel_cck.module:DRUPAL-6--1 function linkintel_cck_field_formatter_info() { return array( 'default' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('linkintel'), 'label' => t('Node Title - Link')), 'plain' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('linkintel'), 'label' => t('Node Title - Plain Text')), 'teaser' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('linkintel'), 'label' => t('Node Teaser')), 'full' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('linkintel'), 'label' => t('Node Full View')), ); // contributions/modules/linkjump/linkjump.module:HEAD function linkjump_field_formatter_info() { return array( 'linkjump' => array('label' => t('Dropdown with GO button'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/linkjump/linkjump.module:DRUPAL-6--1 function linkjump_field_formatter_info() { return array( 'linkjump' => array('label' => t('Dropdown with GO button'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/livestream/livestream.module:HEAD function livestream_field_formatter_info() { return array( 'livetv_wowza_default' => array( 'label' => t('Default'), 'field types' => array('livetv_wowza'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'liveradio_icecast_default' => array( 'label' => t('Default'), 'field types' => array('liveradio_icecast'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/location/contrib/location_cck/location_cck.module:HEAD function location_cck_field_formatter_info() { $info = array( 'location_default' => array( 'label' => t('Default (address)'), 'field types' => array('location'), ), ); if (module_exists('gmap')) { $info['location_all'] = array( 'label' => t('Address with map'), 'field types' => array('location'), ); $info['location_map'] = array( 'label' => t('Map only'), 'field types' => array('location'), ); // @@@ How to do in D7? /* $info['multiple'] = array( 'label' => t('Multiple field values on a single map'), 'field types' => array('location'), 'multiple values' => CONTENT_HANDLE_MODULE, ); */ } return $info; // contributions/modules/location/contrib/location_cck/location_cck.module:DRUPAL-5--3 function location_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('location'), ), ); // contributions/modules/location/contrib/location_cck/location_cck.module:DRUPAL-6--3 function location_cck_field_formatter_info() { $info = array( 'default' => array( 'label' => t('Default (address)'), 'field types' => array('location'), ), ); if (module_exists('gmap')) { $info['all'] = array( 'label' => t('Address with map'), 'field types' => array('location'), ); $info['map'] = array( 'label' => t('Map only'), 'field types' => array('location'), ); $info['multiple'] = array( 'label' => t('Multiple field values on a single map'), 'field types' => array('location'), 'multiple values' => CONTENT_HANDLE_MODULE, ); } return $info; // contributions/modules/location/contrib/location_cck/location_cck.module:DRUPAL-7--3 function location_cck_field_formatter_info() { $info = array( 'location_default' => array( 'label' => t('Default (address)'), 'field types' => array('location'), ), ); if (module_exists('gmap')) { $info['location_all'] = array( 'label' => t('Address with map'), 'field types' => array('location'), ); $info['location_map'] = array( 'label' => t('Map only'), 'field types' => array('location'), ); // @@@ How to do in D7? $info['location_multiple'] = array( 'label' => t('Multiple field values on a single map'), 'field types' => array('location'), ); } return $info; // contributions/modules/location_display/location_display.module:HEAD function location_display_field_formatter_info() { $info = array( 'text_link' => array( 'label' => t('Single Loc - address text -> links to google map'), 'field types' => array('location', 'addresses_cck'), ), 'image_link' => array( 'label' => t('Single Loc - google map image (215x100) -> links to google map '), 'field types' => array('location', 'addresses_cck'), ), 'image_multiple' => array( 'label' => t('Multiple Loc - image (440x320) of google map'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('location', 'addresses_cck'), ), ); return $info; // contributions/modules/location_display/location_display.module:DRUPAL-6--1 function location_display_field_formatter_info() { $info = array( 'text_link' => array( 'label' => t('Single Loc - address text -> links to google map'), 'field types' => array('location', 'addresses_cck'), ), 'text_directions' => array( 'label' => t('Single Loc - Loc Name \n address text | "Get Directions" links to google map'), 'field types' => array('location', 'addresses_cck'), ), 'text_name_directions' => array( 'label' => t('Single Loc - Loc Name | "Get Directions" links to google map'), 'field types' => array('location', 'addresses_cck'), ), 'image_link' => array( 'label' => t('Single Loc - google map image (215x100) -> links to google map '), 'field types' => array('location', 'addresses_cck'), ), 'image_multiple' => array( 'label' => t('Multiple Loc - image (440x320) of google map'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('location', 'addresses_cck'), ), ); return $info; // contributions/modules/mail2og/mail2og.module:HEAD /* N/A */ // contributions/modules/mail2og/mail2og.module:DRUPAL-6--1 function mail2og_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('mail2og_emailfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/maps/maps.module:HEAD function maps_field_formatter_info() { return array( 'maps_location_google' => array( 'label' => t('Google Map'), 'field types' => array('location'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/mapstraction_cck/mapstraction_cck.module:HEAD function mapstraction_cck_field_formatter_info() { return array( // @@TODO: Implement Grouped Formatter. 'mapstraction_cckmapformatter_grouped' => array( 'label' => t('Mapstraction CCK Grouped Map'), 'field types' => array('geo'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'mapstraction_cckmapformatter_single' => array( 'label' => t('Mapstraction CCK Single Map'), 'field types' => array('geo'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/matrix/matrix.module:HEAD /* N/A */ // contributions/modules/matrix/matrix.module:DRUPAL-4-7 function matrix_field_formatter_info() { return array( 'default' => array( 'label' => 'Table View', 'field types' => array('matrix'), ), ); // contributions/modules/matrix/matrix.module:DRUPAL-5 function matrix_field_formatter_info() { return array( 'default' => array( 'label' => 'Table View', 'field types' => array('matrix'), ), ); // contributions/modules/matrix/matrix.module:DRUPAL-6--1 function matrix_field_formatter_info() { return array( 'default' => array( 'label' => t('Data grid (default)'), 'field types' => array('matrix'), ), ); // contributions/modules/matrix/matrix.module:DRUPAL-6--2 function matrix_field_formatter_info() { return array( 'default' => array( 'label' => t('Table'), 'field types' => array('matrix'), ), ); // contributions/modules/matrix/matrix.module:DRUPAL-7--2 function matrix_field_formatter_info() { return array( 'matrix_default' => array( 'label' => t('Default'), 'field types' => array('matrix_text', 'matrix_custom'), ), ); // contributions/modules/media/Attic/media.styles.inc:HEAD /* N/A */ // contributions/modules/media/Attic/media.styles.inc:DRUPAL-7--1 /* N/A */ // contributions/modules/media/media.fields.inc:HEAD function media_field_formatter_info() { $formatters = array(); // Formatters for media are the same as build modes for media. $build_modes = media_field_view_modes('media'); foreach ($build_modes as $key => $mode) { $formatters[$key] = array( 'label' => t($mode['label']), 'field types' => array('media'), ); } // Also add a formatter for files to show larger icons based on mimetype $formatters['media_large_icon'] = array( 'label' => t('Large filetype icon'), 'field types' => array('file'), ); return $formatters; // contributions/modules/media/media.fields.inc:DRUPAL-7--1 /* N/A */ // contributions/modules/media/media_styles/Attic/media_styles.module:HEAD /* N/A */ // contributions/modules/media/media_styles/Attic/media_styles.module:DRUPAL-7--1 /* N/A */ // contributions/modules/media/modules/media_gallery/Attic/media_gallery.module:HEAD /* N/A */ // contributions/modules/media/modules/media_gallery/Attic/media_gallery.module:DRUPAL-7--1 /* N/A */ // contributions/modules/media_gallery/media_gallery.fields.inc:HEAD function media_gallery_field_formatter_info() { return array( 'media_gallery_thumbnail' => array( 'label' => t('Gallery thumbnail'), 'field types' => array('media'), ), 'media_gallery_lightbox' => array( 'label' => t('Gallery lightbox'), 'field types' => array('media'), ), 'media_gallery_detail' => array( 'label' => t('Gallery detail'), 'field types' => array('media'), ), 'media_gallery_block_thumbnail' => array( 'label' => t('Block thumbnail'), 'field types' => array('media'), ), 'media_gallery_collection_thumbnail' => array( 'label' => t('Collection thumbnail'), 'field types' => array('media'), ), ); // contributions/modules/media_gallery/media_gallery.fields.inc:DRUPAL-7--1 function media_gallery_field_formatter_info() { return array( 'media_gallery_thumbnail' => array( 'label' => t('Gallery thumbnail'), 'field types' => array('media'), ), 'media_gallery_lightbox' => array( 'label' => t('Gallery lightbox'), 'field types' => array('media'), ), 'media_gallery_detail' => array( 'label' => t('Gallery detail'), 'field types' => array('media'), ), 'media_gallery_block_thumbnail' => array( 'label' => t('Block thumbnail'), 'field types' => array('media'), ), 'media_gallery_collection_thumbnail' => array( 'label' => t('Collection thumbnail'), 'field types' => array('media'), ), ); // contributions/modules/mediaelement/mediaelement.module:HEAD function mediaelement_field_formatter_info() { $formatters = array(); $formatters['mediaelement_video'] = array( 'label' => t('MediaElement Video'), 'field types' => array('file', 'link_field'), 'settings' => array( 'controls' => variable_get('mediaelement_video_default_controls', TRUE), 'width' => variable_get('mediaelement_video_default_width', '640'), 'height' => variable_get('mediaelement_video_default_height', '385'), 'download_link' => variable_get('mediaelement_video_default_download_link', FALSE), 'download_text' => variable_get('mediaelement_video_default_download_text', t('Download')), ), ); $formatters['mediaelement_audio'] = array( 'label' => t('MediaElement Audio'), 'field types' => array('file', 'link_field'), 'settings' => array( 'controls' => variable_get('mediaelement_audio_default_contorls', TRUE), 'width' => variable_get('mediaelement_audio_default_width', '300'), 'height' => variable_get('mediaelement_audio_default_height', '30'), 'download_link' => variable_get('mediaelement_audio_default_download_link', FALSE), 'download_text' => variable_get('mediaelement_audio_default_download_text', t('Download')), ), ); return $formatters; // contributions/modules/mediaelement/mediaelement.module:DRUPAL-6--1 /* N/A */ // contributions/modules/mediafield/audiofield.module:HEAD function audiofield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('file_audio'), ), ); return $formatters; // contributions/modules/mediafield/audiofield.module:DRUPAL-4-7 function audiofield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('file_audio'), ), ); return $formatters; // contributions/modules/mediafield/audiofield.module:DRUPAL-5 function audiofield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('file_audio'), ), ); return $formatters; // contributions/modules/mediafield/videofield.module:HEAD function videofield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('file_video'), ), ); return $formatters; // contributions/modules/mediafield/videofield.module:DRUPAL-4-7 function videofield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('file_video'), ), ); return $formatters; // contributions/modules/mediafield/videofield.module:DRUPAL-5 function videofield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Default'), 'field types' => array('file_video'), ), ); return $formatters; // contributions/modules/mediafield_display/mediafield_display.module:HEAD function mediafield_display_field_formatter_info() { $formatters = array(); if (module_exists('audiofield')) { $path = drupal_get_path('module', 'mediafield_display') .'/players/'; if (file_exists($path .'1pixelout.swf')) { $formatters['1pixelout'] = array( 'label' => t('1 Pixel Out player'), 'field types' => array('file_audio', 'link'), ); $formatters['1pixelout_plus'] = array( 'label' => t('1 Pixel Out player plus download link'), 'field types' => array('file_audio'), ); } if (file_exists($path .'button.swf')) { $formatters['button'] = array( 'label' => t('Button player'), 'field types' => array('file_audio', 'link'), ); $formatters['button_plus'] = array( 'label' => t('Button player plus download link'), 'field types' => array('file_audio'), ); } } return $formatters; // contributions/modules/mediafield_display/mediafield_display.module:DRUPAL-5 function mediafield_display_field_formatter_info() { $formatters = array(); if (module_exists('audiofield')) { $path = drupal_get_path('module', 'mediafield_display') .'/players/'; if (file_exists($path .'1pixelout.swf')) { $formatters['1pixelout'] = array( 'label' => t('1 Pixel Out player'), 'field types' => array('file_audio', 'link'), ); $formatters['1pixelout_plus'] = array( 'label' => t('1 Pixel Out player plus download link'), 'field types' => array('file_audio'), ); } if (file_exists($path .'button.swf')) { $formatters['button'] = array( 'label' => t('Button player'), 'field types' => array('file_audio', 'link'), ); $formatters['button_plus'] = array( 'label' => t('Button player plus download link'), 'field types' => array('file_audio'), ); } } return $formatters; // contributions/modules/mediafront/includes/Attic/mediafront.field.inc:HEAD /* N/A */ // contributions/modules/mediafront/includes/Attic/mediafront.field.inc:DRUPAL-7--1 function mediafront_field_formatter_info() { $formatters = array(); foreach (preset_get_presets('mediafront') as $preset) { $formatters['mediaplayer__' . $preset['name']] = array( 'label' => t('@preset', array('@preset' => $preset['name'])), 'description' => t('Allows the Media Player field to be displayed.'), 'field types' => array('mediaplayer'), ); } return $formatters; // contributions/modules/mediafront/mediafront.module:HEAD /* N/A */ // contributions/modules/mediafront/mediafront.module:DRUPAL-6--1 /* N/A */ // contributions/modules/mediafront/mediafront.module:DRUPAL-7--1 /* N/A */ // contributions/modules/mediafront/mediafront_field.inc:HEAD function mediafront_field_formatter_info() { $formatters = array(); foreach (mediafront_preset_get_presets() as $preset) { $formatters[$preset->name . '_player'] = array( 'label' => t('@preset', array('@preset' => $preset->name)), 'field types' => array('mediafront'), ); } return $formatters; // contributions/modules/mediafront/mediafront_field.inc:DRUPAL-6--1 function mediafront_field_formatter_info() { $formatters = array(); foreach (mediafront_preset_get_presets() as $preset) { $formatters[$preset['name'] . '_player'] = array( 'label' => t('@preset', array('@preset' => $preset['name'])), 'field types' => array('mediafront'), ); } return $formatters; // contributions/modules/mediafront/mediafront_field.inc:DRUPAL-7--1 /* N/A */ // contributions/modules/menu_link/menu_link.field.inc:HEAD function menu_link_field_formatter_info() { return array( 'menu_link_link' => array( 'label' => t('Link'), 'field types' => array('menu_link'), ), ); // contributions/modules/menu_link/menu_link.module:HEAD /* N/A */ // contributions/modules/metaformatter/metaformatter.module:HEAD function metaformatter_field_formatter_info() { $formatters = array(); foreach (metaformatter_presets() as $preset) { $formatters[$preset['preset_name']] = array( 'label' => $preset['label'], // Initially we'll only support file types 'field types' => array('file'), 'multiple values' => CONTENT_HANDLE_CORE, ); } return $formatters; // contributions/modules/metatags_quick/metatags_quick.module:HEAD function metatags_quick_field_formatter_info() { $formats = array( 'metatags_quick_default' => array( 'label' => t('Default metatags_quick link'), 'description' => t('Add meta to html head.'), 'field types' => array('metatags_quick'), ), ); return $formats; // contributions/modules/micro/includes/og/micro.og_micro_link.inc:HEAD function micro_og_micro_link_field_formatter_info() { return array( 'micro_og_micro_link_default' => array( 'label' => t('Group content links'), 'field types' => array('list_text'), ), ); // contributions/modules/mobile_codes/Attic/mobile_codes.formatter.inc:HEAD /* N/A */ // contributions/modules/mobile_codes/Attic/mobile_codes.formatter.inc:DRUPAL-5 function mobile_codes_field_formatter_info() { $formatters = array(); include_once drupal_get_path('module', 'mobile_codes') .'/mobile_codes.admin.inc'; foreach (mobile_codes_get_presets() as $preset) { $formatters['mobile_codes_'. $preset->name .'_default'] = array( 'label' => t('Mobile code: @preset image', array('@preset' => $preset->name)), 'field types' => array('text') ); $formatters['mobile_codes_'. $preset->name .'_path'] = array( 'label' => t('Mobile code: @preset file path', array('@preset' => $preset->name)), 'field types' => array('text') ); } return $formatters; // contributions/modules/mobile_codes/Attic/mobile_codes.formatter.inc:DRUPAL-6--1 function mobile_codes_field_formatter_info() { $formatters = array(); module_load_include('admin.inc', 'mobile_codes'); foreach (mobile_codes_get_presets() as $preset) { $formatters['mobile_codes_'. $preset->name .'_default'] = array( 'label' => t('Mobile code: @preset image', array('@preset' => $preset->name)), 'field types' => array('text') ); $formatters['mobile_codes_'. $preset->name .'_path'] = array( 'label' => t('Mobile code: @preset file path', array('@preset' => $preset->name)), 'field types' => array('text') ); } return $formatters; // contributions/modules/money/modules/money_conversion_dialog/Attic/money_conversion_dialog.module:HEAD /* N/A */ // contributions/modules/money/modules/money_conversion_dialog/Attic/money_conversion_dialog.module:DRUPAL-6--1 function money_conversion_dialog_field_formatter_info() { return array( 'conversion_dialog' => array('label' => t('Conversion dialog'), 'field types' => array('money')), ); // contributions/modules/money/money.module:HEAD function money_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('money'), ), ); // contributions/modules/money/money.module:DRUPAL-5 function money_field_formatter_info() { return array( 'code_after_amount' => array( 'label' => t('3-letter code after amount'), 'field types' => array('money'), ), 'code_before_amount' => array( 'label' => t('3-letter code before amount'), 'field types' => array('money'), ), 'full_after_amount' => array( 'label' => t('Full name after amount'), 'field types' => array('money'), ), 'full_before_amount' => array( 'label' => t('Full name before amount'), 'field types' => array('money'), ), 'symbol_after_amount' => array( 'label' => t('Symbol after amount'), 'field types' => array('money'), ), 'symbol_before_amount' => array( 'label' => t('Symbol before amount'), 'field types' => array('money'), ) ); // contributions/modules/money/money.module:DRUPAL-6--1 function money_field_formatter_info() { return array( 'default' => array('label' => t('Default'), 'field types' => array('money')), 'nozeros' => array('label' => t('Remove redundant zeros'), 'field types' => array('money')), 'unformatted' => array('label' => t('Unformatted'), 'field types' => array('money')), ); // contributions/modules/moodle/moodle.cckfield.inc:HEAD function moodle_field_formatter_info() { /* DEBUG */ #drupal_set_message(__FUNCTION__ .' called GETTING FORMATTER info'); /* END DEBUG */ return array( 'default' => array( 'label' => t('Raw text'), 'field types' => array('computed'), ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('computed'), ), 'markup' => array( 'label' => t('Markup'), 'field types' => array('computed'), ), 'computed_value' => array( 'label' => t('Computed Value'), 'field types' => array('computed'), ), ); // contributions/modules/mp3player/filefieldmp3player/filefieldmp3player.module:HEAD function filefieldmp3player_field_formatter_info() { return array( 'mp3player' => array( 'label' => t('As MP3 Player (Flash)'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/mp3player/filefieldmp3player/filefieldmp3player.module:DRUPAL-6--1 function filefieldmp3player_field_formatter_info() { $formatters = array(); $players = mp3player_players(); foreach($players as $pid => $player) { $formatters['mp3player_'. $player['name']] = array( 'label' => t('MP3 Player ('.$player['name'].')'), 'field types' => array('filefield') ); } return $formatters; // contributions/modules/multireference/multireference.module:HEAD function multireference_field_formatter_info() { return array( 'default' => array( 'label' => 'list', 'field types' => array('multireference'), ), 'table' => array( 'label' => 'table', 'field types' => array('multireference'), ), ); // contributions/modules/multireference/multireference.module:DRUPAL-5 function multireference_field_formatter_info() { return array( 'default' => array( 'label' => 'list', 'field types' => array('multireference'), ), 'table' => array( 'label' => 'table', 'field types' => array('multireference'), ), ); // contributions/modules/mvf/mvf.module:HEAD function mvf_field_formatter_info() { return array( 'default' => array('label' => t('Default'), 'field types' => array('mvf')), 'nozeros' => array('label' => t('Remove redundant zeros'), 'field types' => array('mvf')), 'unformatted' => array('label' => t('Unformatted'), 'field types' => array('mvf')), ); // contributions/modules/mvf/mvf.module:DRUPAL-6--1 function mvf_field_formatter_info() { return array( 'default' => array('label' => t('Default'), 'field types' => array('mvf')), 'nozeros' => array('label' => t('Remove redundant zeros'), 'field types' => array('mvf')), 'unformatted' => array('label' => t('Unformatted'), 'field types' => array('mvf')), ); // contributions/modules/name/includes/name.content.inc:HEAD function name_field_formatter_info() { $formatters = array(); // Three formatter types are returned here: default, raw & plain. foreach (_name_formatter_output_types() as $type => $title) { $type_info = $type == 'default' ? '' : ' ('. $title .')'; $formatters[$type] = array( 'label' => t('Default') . $type_info, 'field types' => array('name'), 'multiple values' => CONTENT_HANDLE_CORE, ); foreach (name_get_custom_format_options() as $machine_name => $name_title) { $formatters[$type . '_' . $machine_name] = array( 'label' => $name_title . $type_info, 'field types' => array('name'), 'multiple values' => CONTENT_HANDLE_CORE, ); } } return $formatters; // contributions/modules/name/includes/name.content.inc:DRUPAL-6--1 /* N/A */ // contributions/modules/name/includes/name.content.inc:DRUPAL-7--1 /* N/A */ // contributions/modules/name/name.module:HEAD /* N/A */ // contributions/modules/name/name.module:DRUPAL-6--1 function name_field_formatter_info() { $formatters = array(); // Three formatter types are returned here: default, raw & plain. foreach (_name_formatter_output_types() as $type => $title) { $type_info = $type == 'default' ? '' : ' ('. $title .')'; $formatters[$type] = array( 'label' => t('Default') . $type_info, 'field types' => array('name'), 'multiple values' => CONTENT_HANDLE_CORE, ); foreach (name_get_custom_format_options() as $machine_name => $name_title) { $formatters[$type . '_' . $machine_name] = array( 'label' => $name_title . $type_info, 'field types' => array('name'), 'multiple values' => CONTENT_HANDLE_CORE, ); } } return $formatters; // contributions/modules/name/name.module:DRUPAL-7--1 function name_field_formatter_info() { $formatters = array(); // Three formatter types are returned here: default, raw & plain. foreach (_name_formatter_output_types() as $type => $title) { $type_info = $type == 'default' ? '' : ' (' . $title . ')'; $formatters['name_' . $type] = array( 'label' => t('Default') . $type_info, 'field types' => array('name'), 'settings' => array(), ); foreach (name_get_custom_format_options() as $machine_name => $name_title) { $formatters['name_' . $type . '_' . $machine_name] = array( 'label' => $name_title . $type_info, 'field types' => array('name'), 'settings' => array(), ); } } return $formatters; // contributions/modules/namefield/namefield.module:HEAD function namefield_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('name'), ), ); // contributions/modules/namefield/namefield.module:DRUPAL-5 function namefield_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('name'), ), ); // contributions/modules/nat/nat.module:HEAD /* N/A */ // contributions/modules/nat/nat.module:DRUPAL-4-7 /* N/A */ // contributions/modules/nat/nat.module:DRUPAL-5 /* N/A */ // contributions/modules/nat/nat.module:DRUPAL-6--1 /* N/A */ // contributions/modules/nat/nat.module:DRUPAL-7--1 function nat_field_formatter_info() { return array( 'nat_link' => array( 'label' => t('NAT link'), 'field types' => array('taxonomy_term_reference') ) ); // contributions/modules/ncck/contrib/image_ncck/image_ncck.module:HEAD function image_ncck_field_formatter_info() { $types = array('image_ncck',); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'image_full' => array( 'label' => t('Full Size Image'), 'field types' => $types, ), 'image_preview' => array( 'label' => t('Preview Size Image'), 'field types' => $types, ), 'image_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'image_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/ncck/contrib/video_cck/video_cck.module:HEAD function video_cck_field_formatter_info() { $types = array('video_cck',); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'video_video' => array( 'label' => t('Full Size Video'), 'field types' => $types, ), 'video_preview' => array( 'label' => t('Preview Video'), 'field types' => $types, ), 'video_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'video_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/nd_contrib/nd_cck/Attic/nd_cck.module:HEAD /* N/A */ // contributions/modules/nd_contrib/nd_cck/Attic/nd_cck.module:DRUPAL-6--1 /* N/A */ // contributions/modules/nd_contrib/nd_cck/Attic/nd_cck.module:DRUPAL-6--2 function nd_cck_field_formatter_info() { $formatters = array(); if (module_exists('nodereference')) { $build_modes = ds_get_build_modes('nd'); foreach ($build_modes as $key => $build_mode) { $formatters['node_'. $key] = array( 'label' => t('Build mode: @build_mode', array('@build_mode' => $build_mode['title'])), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ); } } return $formatters; // contributions/modules/node_gallery/node_gallery.module:HEAD /* N/A */ // contributions/modules/node_gallery/node_gallery.module:DRUPAL-6--1 /* N/A */ // contributions/modules/node_gallery/node_gallery.module:DRUPAL-6--2 /* N/A */ // contributions/modules/node_gallery/node_gallery.module:DRUPAL-6--3 function node_gallery_field_formatter_info() { $formatters = array(); foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_nextimagelink'] = array( 'label' => t('@preset linked to next image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), 'description' => t('Displays images and links them to the next image in the gallery.'), ); $formatters[$preset['presetname'] .'_gallerylink'] = array( 'label' => t('@preset linked to gallery', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), 'description' => t('Displays images and links them to the gallery.'), ); } return $formatters; } // contributions/modules/node_reference/node_reference.module:HEAD function node_reference_field_formatter_info() { $ret = array( 'node_reference_default' => array( 'label' => t('Title (link)'), 'description' => t('Display the title of the referenced node as a link to the node page.'), 'field types' => array('node_reference'), ), 'node_reference_plain' => array( 'label' => t('Title (no link)'), 'description' => t('Display the title of the referenced node as plain text.'), 'field types' => array('node_reference'), ), // @todo Abstract on 'build mode' (see how image field does with image // styles). 'node_reference_full' => array( 'label' => t('Full node'), 'description' => t('Display the title of the referenced node as a full node view.'), 'field types' => array('node_reference'), ), 'node_reference_teaser' => array( 'label' => t('Teaser'), 'description' => t('Display the title of the referenced node as a teaser node view.'), 'field types' => array('node_reference'), ), ); return $ret; // contributions/modules/nodeaccess_password/nodeaccess_password.module:HEAD /* N/A */ // contributions/modules/nodeaccess_password/nodeaccess_password.module:DRUPAL-6--1 /* N/A */ // contributions/modules/nodeaccess_password/nodeaccess_password.module:DRUPAL-6--2 /* N/A */ // contributions/modules/nodeaccess_password/nodeaccess_password.module:DRUPAL-6--3 function nodeaccess_password_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('nodeaccess_password'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/nodeaccess_password/nodeaccess_password.module:DRUPAL-7--3 function nodeaccess_password_field_formatter_info() { return array( 'nodeaccess_password_default' => array( 'label' => t('Default'), 'field types' => array('nodeaccess_password'), ), ); // contributions/modules/nodeincck/nodeincck.module:HEAD function nodeincck_field_formatter_info() { return array( 'default' => array( 'label' => t('Full'), 'field types' => array('nodeincck'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('nodeincck'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/noderefUrlFormatter/noderefUrlFormatter.module:HEAD function noderefUrlFormatter_field_formatter_info() { $formatters = array( 'url' => array( 'label' => t('Display URL'), 'field types' => array('nodereference'), 'description' => t('Displays a URL to the referenced node.'), ), ); return $formatters; // contributions/modules/noderefUrlFormatter/noderefUrlFormatter.module:DRUPAL-6--1 function noderefUrlFormatter_field_formatter_info() { $formatters = array( 'url' => array( 'label' => t('Display URL'), 'field types' => array('nodereference'), 'description' => t('Displays a URL to the referenced node.'), ), ); return $formatters; // contributions/modules/noderef_image_helper/noderef_image_helper.module:HEAD function noderef_image_helper_field_formatter_info() { $formatters = array(); $imagecache = $lightbox = $slideshow = array(); $presets = imagecache_presets(); foreach($presets as $preset_id => $preset) { $name = $preset['presetname']; $imagecache['imagecache__' . $name] = array( 'label' => 'Imagecache: ' . $name, 'field types' => array('nodereference'), ); $imagecache['imagecache_link_node__' . $name] = array( 'label' => 'Imagecache: ' . $name . ' (link to node)', 'field types' => array('nodereference'), ); $imagecache['imagecache_link_image__' . $name] = array( 'label' => 'Imagecache: ' . $name . ' (link to image node)', 'field types' => array('nodereference'), ); $lightbox['lightbox2__' . $name . '__original'] = array( 'label' => 'Lightbox2: ' . $name . '->original', 'field types' => array('nodereference'), ); $slideshow['slideshow__'. $name .'__original'] = array( 'label' => 'Lightbox2: (slideshow) '. $name .'->original', 'field types' => array('nodereference'), ); foreach($presets as $preset_id2 => $preset2) { $name2 = $preset2['presetname']; $lightbox['lightbox2__'. $name .'__'. $name2] = array( 'label' => 'Lightbox2: '. $name .'->'. $name2, 'field types' => array('nodereference'), ); $slideshow['slideshow__'. $name .'__'. $name2] = array( 'label' => 'Lightbox2: (slideshow) '. $name .'->'. $name2, 'field types' => array('nodereference'), ); } } $formatters = array_merge($imagecache, $lightbox, $slideshow); return $formatters; // contributions/modules/noderef_image_helper/noderef_image_helper.module:DRUPAL-6--1 function noderef_image_helper_field_formatter_info() { $formatters = array(); $imagecache = $lightbox = $slideshow = array(); $presets = imagecache_presets(); $presets_enabled = array_filter(noderef_image_helper_presets()); foreach ($presets_enabled as $preset_id) { $preset = $presets[$preset_id]; $name = $preset['presetname']; $imagecache['imagecache__' . $name] = array( 'label' => 'Imagecache: ' . $name, 'field types' => array('nodereference'), ); $imagecache['imagecache_link_node__' . $name] = array( 'label' => 'Imagecache: ' . $name . ' (link to node)', 'field types' => array('nodereference'), ); $imagecache['imagecache_link_image__' . $name] = array( 'label' => 'Imagecache: ' . $name . ' (link to image node)', 'field types' => array('nodereference'), ); if (module_exists('lightbox2')) { $lightbox['lightbox2__' . $name . '__original'] = array( 'label' => 'Lightbox2: ' . $name . '->original', 'field types' => array('nodereference'), ); $slideshow['slideshow__'. $name .'__original'] = array( 'label' => 'Lightbox2: (slideshow) '. $name .'->original', 'field types' => array('nodereference'), ); foreach ($presets_enabled as $preset_id2) { $preset2 = $presets[$preset_id2]; $name2 = $preset2['presetname']; $lightbox['lightbox2__'. $name .'__'. $name2] = array( 'label' => 'Lightbox2: '. $name .'->'. $name2, 'field types' => array('nodereference'), ); $slideshow['slideshow__'. $name .'__'. $name2] = array( 'label' => 'Lightbox2: (slideshow) '. $name .'->'. $name2, 'field types' => array('nodereference'), ); } } } $formatters = array_merge($imagecache, $lightbox, $slideshow); return $formatters; // contributions/modules/nodereference_count/nodereference_count.module:HEAD function nodereference_count_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('nodereference_count'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'nonzero' => array( 'label' => t('Non Zero'), 'field types' => array('nodereference_count'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/nodereference_count/nodereference_count.module:DRUPAL-6--1 function nodereference_count_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('nodereference_count'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'nonzero' => array( 'label' => t('Non Zero'), 'field types' => array('nodereference_count'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/nodereference_explorer/nodereference_explorer.module:HEAD /* N/A */ // contributions/modules/nodereference_formatters/nodereference_formatters.module:HEAD function nodereference_formatters_field_formatter_info() { $formatters = array( 'fieldset' => array( 'full' => t('Fieldset: Full node'), 'teaser' => t('Fieldset: Teaser'), 'custom' => t('Fieldset: Custom'), ), 'ahah' => array( 'full' => t('AHAH link: Full node'), 'teaser' => t('AHAH link: Teaser'), 'custom' => t('AHAH link: Custom'), ), 'cluetip' => array( 'full' => t('clueTip: Full node'), 'teaser' => t('clueTip: Teaser'), 'custom' => t('clueTip: Custom'), ), ); foreach ($formatters as $format => $key) { foreach ($key as $k => $v) { $info[$format .'_'. $k] = array( 'label' => $v, 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ); } } return $info; // contributions/modules/nodereference_formatters/nodereference_formatters.module:DRUPAL-6--1 function nodereference_formatters_field_formatter_info() { $formatters = array( 'fieldset' => array( 'full' => t('Fieldset: Full node'), 'teaser' => t('Fieldset: Teaser'), 'custom' => t('Fieldset: Custom'), ), 'ahah' => array( 'full' => t('AHAH link: Full node'), 'teaser' => t('AHAH link: Teaser'), 'custom' => t('AHAH link: Custom'), ), 'cluetip' => array( 'full' => t('clueTip: Full node'), 'teaser' => t('clueTip: Teaser'), 'custom' => t('clueTip: Custom'), ), ); if (module_exists('thickbox')) { $formatters['thickbox_reference'] = array( 'full' => t('Thickbox: Full node'), 'teaser' => t('Thickbox: Teaser'), 'custom' => t('Thickbox: Custom'), ); } foreach ($formatters as $format => $key) { foreach ($key as $k => $v) { $info[$format .'_'. $k] = array( 'label' => $v, 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ); } } return $info; // contributions/modules/nodereference_views/nodereference_views.module:HEAD function nodereference_views_field_formatter_info() { $formatters = array( 'views' => array( 'label' => t('View'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); if (module_exists('content_multigroup')) { $formatters['views_single'] = array( 'label' => t('View (for multigroups)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ); } return $formatters; // contributions/modules/nodereferrer/nodereferrer.module:HEAD function nodereferrer_field_formatter_info() { return array( 'default' => array( 'label' => 'Node Title Link (Default)', 'field types' => array('nodereferrer'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => 'Node Title Plain Text', 'field types' => array('nodereferrer'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => 'Node Teaser', 'field types' => array('nodereferrer'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => 'Node Body', 'field types' => array('nodereferrer'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'count' => array( 'label' => 'Node Count', 'field types' => array('nodereferrer'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/nodereferrer/nodereferrer.module:DRUPAL-5 function nodereferrer_field_formatter_info() { return array( 'default' => array( 'label' => 'Node Title Link (Default)', 'field types' => array('nodereferrer'), ), 'plain' => array( 'label' => 'Node Title Plain Text', 'field types' => array('nodereferrer'), ), 'teaser' => array( 'label' => 'Node Teaser', 'field types' => array('nodereferrer'), ), 'full' => array( 'label' => 'Node Body', 'field types' => array('nodereferrer'), ), ); // contributions/modules/nodereferrer/nodereferrer.module:DRUPAL-6--1 function nodereferrer_field_formatter_info() { return array( 'default' => array( 'label' => 'Node Title Link (Default)', 'field types' => array('nodereferrer'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => 'Node Title Plain Text', 'field types' => array('nodereferrer'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => 'Node Teaser', 'field types' => array('nodereferrer'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => 'Node Body', 'field types' => array('nodereferrer'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'count' => array( 'label' => 'Node Count', 'field types' => array('nodereferrer'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/nodereferrer_baby/nodereferrer.module:HEAD function nodereferrer_field_formatter_info() { $formatters = nodereference_field_formatter_info(); foreach ($formatters as $key => $value) { $value['field types'] = array ('nodereferrer'); $formatters[$key] = $value; } return $formatters; // contributions/modules/nodereferrer_baby/nodereferrer.module:DRUPAL-5 function nodereferrer_field_formatter_info() { $formatters = nodereference_field_formatter_info(); foreach ($formatters as $key => $value) { $value['field types'] = array ('nodereferrer'); $formatters[$key] = $value; } return $formatters; // contributions/modules/noderelationships/Attic/noderelationships.module:HEAD /* N/A */ // contributions/modules/noderelationships/Attic/noderelationships.module:DRUPAL-6--1 function noderelationships_field_formatter_info() { return array( 'default' => array( 'label' => t('Back references view'), 'field types' => array('noderelationships_backref'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'count' => array( 'label' => t('Back references count'), 'field types' => array('noderelationships_backref'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/oembed/oembedfield.module:HEAD function oembedfield_field_formatter_info() { $formatters = array( 'oembed_default' => array( 'label' => t('OEmbed'), 'field types' => array('link'), 'description' => t('Embeds links if possible - otherwise just links them.'), ), ); foreach (oembedcore_preset_load_all() as $preset) { if (empty($preset->disabled)) { $formatters['oembed_' . $preset->name . '_default'] = array( 'label' => t('OEmbed, preset @preset', array('@preset' => $preset->name)), 'field types' => array('link'), ); } } return $formatters; // contributions/modules/office_hours/office_hours.module:HEAD function office_hours_field_formatter_info() { return array( 'default' => array( 'label' => 'default', 'field types' => array('office_hours'), ), ); // contributions/modules/office_hours/office_hours.module:DRUPAL-5 function office_hours_field_formatter_info() { return array( 'default' => array( 'label' => 'default', 'field types' => array('office_hours'), ), ); // contributions/modules/office_hours/office_hours.module:DRUPAL-6--1 function office_hours_field_formatter_info() { return array( 'default' => array( 'label' => 'default', 'field types' => array('office_hours'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'grouped' => array( 'label' => 'grouped', 'field types' => array('office_hours'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/office_hours/office_hours.module:DRUPAL-6--2 function office_hours_field_formatter_info() { return array( 'default' => array( 'label' => 'default', 'field types' => array('office_hours'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/og/Attic/og.field.inc:HEAD /* N/A */ // contributions/modules/og/Attic/og.field.inc:DRUPAL-7--1 function og_field_formatter_info() { return array( 'og_list_default' => array( 'label' => t('Group default list'), 'field types' => array('group'), ), ); // contributions/modules/og/og/og.field.inc:HEAD function og_field_formatter_info() { return array( 'og_list_default' => array( 'label' => t('Organic groups default list'), 'field types' => array('og'), ), ); // contributions/modules/og/og/og.field.inc:DRUPAL-7--1 /* N/A */ // contributions/modules/og/og_node_link/Attic/og_node_link.module:HEAD /* N/A */ // contributions/modules/og/og_node_link/Attic/og_node_link.module:DRUPAL-7--1 function og_node_link_field_formatter_info() { return array( 'og_node_link_default' => array( 'label' => t('Group content links'), 'field types' => array('list_text'), ), ); // contributions/modules/og/og_ui/og_ui.module:HEAD function og_ui_field_formatter_info() { return array( 'og_group_subscribe' => array( 'label' => t('Organic groups subscription'), 'field types' => array('list_boolean'), ), ); // contributions/modules/og/og_ui/og_ui.module:DRUPAL-7--1 function og_ui_field_formatter_info() { return array( 'og_group_subscribe' => array( 'label' => t('Group subscription'), 'field types' => array('list_boolean'), ), ); // contributions/modules/og/og_views/og_views.module:HEAD function og_views_field_formatter_info() { return array( 'og_views_default' => array( 'label' => t('Organic groups Views'), 'field types' => array('list_text'), ), ); // contributions/modules/og/og_views/og_views.module:DRUPAL-7--1 function og_views_field_formatter_info() { return array( 'og_views_default' => array( 'label' => t('Group Views'), 'field types' => array('list_text'), ), ); // contributions/modules/og_remote_options/og_remote_options.module:HEAD function og_remote_options_field_formatter_info() { return array( 'default' => array('label' => '9999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_integer', 'og_remote_options_decimal', 'og_remote_options_float')), 'us_0' => array('label' => '9,999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_integer', 'og_remote_options_decimal', 'og_remote_options_float')), 'us_1' => array('label' => '9,999.9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'us_2' => array('label' => '9,999.99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'be_0' => array('label' => '9.999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_integer', 'og_remote_options_decimal', 'og_remote_options_float')), 'be_1' => array('label' => '9.999,9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'be_2' => array('label' => '9.999,99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'fr_0' => array('label' => '9 999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_integer', 'og_remote_options_decimal', 'og_remote_options_float')), 'fr_1' => array('label' => '9 999, 9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'fr_2' => array('label' => '9 999, 99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_integer', 'og_remote_options_decimal', 'og_remote_options_float')), ); // contributions/modules/og_remote_options/og_remote_options.module:DRUPAL-6--1 function og_remote_options_field_formatter_info() { return array( 'default' => array('label' => '9999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_integer', 'og_remote_options_decimal', 'og_remote_options_float')), 'us_0' => array('label' => '9,999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_integer', 'og_remote_options_decimal', 'og_remote_options_float')), 'us_1' => array('label' => '9,999.9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'us_2' => array('label' => '9,999.99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'be_0' => array('label' => '9.999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_integer', 'og_remote_options_decimal', 'og_remote_options_float')), 'be_1' => array('label' => '9.999,9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'be_2' => array('label' => '9.999,99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'fr_0' => array('label' => '9 999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_integer', 'og_remote_options_decimal', 'og_remote_options_float')), 'fr_1' => array('label' => '9 999, 9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'fr_2' => array('label' => '9 999, 99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_decimal', 'og_remote_options_float')), 'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('og_remote_options_integer', 'og_remote_options_decimal', 'og_remote_options_float')), ); // contributions/modules/om_show/modules/om_show_jwpalyer/Attic/om_show_jwplayer.module:HEAD /* N/A */ // contributions/modules/om_show/modules/om_show_jwpalyer/Attic/om_show_jwplayer.module:DRUPAL-6--2 function om_show_jwplayer_field_formatter_info() { $formatters = array( 'jwplayer' => array( 'label' => t('Display Video with JWPlayer'), 'field types' => array('text'), 'description' => t('Displays video with JWPlayer or HTML5 video.'), ), ); return $formatters; // contributions/modules/om_show/modules/om_show_path/Attic/om_show_path.module:HEAD /* N/A */ // contributions/modules/om_show/modules/om_show_path/Attic/om_show_path.module:DRUPAL-6--2 function om_show_path_field_formatter_info() { $formatters = array( 'om_show_path_image' => array( 'label' => t('Display Screen Capture as Image'), 'field types' => array('text'), 'description' => t('Displays image.'), ), ); return $formatters; // contributions/modules/om_show/om_show.module:HEAD /* N/A */ // contributions/modules/om_show/om_show.module:DRUPAL-6--1 /* N/A */ // contributions/modules/om_show/om_show.module:DRUPAL-6--2 /* N/A */ // contributions/modules/ooyala/ooyala.module:HEAD function ooyala_field_formatter_info() { $formatters = array( 'ooyala_video' => array( 'label' => t('Ooyala video'), 'field types' => array('ooyala'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'ooyala_thumbnail' => array( 'label' => t('Ooyala thumbnail'), 'field types' => array('ooyala'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); if (module_exists('thickbox')) { $formatters['ooyala_thickbox'] = array( 'label' => t('Ooyala thumbnail to thickbox'), 'field types' => array('ooyala'), ); } // This was taken from the Thickbox module. if (module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'|ooyala_imagecache'] = array( 'label' => t('Ooyala thumbnail: @preset image', array('@preset' => $preset['presetname'])), 'field types' => array('ooyala'), ); $formatters[$preset['presetname'] .'|ooyala_linked_imagecache'] = array( 'label' => t('Ooyala thumbnail: @preset image linked to node', array('@preset' => $preset['presetname'])), 'field types' => array('ooyala'), ); if (module_exists('thickbox')) { $formatters[$preset['presetname'] .'|ooyala_thickbox'] = array( 'label' => t('Ooyala thumbnail: @preset image to thickbox', array('@preset' => $preset['presetname'])), 'field types' => array('ooyala'), ); } } } return $formatters; // contributions/modules/ooyala/ooyala_markers/ooyala_markers.module:HEAD function ooyala_markers_field_formatter_info() { return array( 'default' => array( 'label' => t('Title/Time as link'), 'field types' => array('ooyala_marker'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/op_video/Attic/op_video_field.module:HEAD /* N/A */ // contributions/modules/op_video/Attic/op_video_field.module:DRUPAL-5 function op_video_field_formatter_info() { return array( 'default' => array( 'label' => 'Inline player', 'field types' => array('op_video'), ), 'thumbnail-layer' => array( 'label' => 'Thumbnail - player in layer', 'field types' => array('op_video'), ), 'thumbnail-link' => array( 'label' => 'Thumbnail - link to node', 'field types' => array('op_video'), ) ); // contributions/modules/op_video/Attic/op_video_field.module:DRUPAL-5--2 function op_video_field_formatter_info() { return array( 'default' => array( 'label' => 'Inline player', 'field types' => array('op_video'), ), 'thumbnail-layer' => array( 'label' => 'Thumbnail - player in layer', 'field types' => array('op_video'), ), 'thumbnail-link' => array( 'label' => 'Thumbnail - link to node', 'field types' => array('op_video'), ) ); // contributions/modules/op_video/field.inc:HEAD function op_video_field_formatter_info() { return array( 'default' => array( 'label' => 'Inline player', 'field types' => array('op_video'), ), 'preview-image-layer' => array( 'label' => 'Preview image - play in layer', 'field types' => array('op_video'), ), 'preview-image-link' => array( 'label' => 'Preview image - link to node', 'field types' => array('op_video'), ) ); // contributions/modules/op_video/field.inc:DRUPAL-5--3 function op_video_field_formatter_info() { return array( 'default' => array( 'label' => 'Inline player', 'field types' => array('op_video'), ), 'preview-image-link' => array( 'label' => 'Preview image - link to node', 'field types' => array('op_video'), ), 'preview-image-layer' => array( 'label' => 'Preview image - play in layer', 'field types' => array('op_video'), ) ); // contributions/modules/op_video/field.inc:DRUPAL-5--4 function op_video_field_formatter_info() { return array( 'default' => array( 'label' => 'Inline player', 'field types' => array('op_video'), ), 'preview-image-link' => array( 'label' => 'Preview image - link to node', 'field types' => array('op_video'), ), 'preview-image-layer' => array( 'label' => 'Preview image - play in layer', 'field types' => array('op_video'), ) ); // contributions/modules/op_video/field.inc:DRUPAL-6--4 function op_video_field_formatter_info() { return array( 'default' => array( 'label' => 'Inline player', 'field types' => array('op_video'), ), 'preview_image_link' => array( 'label' => 'Preview image - link to node', 'field types' => array('op_video'), ) ); // contributions/modules/openlayers/modules/openlayers_cck/openlayers_cck.module:HEAD function openlayers_cck_field_formatter_info() { $formatters = array(); // Default formatter $formatters['wkt_default'] = array( 'label' => t('Default WKT Value'), 'field types' => array('geo', 'openlayers_wkt'), 'multiple values' => CONTENT_HANDLE_MODULE, ); // Map preset formatter /*foreach (openlayers_get_presets() as $name => $title) { $formatters[$name] = array( 'label' => t('OpenLayers Map: @preset', array('@preset' => check_plain($title))), 'field types' => array('geo', 'openlayers_wkt'), 'multiple values' => CONTENT_HANDLE_MODULE, ); } */ return $formatters; // contributions/modules/openlayers/modules/openlayers_cck/openlayers_cck.module:DRUPAL-6--1 function openlayers_cck_field_formatter_info() { $formatters = array(); // Default formatter $formatters['default'] = array( 'label' => t('WKT Value'), 'field types' => array('openlayers_wkt'), 'multiple values' => CONTENT_HANDLE_MODULE, 'gis types' => array('point', 'linestring', 'polygon'), 'gis input' => 'wkt', ); // Map preset formatter foreach (openlayers_get_presets() as $name => $title) { $formatters['openlayers_map_' . $name] = array( 'label' => t('OpenLayers Map: @preset', array('@preset' => check_plain($title))), 'field types' => array('geo', 'geo_data', 'openlayers_wkt'), 'multiple values' => CONTENT_HANDLE_MODULE, 'gis types' => array('point', 'linestring', 'polygon'), 'gis input' => 'wkt', ); } return $formatters; // contributions/modules/openlayers/modules/openlayers_cck/openlayers_cck.module:DRUPAL-6--2 function openlayers_cck_field_formatter_info() { $formatters = array(); // Default formatter $formatters['default'] = array( 'label' => t('Default Map'), 'field types' => array('openlayers_wkt'), 'multiple values' => CONTENT_HANDLE_MODULE, ); // WKT value $formatters['openlayers_wkt'] = array( 'label' => t('WKT Value'), 'field types' => array('openlayers_wkt'), 'multiple values' => CONTENT_HANDLE_MODULE, ); // Map preset formatter foreach (openlayers_preset_options() as $name => $title) { $formatters['openlayers_map_' . $name] = array( 'label' => t('OpenLayers Map: @preset', array('@preset' => check_plain($title))), 'field types' => array('openlayers_wkt'), 'multiple values' => CONTENT_HANDLE_MODULE, ); } return $formatters; // contributions/modules/openlayers/modules/openlayers_cck/openlayers_cck.module:DRUPAL-7--2 /* N/A */ // contributions/modules/openlibrary/openlibrary_isbn_formatter.module:HEAD function openlibrary_isbn_formatter_field_formatter_info() { return array( 'title' => array( 'label' => t('Open Library: Title only'), 'field types' => array('isbn'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'block' => array( 'label' => t('Open Library: Full block'), 'field types' => array('isbn'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/openlibrary/openlibrary_isbn_formatter.module:DRUPAL-6--1 function openlibrary_isbn_formatter_field_formatter_info() { return array( 'title' => array( 'label' => t('Open Library: Title only'), 'field types' => array('isbn'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'block' => array( 'label' => t('Open Library: Full block'), 'field types' => array('isbn'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/painter/Attic/painter_ui.module:HEAD /* N/A */ // contributions/modules/painter/Attic/painter_ui.module:DRUPAL-5 function painter_ui_field_formatter_info() { $chain_resultset = _db_list_chains(); while ($chain = db_fetch_array($chain_resultset)){ $formatters[$chain['chain_name'].'_default'] = array( 'label' => t('Render with').' '.$chain['chain_name'], 'field types' => array($chain['chain_applies_to']), ); $formatters[$chain['chain_name'].'_link_to_node'] = array( 'label' => t('Render with @chain_name as link to node', array('@chain_name' => $chain['chain_name'])), 'field types' => array($chain['chain_applies_to']), ); $formatters[$chain['chain_name'].'_link_to_image'] = array( 'label' => t('Render with @chain_name as link to image', array('@chain_name' => $chain['chain_name'])), 'field types' => array($chain['chain_applies_to']), ); $formatters[$chain['chain_name'].'_path_to_image'] = array( 'label' => t('Render with @chain_name as path to image', array('@chain_name' => $chain['chain_name'])), 'field types' => array($chain['chain_applies_to']), ); $formatters[$chain['chain_name'].'_url_to_image'] = array( 'label' => t('Render with @chain_name as url to image', array('@chain_name' => $chain['chain_name'])), 'field types' => array($chain['chain_applies_to']), ); } return $formatters; // contributions/modules/painter/Attic/painter_ui.module:DRUPAL-6--2 function painter_ui_field_formatter_info() { $chain_resultset = _db_list_chains(); while ($chain = db_fetch_array($chain_resultset)){ $formatter_name = strtolower(str_replace(' ', '_', $chain['chain_name'])); $formatters[$formatter_name.'_default'] = array( 'label' => t('Render:').' '.$chain['chain_name'], 'field types' => array($chain['chain_applies_to']), ); $formatters[$formatter_name.'_linktonode'] = array( 'label' => t('Render: @chain_name as link to node', array('@chain_name' => $chain['chain_name'])), 'field types' => array($chain['chain_applies_to']), ); $formatters[$formatter_name.'_linktoimage'] = array( 'label' => t('Render: @chain_name as link to image', array('@chain_name' => $chain['chain_name'])), 'field types' => array($chain['chain_applies_to']), ); $formatters[$formatter_name.'_pathtoimage'] = array( 'label' => t('Render: @chain_name as path to image', array('@chain_name' => $chain['chain_name'])), 'field types' => array($chain['chain_applies_to']), ); $formatters[$formatter_name.'_urltoimage'] = array( 'label' => t('Render: @chain_name as url to image', array('@chain_name' => $chain['chain_name'])), 'field types' => array($chain['chain_applies_to']), ); } // Lightbox2 if (module_exists('lightbox2')){ $chain_thumbs = _db_list_chains('filefield', 'thumb'); $chain_popups = _db_list_chains('filefield', 'popup'); while ($chain_popup = db_fetch_array($chain_popups)){ $popups[] = $chain_popup; } while($chain_thumb = db_fetch_array($chain_thumbs)){ $thumb_name = strtolower(str_replace(' ', '_', $chain_thumb['chain_name'])); if (is_array($popups)){ foreach($popups as $popup){ $popup_name = strtolower(str_replace(' ', '_', $popup['chain_name'])); $formatters['lightbox2_'.$thumb_name.'_to_popup_'.$popup_name] = array( 'label' => 'Render, Lightbox2: '.$chain_thumb['chain_name'].' > '.$popup['chain_name'], 'field types' => array('filefield'), ); } } $formatters['lightbox2_'.$thumb_name.'_to_popup_original'] = array( 'label' => 'Render, Lightbox2: '.$chain_thumb['chain_name'].' > Original', 'field types' => array('filefield'), ); } } return $formatters; // contributions/modules/patch_manager/patch_manager.module:HEAD /* N/A */ // contributions/modules/patch_manager/patch_manager.module:DRUPAL-6--1 function patch_manager_field_formatter_info() { $formats = array(); $formats['issuelink'] = array( 'label' => t('Issue link'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ); return $formats; // contributions/modules/pathreference/pathreference.module:HEAD function pathreference_field_formatter_info() { return array( 'pathreference_plain' => array( 'label' => t('Path'), 'field types' => array('pathreference', 'pathreference_wildcards'), ), 'pathreference_link' => array( 'label' => t('Path (as link)'), 'field types' => array('pathreference'), ), 'pathreference_fit' => array( 'label' => t('Fitness'), 'field types' => array('pathreference_wildcards'), ), ); // contributions/modules/pathreference/pathreference.module:DRUPAL-5 function pathreference_field_formatter_info() { return array( 'default' => array( 'label' => 'Title (link)', 'field types' => array('pathreference'), ), 'plain' => array( 'label' => 'Title (no link)', 'field types' => array('pathreference'), ), ); // contributions/modules/pathreference/pathreference.module:DRUPAL-6--1 function pathreference_field_formatter_info() { return array( 'default' => array( 'label' => 'Path', 'field types' => array('pathreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'fit' => array( 'label' => 'Fitness', 'field types' => array('pathreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/pathreference/pathreference/Attic/pathreference.module:HEAD /* N/A */ // contributions/modules/pay/Attic/pay_field.module:HEAD /* N/A */ // contributions/modules/peekaboo/peekaboo.module:HEAD function peekaboo_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('peekaboo'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain (no link)'), 'field types' => array('peekaboo'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link' => array( 'label' => t('Link only'), 'field types' => array('peekaboo'), 'multiple values' => CONTENT_HANDLE_CORE, ), /* 'fieldset' => array( 'label' => t('Fieldset'), 'field types' => array('peekaboo'), 'multiple values' => CONTENT_HANDLE_CORE, ), */ ); // contributions/modules/peekaboo/peekaboo.module:DRUPAL-6--1 function peekaboo_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('peekaboo'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain (no link)'), 'field types' => array('peekaboo'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link' => array( 'label' => t('Link only'), 'field types' => array('peekaboo'), 'multiple values' => CONTENT_HANDLE_CORE, ), /* 'fieldset' => array( 'label' => t('Fieldset'), 'field types' => array('peekaboo'), 'multiple values' => CONTENT_HANDLE_CORE, ), */ ); // contributions/modules/phone/phone.module:HEAD function phone_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('fr_phone', 'be_phone', 'it_phone', 'el_phone', 'ch_phone', 'ca_phone', 'cr_phone', 'pa_phone', 'gb_phone', 'ru_phone', 'ua_phone', 'es_phone', 'au_phone', 'cs_phone', 'hu_phone', 'pl_phone', 'nl_phone', 'se_phone', 'za_phone', 'il_phone', 'nz_phone', 'br_phone', 'cl_phone', 'cn_phone', 'hk_phone', 'mo_phone', 'ph_phone', 'sg_phone', 'jo_phone', 'eg_phone', 'pk_phone', 'int_phone' ), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/phone/phone.module:DRUPAL-5 function phone_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('fr_phone', 'it_phone', 'ca_phone', 'uk_phone', 'ru_phone'), ), ); // contributions/modules/phono/phono.module:HEAD function phono_field_formatter_info() { return array( 'button' => array( 'label' => t('Call Button'), 'field types' => array('ca_phone'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays a call button as a javascript handler for linking with the Phono jQuery API.'), ), ); // contributions/modules/phono/phono.module:DRUPAL-6--1 function phono_field_formatter_info() { return array( 'button' => array( 'label' => t('Call Button'), 'field types' => array('ca_phone'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays a call button as a javascript handler for linking with the Phono jQuery API.'), ), ); // contributions/modules/pirobox_tipster/pirobox_tipster.module:HEAD function pirobox_tipster_field_formatter_info() { $formatters = array(); if (module_exists('imagecache') and (module_exists('imagefield'))) { $rules = array(); if (function_exists('imagecache_presets')) { $presets = imagecache_presets(); foreach ($presets as $preset_id => $preset_name) { $rules[$preset_id] = $preset_name['presetname']; } } else { $rules = _imagecache_get_presets(); } foreach ($rules as $ruleid => $view_rule) { $pirobox['imagefield_pirobox_tipster_orginal_'. $view_rule] = array( 'label' => 'Pirobox tipster: original->'. $view_rule, 'field types' => array('image', 'filefield'), ); $pirobox['imagefield_pirobox_tipster_'. $view_rule .'_original'] = array( 'label' => 'Pirobox tipster: '. $view_rule .'->original', 'field types' => array('image', 'filefield'), ); } foreach ($rules as $rid => $pirobox_rule) { $pirobox['imagefield_pirobox_tipster_'. $view_rule .'_'. $pirobox_rule] = array( 'label' => 'Pirobox tipster: '. $view_rule .'->'. $pirobox_rule, 'field types' => array('image', 'filefield'), ); } $formatters = $pirobox; } return $formatters; // contributions/modules/pirobox_tipster/pirobox_tipster.module:DRUPAL-6--1 function pirobox_tipster_field_formatter_info() { $formatters = array(); if (module_exists('imagecache') and (module_exists('imagefield'))) { $rules = array(); if (function_exists('imagecache_presets')) { $presets = imagecache_presets(); foreach ($presets as $preset_id => $preset_name) { $rules[$preset_id] = $preset_name['presetname']; } } else { $rules = _imagecache_get_presets(); } foreach ($rules as $ruleid => $view_rule) { $pirobox['imagefield_pirobox_tipster_orginal_'. $view_rule] = array( 'label' => 'Pirobox tipster: original->'. $view_rule, 'field types' => array('image', 'filefield'), ); $pirobox['imagefield_pirobox_tipster_'. $view_rule .'_original'] = array( 'label' => 'Pirobox tipster: '. $view_rule .'->original', 'field types' => array('image', 'filefield'), ); } foreach ($rules as $rid => $pirobox_rule) { $pirobox['imagefield_pirobox_tipster_'. $view_rule .'_'. $pirobox_rule] = array( 'label' => 'Pirobox tipster: '. $view_rule .'->'. $pirobox_rule, 'field types' => array('image', 'filefield'), ); } $formatters = $pirobox; } return $formatters; // contributions/modules/pollfield/Attic/pollfield.module:HEAD /* N/A */ // contributions/modules/pollfield/Attic/pollfield.module:DRUPAL-4-7 function pollfield_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('pollfield'), ), 'choices' => array( 'label' => 'All choices', 'field types' => array('pollfield'), ), 'results' => array( 'label' => 'All results', 'field types' => array('pollfield'), ), 'voting' => array( 'label' => 'Voting widget', 'field types' => array('pollfield'), ), 'question' => array( 'label' => 'Question', 'field types' => array('pollfield'), ), 'runtime' => array( 'label' => 'Runtime', 'field types' => array('pollfield'), ), 'active' => array( 'label' => 'Active', 'field types' => array('pollfield'), ), 'choice' => array( 'label' => 'Choice item (Views only)', 'field types' => array('pollfield'), ), 'votes' => array( 'label' => 'Vote item (Views only)', 'field types' => array('pollfield'), ), ); // contributions/modules/pollfield/Attic/pollfield.module:DRUPAL-5 function pollfield_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('pollfield'), ), 'choices' => array( 'label' => 'All choices', 'field types' => array('pollfield'), ), 'results' => array( 'label' => 'All results', 'field types' => array('pollfield'), ), 'voting' => array( 'label' => 'Voting widget', 'field types' => array('pollfield'), ), 'question' => array( 'label' => 'Question', 'field types' => array('pollfield'), ), 'runtime' => array( 'label' => 'Runtime', 'field types' => array('pollfield'), ), 'active' => array( 'label' => 'Active', 'field types' => array('pollfield'), ), 'choice' => array( 'label' => 'Choice item (Views only)', 'field types' => array('pollfield'), ), 'votes' => array( 'label' => 'Vote item (Views only)', 'field types' => array('pollfield'), ), ); // contributions/modules/pollfield/Attic/pollfield.module:DRUPAL-6--1 function pollfield_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('pollfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'block_default' => array( 'label' => 'Default block', 'field types' => array('pollfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'choices' => array( 'label' => 'All choices', 'field types' => array('pollfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'results' => array( 'label' => 'All results', 'field types' => array('pollfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'question' => array( 'label' => 'Question', 'field types' => array('pollfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'runtime' => array( 'label' => 'Runtime', 'field types' => array('pollfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/popto/popto.module:HEAD function popto_field_formatter_info() { return array( 'widget' => array( 'label' => t('JS Widget'), 'field types' => array('popto'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/popto/popto.module:DRUPAL-6--1 function popto_field_formatter_info() { return array( 'default' => array( 'label' => t('JS Widget'), 'field types' => array('popto'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/popup/modules/popup_ui/popup_ui.module:HEAD function popup_ui_field_formatter_info() { module_load_include('inc', 'popup_ui', 'includes/popup_ui.admin'); $formatter_info = array(); $formatters = _popup_ui_formatter_settings(); foreach($formatters as $label => $formatter){ $formatter_info[str_replace(' ', '_', $label)] = array( 'label' => $label, 'field types' => array('nodereference',), ); } return $formatter_info; // contributions/modules/popup/popup_ui/Attic/popup_ui.module:HEAD /* N/A */ // contributions/modules/popup_filter/popup_filter_ui.module:HEAD function popup_filter_ui_field_formatter_info() { $formatter_info = array(); $formatters = popup_filter_ui_formatters(); foreach($formatters as $label => $formatter){ $formatter_info[str_replace(' ', '_', $label)] = array( 'label' => $label, 'field types' => array('nodereference'), ); } return $formatter_info; // contributions/modules/postal/postal.module:HEAD /* N/A */ // contributions/modules/postal/postal.module:DRUPAL-5 function postal_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('postal'), ), ); // contributions/modules/postal/postal_field.module:HEAD function postal_field_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('postal'), ), 'country' => array( 'label' => t('Country'), 'field types' => array('postal'), ), 'city' => array( 'label' => t('City'), 'field types' => array('postal'), ), 'state' => array( 'label' => t('State'), 'field types' => array('postal'), ), 'zip' => array( 'label' => t('Postal code'), 'field types' => array('postal'), ), ); // contributions/modules/postal/postal_field.module:DRUPAL-5 function postal_field_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('postal'), ), ); // contributions/modules/preset_widget_options/preset_widget_options.module:HEAD function preset_widget_options_field_formatter_info() { $info = array(); $data = preset_widget_options_data(); foreach ($data as $module_type => $type_values) { $info['preset|' . $module_type] = array( 'label' => $type_values['#title'], 'field types' => array('text'), ); } return $info; // contributions/modules/preset_widget_options/preset_widget_options.module:DRUPAL-5 function preset_widget_options_field_formatter_info() { $info = array(); $data = preset_widget_options_data(); foreach ($data as $module_type => $type_values) { $info['preset|' . $module_type] = array( 'label' => $type_values['#title'], 'field types' => array('text'), ); } return $info; // contributions/modules/private_number/private_number.module:HEAD function private_number_field_formatter_info() { return array( 'default' => array( 'label' => 'Mask value', 'field types' => array('private_number'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'hide' => array( 'label' => 'Hide value', 'field types' => array('private_number'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/private_number/private_number.module:DRUPAL-5 function private_number_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('private_number'), ), ); // contributions/modules/private_number/private_number.module:DRUPAL-6--1 function private_number_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('private_number'), ), ); // contributions/modules/properties/properties.module:HEAD function properties_field_formatter_info() { return array( 'properties_formatter_list' => array( 'label' => t('Definition list'), 'field types' => array('properties'), ), 'properties_formatter_table' => array( 'label' => t('Table'), 'field types' => array('properties'), ), ); // contributions/modules/qfield/qfield.module:HEAD function qfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('qfield'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/qfield/qfield.module:DRUPAL-6--1 function qfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('qfield'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/question_answer/question_answer.module:HEAD function question_answer_field_formatter_info() { return array( 'answer' => array( 'label' => t('Selected answer'), 'field types' => array('number_integer'), ), ); // contributions/modules/question_answer/question_answer.module:DRUPAL-6--1 function question_answer_field_formatter_info() { return array( 'answer' => array( 'label' => t('Selected answer'), 'field types' => array('number_integer'), ), 'duration' => array( 'label' => t('Remaining time'), 'field types' => array('number_integer'), ), ); // contributions/modules/question_answer/question_answer.module:DRUPAL-7--1 function question_answer_field_formatter_info() { return array( 'answer' => array( 'label' => t('Selected answer'), 'field types' => array('number_integer'), ), 'duration' => array( 'label' => t('Remaining time'), 'field types' => array('number_integer'), ), ); // contributions/modules/radioactivity/Attic/radioactivity.field.inc:HEAD /* N/A */ // contributions/modules/radioactivity/Attic/radioactivity.field.inc:DRUPAL-7--1 function radioactivity_field_formatter_info() { return array( RADIOACTIVITY_AJAX_FORMATTER => array( 'label' => t('AJAX radioactivity emitter'), 'field types' => array(RADIOACTIVITY_FIELD_TYPE), ), ); // contributions/modules/range/range.module:HEAD function range_field_formatter_info() { return array( 'default' => array('label' => '9999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_integer', 'range_decimal', 'range_float')), 'us_0' => array('label' => '9,999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_integer', 'range_decimal', 'range_float')), 'us_1' => array('label' => '9,999.9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'us_2' => array('label' => '9,999.99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'be_0' => array('label' => '9.999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_integer', 'range_decimal', 'range_float')), 'be_1' => array('label' => '9.999,9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'be_2' => array('label' => '9.999,99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'fr_0' => array('label' => '9 999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_integer', 'range_decimal', 'range_float')), 'fr_1' => array('label' => '9 999, 9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'fr_2' => array('label' => '9 999, 99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_integer', 'range_decimal', 'range_float')), ); // contributions/modules/range/range.module:DRUPAL-6--1 function range_field_formatter_info() { return array( 'default' => array('label' => '9999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_integer', 'range_decimal', 'range_float')), 'us_0' => array('label' => '9,999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_integer', 'range_decimal', 'range_float')), 'us_1' => array('label' => '9,999.9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'us_2' => array('label' => '9,999.99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'be_0' => array('label' => '9.999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_integer', 'range_decimal', 'range_float')), 'be_1' => array('label' => '9.999,9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'be_2' => array('label' => '9.999,99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'fr_0' => array('label' => '9 999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_integer', 'range_decimal', 'range_float')), 'fr_1' => array('label' => '9 999, 9', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'fr_2' => array('label' => '9 999, 99', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_decimal', 'range_float')), 'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('range_integer', 'range_decimal', 'range_float')), ); // contributions/modules/recruit/modules/application/recruit_application_ui.module:HEAD function recruit_application_ui_field_formatter_info() { return array( 'recruit_application_ui_application_full' => array( 'label' => t('application: Full content'), 'field types' => array('recruit_application_reference'), ), ); // contributions/modules/recruit/modules/application_reference/recruit_application_reference.module:HEAD function recruit_application_reference_field_formatter_info() { return array( 'recruit_application_reference_application_form' => array( 'label' => t('Application form'), 'description' => t('Display the application form.'), 'field types' => array('recruit_application_reference'), ), ); // contributions/modules/recruit/modules/job/recruit_job_ui.module:HEAD function recruit_job_ui_field_formatter_info() { return array( 'recruit_job_ui_job_full' => array( 'label' => t('Job: Full content'), 'field types' => array('recruit_job_reference'), ), 'recruit_job_ui_term_reference_link' => array( 'label' => t('Job link'), 'field types' => array('taxonomy_term_reference'), 'settings' => array( 'taxonomy_job_page_url' => _recruit_job_ui_default_taxonomy_path() . '/[tid]', ), ), ); // contributions/modules/recruit/modules/job_reference/recruit_job_reference.module:HEAD function recruit_job_reference_field_formatter_info() { return array( 'recruit_job_reference_job_ref_link' => array( 'label' => t('Job ref (link)'), 'description' => t('Display the Job ref of the referenced job as a link to the node page.'), 'field types' => array('recruit_job_reference'), ), 'recruit_job_reference_job_ref_plain' => array( 'label' => t('Job ref (no link)'), 'description' => t('Display the Job ref of the referenced job as plain text.'), 'field types' => array('recruit_job_reference'), ), 'recruit_job_reference_title_link' => array( 'label' => t('Title (link)'), 'description' => t('Display the title of the referenced job as a link to the node page.'), 'field types' => array('recruit_job_reference'), ), 'recruit_job_reference_title_plain' => array( 'label' => t('Title (no link)'), 'description' => t('Display the title of the referenced job as plain text.'), 'field types' => array('recruit_job_reference'), ), ); // contributions/modules/recruit/modules/schedule/recruit_schedule.module:HEAD function recruit_schedule_field_formatter_info() { return array( // This formatter just displays the hex value in the color indicated. 'recruit_schedule_default' => array( 'label' => t('Default'), 'field types' => array('recruit_schedule'), ), ); // contributions/modules/references/modules/node_reference/Attic/node_reference.module:HEAD /* N/A */ // contributions/modules/references/modules/user_reference/Attic/user_reference.module:HEAD /* N/A */ // contributions/modules/references/node_reference/Attic/node_reference.module:HEAD /* N/A */ // contributions/modules/references/node_reference/Attic/node_reference.module:DRUPAL-7--2 function node_reference_field_formatter_info() { $ret = array( 'node_reference_default' => array( 'label' => t('Title (link)'), 'description' => t('Display the title of the referenced node as a link to the node page.'), 'field types' => array('node_reference'), ), 'node_reference_plain' => array( 'label' => t('Title (no link)'), 'description' => t('Display the title of the referenced node as plain text.'), 'field types' => array('node_reference'), ), 'node_reference_node' => array( 'label' => t('Rendered node'), 'description' => t('Display the referenced node in a specific view mode'), 'field types' => array('node_reference'), 'settings' => array('node_reference_view_mode' => 'full'), ), ); return $ret; // contributions/modules/references/user_reference/Attic/user_reference.module:HEAD /* N/A */ // contributions/modules/references/user_reference/Attic/user_reference.module:DRUPAL-7--2 function user_reference_field_formatter_info() { return array( 'user_reference_default' => array( 'label' => t('Default'), 'description' => t("Display the name of the referenced user as a link to the user's profile page."), 'field types' => array('user_reference'), ), 'user_reference_plain' => array( 'label' => t('Plain text'), 'description' => t('Display the name of the referenced user as plain text.'), 'field types' => array('user_reference'), ), ); // contributions/modules/relation/relation.field.inc:HEAD function relation_field_formatter_info() { return array( 'relation_default' => array( 'label' => t('Default'), 'field types' => array('relation'), ), ); // contributions/modules/relationship/Attic/relationship_cck.module:HEAD /* N/A */ // contributions/modules/relationship/Attic/relationship_cck.module:DRUPAL-5 function relationship_cck_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('relationship_cck'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('relationship_cck'), ), ); // contributions/modules/relevant_content/relevant_content.module:HEAD function relevant_content_field_formatter_info() { $defaults = array('field types' => array('relevant_content'), 'behaviors' => array('multiple values' => FIELD_BEHAVIOR_CUSTOM)); return array( 'relevant_content_default' => $defaults + array('label' => t('Node Title - Link')), 'relevant_content_plain' => $defaults + array('label' => t('Node Title - Plain')), 'relevant_content_teaser' => $defaults + array('label' => t('Node Teaser')), 'relevant_content_full' => $defaults + array('label' => t('Node Full')), 'relevant_content_token_teaser' => $defaults + array('label' => t('Node Token Teaser')), 'relevant_content_token_full' => $defaults + array('label' => t('Node Token Full')), ); // contributions/modules/relevant_content/relevant_content.module:DRUPAL-5 /* N/A */ // contributions/modules/relevant_content/relevant_content.module:DRUPAL-6--1 /* N/A */ // contributions/modules/relevant_content/relevant_content.module:DRUPAL-7--1 function relevant_content_field_formatter_info() { $defaults = array('field types' => array('relevant_content'), 'behaviors' => array('multiple values' => FIELD_BEHAVIOR_CUSTOM)); return array( 'relevant_content_default' => $defaults + array('label' => t('Node Title - Link')), 'relevant_content_plain' => $defaults + array('label' => t('Node Title - Plain')), 'relevant_content_teaser' => $defaults + array('label' => t('Node Teaser')), 'relevant_content_full' => $defaults + array('label' => t('Node Full')), 'relevant_content_token_teaser' => $defaults + array('label' => t('Node Token Teaser')), 'relevant_content_token_full' => $defaults + array('label' => t('Node Token Full')), ); // contributions/modules/relevant_content/relevant_content_cck/Attic/relevant_content_cck.module:HEAD /* N/A */ // contributions/modules/relevant_content/relevant_content_cck/Attic/relevant_content_cck.module:DRUPAL-5 function relevant_content_cck_field_formatter_info() { return array( 'default' => array('field types' => array('relevant_content'), 'label' => t('Node Title - Link (Default)')), 'plain' => array('field types' => array('relevant_content'), 'label' => t('Node Title - Plain Text')), 'teaser' => array('field types' => array('relevant_content'), 'label' => t('Node Teaser')), 'full' => array('field types' => array('relevant_content'), 'label' => t('Node Full View')), ); // contributions/modules/relevant_content/relevant_content_cck/Attic/relevant_content_cck.module:DRUPAL-6--1 function relevant_content_cck_field_formatter_info() { if (module_exists('token')) { $optional = array( 'token_teaser' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('relevant_content'), 'label' => t('Custom Tokens Teaser View')), 'token_full' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('relevant_content'), 'label' => t('Custom Tokens Full View')), ); } else { $optional = array(); } return array( 'default' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('relevant_content'), 'label' => t('Node Title - Link')), 'plain' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('relevant_content'), 'label' => t('Node Title - Plain Text')), 'teaser' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('relevant_content'), 'label' => t('Node Teaser')), 'full' => array('multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('relevant_content'), 'label' => t('Node Full View')), ) + $optional; // contributions/modules/revisionreference/revisionreference.module:HEAD function revisionreference_field_formatter_info() { return array( 'default' => array( 'label' => 'Title (link)', 'field types' => array('revisionreference'), ), 'plain' => array( 'label' => 'Title (no link)', 'field types' => array('revisionreference'), ), ); // contributions/modules/revisionreference/revisionreference.module:DRUPAL-6--1 function revisionreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (link)'), 'field types' => array('revisionreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('revisionreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full node'), 'field types' => array('revisionreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'teaser' => array( 'label' => t('Teaser'), 'field types' => array('revisionreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/rolereference/rolereference.module:HEAD function rolereference_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (no link)'), 'field types' => array('rolereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'rid' => array( 'label' => t('Role ID'), 'field types' => array('rolereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'rid_array' => array( 'label' => t('Array of Role IDs'), 'field types' => array('rolereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/rolereference/rolereference.module:DRUPAL-4-7 function rolereference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('rolereference'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('rolereference'), ), ); // contributions/modules/rolereference/rolereference.module:DRUPAL-5 function rolereference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('rolereference'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('rolereference'), ), ); // contributions/modules/rolereference/rolereference.module:DRUPAL-6--1 function rolereference_field_formatter_info() { return array( 'default' => array( 'label' => t('Title (no link)'), 'field types' => array('rolereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'rid' => array( 'label' => t('Role ID'), 'field types' => array('rolereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'rid_array' => array( 'label' => t('Array of Role IDs'), 'field types' => array('rolereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/rrdtool/rrdtool_cck/Attic/rrdtool_cck.module:HEAD /* N/A */ // contributions/modules/rrdtool/rrdtool_cck/Attic/rrdtool_cck.module:DRUPAL-6--1 function rrdtool_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('RRDtool Graph'), 'field types' => array('rrdtool_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'no_form' => array( 'label' => t('RRDtool Graph w/o form widget'), 'field types' => array('rrdtool_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('RRDtool host / file'), 'field types' => array('rrdtool_cck'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/rss_field_formatters/Attic/rss_category.module:HEAD /* N/A */ // contributions/modules/rss_field_formatters/Attic/rss_category.module:DRUPAL-7--1 function rss_category_field_formatter_info() { return array( 'rss_category' => array( 'label' => t('RSS category'), 'field types' => array('taxonomy_term_reference'), ), ); // contributions/modules/rss_field_formatters/Attic/rss_enclosure.module:HEAD /* N/A */ // contributions/modules/rss_field_formatters/Attic/rss_enclosure.module:DRUPAL-7--1 function rss_enclosure_field_formatter_info() { return array( 'rss_enclosure' => array( 'label' => t('RSS enclosure'), 'field types' => array('file', 'image', 'media'), ), ); // contributions/modules/safeword/safeword.module:HEAD function safeword_field_formatter_info() { return array( 'safeword_human' => array( 'label' => t('Human-readable version'), 'field types' => array('safeword'), ), 'safeword_machine' => array( 'label' => t('Machine-readable version'), 'field types' => array('safeword'), ), 'safeword_both' => array( 'label' => t('Show both versions'), 'field types' => array('safeword'), ), ); // contributions/modules/safeword/safeword.module:DRUPAL-7--1 function safeword_field_formatter_info() { return array( 'safeword_human' => array( 'label' => t('Human-readable version'), 'field types' => array('safeword'), ), 'safeword_machine' => array( 'label' => t('Machine-readable version'), 'field types' => array('safeword'), ), 'safeword_both' => array( 'label' => t('Show both versions'), 'field types' => array('safeword'), ), ); // contributions/modules/scald/atom_reference/atom_reference.module:HEAD function atom_reference_field_formatter_info() { return array( 'default' => array( 'label' => 'Title', 'field types' => array('atom_reference'), 'multiple values' => CONTENT_HANDLE_CORE ), 'library' => array( 'label' => 'Library', 'field types' => array('atom_reference'), 'multiple values' => CONTENT_HANDLE_CORE ), 'editor' => array( 'label' => 'Editor', 'field types' => array('atom_reference'), 'multiple values' => CONTENT_HANDLE_CORE ), ); // contributions/modules/scald/mee/mee.module:HEAD function mee_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Filtered text'), 'field types' => array('multimedia_editorial_element'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('multimedia_editorial_element'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'short' => array( 'label' => t('Short content'), 'field types' => array('multimedia_editorial_element'), 'multiple values' => CONTENT_HANDLE_CORE ) ); //@TODO generate context processor based field formatters //foreach (scald_contexts() as $context) { // $formatters[$context] = array( // 'label' => t('Scald context processor: @context', array('@context' => $context), // 'field types' => 'mee', // ); //} return $formatters; // contributions/modules/scribdfield/scribdfield.module:HEAD function scribdfield_field_formatter_info() { return array( 'ipaper' => array( 'label' => t('iPaper'), 'field types' => array('filefield'), 'description' => t('Displays uploaded Scribd.com files in iPaper.'), ), ); // contributions/modules/scribdfield/scribdfield.module:DRUPAL-6--1 function scribdfield_field_formatter_info() { return array( 'ipaper' => array( 'label' => t('iPaper'), 'field types' => array('filefield'), 'description' => t('Displays uploaded Scribd.com files in iPaper.'), ), ); // contributions/modules/see_map/see_map.module:HEAD function see_map_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('see_map'), ), ); // contributions/modules/see_map/see_map.module:DRUPAL-5 function see_map_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('see_map'), ), ); // contributions/modules/semantic_search/demo/modules/date/Attic/date.module:HEAD /* N/A */ // contributions/modules/semantic_search/demo/modules/date/Attic/date.module:DRUPAL-5 /* N/A */ // contributions/modules/semantic_search/demo/modules/email/Attic/email.module:HEAD /* N/A */ // contributions/modules/semantic_search/demo/modules/email/Attic/email.module:DRUPAL-5 /* N/A */ // contributions/modules/semantic_search/demo/modules/link/Attic/link.module:HEAD /* N/A */ // contributions/modules/semantic_search/demo/modules/link/Attic/link.module:DRUPAL-5 /* N/A */ // contributions/modules/serial/serial.module:HEAD function serial_field_formatter_info() { return array( 'default' => array( 'label' => '9999', 'field types' => array('serial'), ) ); // contributions/modules/serial/serial.module:DRUPAL-6--1 function serial_field_formatter_info() { return array( 'default' => array( 'label' => '9999', 'field types' => array('serial'), 'multiple values' => CONTENT_HANDLE_CORE, ) ); // contributions/modules/serial/serial.module:DRUPAL-6--2 function serial_field_formatter_info() { return array( 'default' => array( 'label' => '9999', 'field types' => array('serial'), 'multiple values' => CONTENT_HANDLE_CORE, ) ); // contributions/modules/serial/serial.module:DRUPAL-7--1 function serial_field_formatter_info() { return array( 'default' => array( 'label' => '9999', 'field types' => array('serial'), ) ); // contributions/modules/sesamevault/sesamevault.module:HEAD function sesamevault_field_formatter_info() { return array( 'id' => array( 'label' => t('SesameVault ID'), 'field types' => array('sesamevault'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'video' => array( 'label' => t('SesameVault Video'), 'field types' => array('sesamevault'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/sesamevault/sesamevault.module:DRUPAL-6--1 function sesamevault_field_formatter_info() { return array( 'id' => array( 'label' => t('SesameVault ID'), 'field types' => array('sesamevault'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'video' => array( 'label' => t('SesameVault Video'), 'field types' => array('sesamevault'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/shadowbox/shadowbox.module:HEAD /* N/A */ // contributions/modules/shadowbox/shadowbox.module:DRUPAL-5 function shadowbox_field_formatter_info() { $formatter = array(); if (module_exists('imagefield') && module_exists('imagecache')) { $rules = array(); if (function_exists('imagecache_presets')) { $presets = imagecache_presets(); foreach ($presets as $preset_id => $preset_info) { $rules[$preset_id] = $preset_info['presetname']; } } else { $rules = _imagecache_get_presets(); } foreach ($rules as $ruleid => $view_rule) { $formatters['shadowbox][original]['. $view_rule] = array( 'label' => 'shadowbox: original to '. $view_rule, 'field types' => array('image'), ); $formatters['shadowbox]['. $view_rule .'][original'] = array( 'label' => 'shadowbox: '. $view_rule .' to original', 'field types' => array('image'), ); $formatters['shadowbox_gallery][original]['. $view_rule] = array( 'label' => 'shadowbox gallery: original to '. $view_rule, 'field types' => array('image'), ); $formatters['shadowbox_gallery]['. $view_rule .'][original'] = array( 'label' => 'shadowbox gallery: '. $view_rule .' to original', 'field types' => array('image'), ); foreach ($rules as $rid => $shadowbox_rule) { $formatters['shadowbox]['. $view_rule .']['. $shadowbox_rule] = array( 'label' => 'shadowbox: '. $view_rule .' to '. $shadowbox_rule, 'field types' => array('image'), ); $formatters['shadowbox_gallery]['. $view_rule .']['. $shadowbox_rule] = array( 'label' => 'shadowbox gallery: '. $view_rule .' to '. $shadowbox_rule, 'field types' => array('image'), ); } } } return $formatters; // contributions/modules/shadowbox/shadowbox.module:DRUPAL-5--2 function shadowbox_field_formatter_info() { $formatter = array(); if (module_exists('imagefield') && module_exists('imagecache')) { $rules = array(); if (function_exists('imagecache_presets')) { $presets = imagecache_presets(); foreach ($presets as $preset_id => $preset_info) { $rules[$preset_id] = $preset_info['presetname']; } } else { $rules = _imagecache_get_presets(); } foreach ($rules as $ruleid => $view_rule) { $formatters['shadowbox][original]['. $view_rule] = array( 'label' => 'shadowbox: original to '. $view_rule, 'field types' => array('image'), ); $formatters['shadowbox]['. $view_rule .'][original'] = array( 'label' => 'shadowbox: '. $view_rule .' to original', 'field types' => array('image'), ); $formatters['shadowbox_gallery][original]['. $view_rule] = array( 'label' => 'shadowbox gallery: original to '. $view_rule, 'field types' => array('image'), ); $formatters['shadowbox_gallery]['. $view_rule .'][original'] = array( 'label' => 'shadowbox gallery: '. $view_rule .' to original', 'field types' => array('image'), ); foreach ($rules as $rid => $shadowbox_rule) { $formatters['shadowbox]['. $view_rule .']['. $shadowbox_rule] = array( 'label' => 'shadowbox: '. $view_rule .' to '. $shadowbox_rule, 'field types' => array('image'), ); $formatters['shadowbox_gallery]['. $view_rule .']['. $shadowbox_rule] = array( 'label' => 'shadowbox gallery: '. $view_rule .' to '. $shadowbox_rule, 'field types' => array('image'), ); } } } if (is_array($formatters)) { asort($formatters); } return $formatters; // contributions/modules/shadowbox/shadowbox.module:DRUPAL-6--1 /* N/A */ // contributions/modules/shadowbox/shadowbox.module:DRUPAL-6--2 function shadowbox_field_formatter_info() { $formatters = array(); if (module_exists('imagecache') && module_exists('imagefield')) { $presets = shadowbox_get_imagecache_presets(TRUE); foreach ($presets as $preset) { $formatters['shadowbox___original___'. $preset] = array( 'label' => 'Shadowbox: original to '. $preset, 'field types' => array('filefield'), ); $formatters['shadowbox___'. $preset .'___original'] = array( 'label' => 'Shadowbox: '. $preset .' to original', 'field types' => array('filefield'), ); $formatters['shadowbox_gallery___original___'. $preset] = array( 'label' => 'Shadowbox Gallery (page): original to '. $preset, 'field types' => array('filefield'), ); $formatters['shadowbox_gallery___'. $preset .'___original'] = array( 'label' => 'Shadowbox Gallery (page): '. $preset .' to original', 'field types' => array('filefield'), ); $formatters['shadowbox_gallery_field___original___'. $preset] = array( 'label' => 'Shadowbox Gallery (field): original to '. $preset, 'field types' => array('filefield'), ); $formatters['shadowbox_gallery_field___'. $preset .'___original'] = array( 'label' => 'Shadowbox Gallery (field): '. $preset .' to original', 'field types' => array('filefield'), ); $formatters['shadowbox_gallery_nid___original___'. $preset] = array( 'label' => 'Shadowbox Gallery (nid): original to '. $preset, 'field types' => array('filefield'), ); $formatters['shadowbox_gallery_nid___'. $preset .'___original'] = array( 'label' => 'Shadowbox Gallery (nid): '. $preset .' to original', 'field types' => array('filefield'), ); foreach ($presets as $preset_alt) { if ($preset != $preset_alt) { $formatters['shadowbox___'. $preset .'___'. $preset_alt] = array( 'label' => 'Shadowbox: '. $preset .' to '. $preset_alt, 'field types' => array('filefield'), ); $formatters['shadowbox_gallery___'. $preset .'___'. $preset_alt] = array( 'label' => 'Shadowbox Gallery (page): '. $preset .' to '. $preset_alt, 'field types' => array('filefield'), ); $formatters['shadowbox_gallery_field___'. $preset .'___'. $preset_alt] = array( 'label' => 'Shadowbox Gallery (field): '. $preset .' to '. $preset_alt, 'field types' => array('filefield'), ); $formatters['shadowbox_gallery_nid___'. $preset .'___'. $preset_alt] = array( 'label' => 'Shadowbox Gallery (nid): '. $preset .' to '. $preset_alt, 'field types' => array('filefield'), ); } } } } if (is_array($formatters)) { asort($formatters); } return $formatters; // contributions/modules/shadowbox/shadowbox.module:DRUPAL-6--3 function shadowbox_field_formatter_info() { $formatters = array(); if (module_exists('imagecache') && module_exists('imagefield')) { $presets = shadowbox_get_imagecache_presets(TRUE); $types = array('filefield'); foreach ($presets as $preset) { $formatters["shadowbox___original___$preset"] = array( 'label' => "SB: original to $preset", 'field types' => $types, ); $formatters["shadowbox___${preset}___original"] = array( 'label' => "SB: $preset to original", 'field types' => $types, ); $formatters["shadowbox_gallery___original___$preset"] = array( 'label' => "SB G page: original to $preset", 'field types' => $types, ); $formatters["shadowbox_gallery___${preset}___original"] = array( 'label' => "SB G page: $preset to original", 'field types' => $types, ); $formatters["shadowbox_gallery_field___original___$preset"] = array( 'label' => "SB G field: original to $preset", 'field types' => $types, ); $formatters["shadowbox_gallery_field___${preset}___original"] = array( 'label' => "SB G field: $preset to original", 'field types' => $types, ); $formatters["shadowbox_gallery_nid___original___$preset"] = array( 'label' => "SB G nid: original to $preset", 'field types' => $types, ); $formatters["shadowbox_gallery_nid___${preset}___original"] = array( 'label' => "SB G nid: $preset to original", 'field types' => $types, ); foreach ($presets as $preset_alt) { if ($preset != $preset_alt) { $formatters["shadowbox___${preset}___$preset_alt"] = array( 'label' => "SB: $preset to $preset_alt", 'field types' => $types, ); $formatters["shadowbox_gallery___${preset}___$preset_alt"] = array( 'label' => "SB G page: $preset to $preset_alt", 'field types' => $types, ); $formatters["shadowbox_gallery_field___${preset}___$preset_alt"] = array( 'label' => "SB G field: $preset to $preset_alt", 'field types' => $types, ); $formatters["shadowbox_gallery_nid___${preset}___$preset_alt"] = array( 'label' => "SB G nid: $preset to $preset_alt", 'field types' => $types, ); } } } } if (is_array($formatters)) { asort($formatters); } return $formatters; // contributions/modules/shadowbox/shadowbox.module:DRUPAL-6--4 function shadowbox_field_formatter_info() { $formatters = array(); if (module_exists('imagecache') && module_exists('imagefield')) { $presets = shadowbox_get_imagecache_presets(TRUE); $types = array('filefield'); foreach ($presets as $preset) { $formatters["shadowbox___original___$preset"] = array( 'label' => "SB: original to $preset", 'field types' => $types, ); $formatters["shadowbox___${preset}___original"] = array( 'label' => "SB: $preset to original", 'field types' => $types, ); $formatters["shadowbox_gallery___original___$preset"] = array( 'label' => "SB G page: original to $preset", 'field types' => $types, ); $formatters["shadowbox_gallery___${preset}___original"] = array( 'label' => "SB G page: $preset to original", 'field types' => $types, ); $formatters["shadowbox_gallery_field___original___$preset"] = array( 'label' => "SB G field: original to $preset", 'field types' => $types, ); $formatters["shadowbox_gallery_field___${preset}___original"] = array( 'label' => "SB G field: $preset to original", 'field types' => $types, ); $formatters["shadowbox_gallery_nid___original___$preset"] = array( 'label' => "SB G nid: original to $preset", 'field types' => $types, ); $formatters["shadowbox_gallery_nid___${preset}___original"] = array( 'label' => "SB G nid: $preset to original", 'field types' => $types, ); foreach ($presets as $preset_alt) { if ($preset != $preset_alt) { $formatters["shadowbox___${preset}___$preset_alt"] = array( 'label' => "SB: $preset to $preset_alt", 'field types' => $types, ); $formatters["shadowbox_gallery___${preset}___$preset_alt"] = array( 'label' => "SB G page: $preset to $preset_alt", 'field types' => $types, ); $formatters["shadowbox_gallery_field___${preset}___$preset_alt"] = array( 'label' => "SB G field: $preset to $preset_alt", 'field types' => $types, ); $formatters["shadowbox_gallery_nid___${preset}___$preset_alt"] = array( 'label' => "SB G nid: $preset to $preset_alt", 'field types' => $types, ); } } } } if (is_array($formatters)) { asort($formatters); } return $formatters; // contributions/modules/sheetnode/sheetnode.module:HEAD function sheetnode_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('sheetfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'socialcalc_date' => array( 'label' => t('SocialCalc'), 'field types' => array('date', 'datetime', 'datestamp'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/sheetnode/sheetnode.module:DRUPAL-5 function sheetnode_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('sheetfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'socialcalc_date' => array( 'label' => t('SocialCalc'), 'field types' => array('date', 'datetime', 'datestamp'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/sheetnode/sheetnode.module:DRUPAL-6--1 function sheetnode_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('sheetfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'socialcalc_date' => array( 'label' => t('SocialCalc'), 'field types' => array('date', 'datetime', 'datestamp'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/sheetnode/sheetnode.module:DRUPAL-7--1 function sheetnode_field_formatter_info() { return array( 'field_sheet_formatter' => array( 'label' => t('Spreadsheet'), 'field types' => array('field_sheet'), ), ); // contributions/modules/signaturefield/modules/content.inc:HEAD function signaturefield_field_formatter_info() { return array( // The machine name of the formatter. 'default' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('Signature image'), // An array of the field types this formatter // can be used on. 'field types' => array('signaturefield'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/signaturefield/modules/content.inc:DRUPAL-6--1 function signaturefield_field_formatter_info() { return array( // The machine name of the formatter. 'default' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('Signature image'), // An array of the field types this formatter // can be used on. 'field types' => array('signaturefield'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/signhere/Attic/signhere.module:HEAD /* N/A */ // contributions/modules/signhere/Attic/signhere.module:DRUPAL-6--1 function signhere_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('signhere'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/simplest_gmap/simplest_gmap.module:HEAD function simplest_gmap_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('simplest_gmap'), 'multiple values' => CONTENT_HANDLE_CORE, ) ); // contributions/modules/simplest_gmap/simplest_gmap.module:DRUPAL-6--1 function simplest_gmap_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('simplest_gmap'), 'multiple values' => CONTENT_HANDLE_CORE, ) ); // contributions/modules/simpletest/tests/Attic/field_test.module:HEAD /* N/A */ // contributions/modules/simpletest/tests/Attic/field_test.module:DRUPAL-7--1 function field_test_field_formatter_info() { return array( 'field_test_default' => array( 'label' => t('Default'), 'description' => t('Default formatter'), 'field types' => array('test_field'), 'settings' => array( 'test_formatter_setting' => 'dummy test string', ), 'behaviors' => array( 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), ), 'field_test_multiple' => array( 'label' => t('Multiple'), 'description' => t('Multiple formatter'), 'field types' => array('test_field'), 'settings' => array( 'test_formatter_setting_multiple' => 'dummy test string', ), 'behaviors' => array( 'multiple values' => FIELD_BEHAVIOR_CUSTOM, ), ), 'field_test_needs_additional_data' => array( 'label' => t('Tests hook_field_formatter_prepare_view()'), 'field types' => array('test_field'), 'settings' => array( 'test_formatter_setting_additional' => 'dummy test string', ), ), ); // contributions/modules/simpletest/tests/Attic/field_test.module:DRUPAL-7--2 /* N/A */ // contributions/modules/simpleviewer/simpleviewer.module:HEAD function simpleviewer_field_formatter_info() { return array( 'simpleviewer' => array( 'label' => t('Gallery simpleviewer'), 'multiple values' => CONTENT_HANDLER_MODULE, 'field types' => array('filefield'), ), ); // contributions/modules/simpleviewer/simpleviewer.module:DRUPAL-6--1 function simpleviewer_field_formatter_info() { return array( 'simpleviewer' => array( 'label' => t('Gallery simpleviewer'), 'multiple values' => CONTENT_HANDLER_MODULE, 'field types' => array('filefield'), ), ); // contributions/modules/sin/sin.module:HEAD function sin_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('fr_sin', 'ca_sin', 'us_sin', 'uk_sin' ), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/sin/sin.module:DRUPAL-4-7 /* N/A */ // contributions/modules/sin/sin.module:DRUPAL-5 /* N/A */ // contributions/modules/slider/slider.module:HEAD /* N/A */ // contributions/modules/slider/slider.module:DRUPAL-6--1 /* N/A */ // contributions/modules/slider/slider.module:DRUPAL-6--2 function slider_field_formatter_info() { return array( 'slider_above' => array( 'label' => t('Slider (tabs above)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'slider_below' => array( 'label' => t('Slider (tabs below)'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/slidesharefield/Attic/slidesharefield.field.inc:HEAD /* N/A */ // contributions/modules/slidesharefield/Attic/slidesharefield.field.inc:DRUPAL-6--1 function slidesharefield_field_formatter_info(){ return array( 'slideshare' => array( 'label' => t('Slide Share Embeded'), 'field types' => array( 'filefield' ), 'description' => t('Displays uploaded Slideshare.net files in Embeded form.') ), 'slideshare_thumbnail' => array( 'label' => t('Slide Share Thumnail'), 'field types' => array( 'filefield' ), 'description' => t('Displays Thumnail for Slide Share Uploaded file.') ) ); // contributions/modules/slideshow_creator/Attic/slideshow_creator_cck.module:HEAD /* N/A */ // contributions/modules/slideshow_creator/Attic/slideshow_creator_cck.module:DRUPAL-5 /* N/A */ // contributions/modules/slideshow_creator/slideshow_creator.cck.inc:HEAD function slideshow_creator_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'arguments' => array('element'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('slideshow'), ), ); return $formatters; // contributions/modules/slideshow_creator/slideshow_creator.cck.inc:DRUPAL-5 function slideshow_creator_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'field types' => array('slideshow'), ), ); return $formatters; // contributions/modules/slideshow_creator/slideshow_creator.cck.inc:DRUPAL-6--1 function slideshow_creator_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'arguments' => array('element'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('slideshow'), ), ); return $formatters; // contributions/modules/slideshow_creator/slideshow_creator.cck.inc:DRUPAL-7--1 function slideshow_creator_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'arguments' => array('element'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('slideshow'), ), ); return $formatters; // contributions/modules/slideshow_creator/slideshow_creator.cck.inc:HEAD function slideshow_creator_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'arguments' => array('element'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('slideshow'), ), ); return $formatters; // contributions/modules/slideshow_creator/slideshow_creator.cck.inc:DRUPAL-5 function slideshow_creator_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'field types' => array('slideshow'), ), ); return $formatters; // contributions/modules/slideshow_creator/slideshow_creator.cck.inc:DRUPAL-6--1 function slideshow_creator_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'arguments' => array('element'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('slideshow'), ), ); return $formatters; // contributions/modules/slideshow_creator/slideshow_creator.cck.inc:DRUPAL-7--1 function slideshow_creator_field_formatter_info() { $formatters = array( 'default' => array( 'label' => 'Default', 'arguments' => array('element'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('slideshow'), ), ); return $formatters; // contributions/modules/slinky/modules/slinky_link/slinky_link.module:HEAD function slinky_field_formatter_info() { $formatters = array(); foreach (slinky_preset_names() as $name => $label) { $formatters['slinky_'. $name] = array( 'label' => t('List of links with @preset social icons', array('@preset' => $label)), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_MODULE, ); $formatters['slinky_'. $name .'_only'] = array( 'label' => t('@preset social networking links only', array('@preset' => $label)), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_MODULE, ); } return $formatters; // contributions/modules/smackdown/smackdown.module:HEAD /* N/A */ // contributions/modules/smackdown/smackdown.module:DRUPAL-5--2 /* N/A */ // contributions/modules/smackdown/smackdown.module:DRUPAL-6--1 function smackdown_field_formatter_info() { return array( 'smackdown' => array( 'label' => t('Smackdown reference'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Display the referenced node according to the smackdown settings.'), ), ); // contributions/modules/smartlook/smartlook.module:HEAD function smartlook_field_formatter_info() { return array( 'flash' => array( 'label' => t('Generic files - Issuu Smart Look'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/smartlook/smartlook.module:DRUPAL-6--1 function smartlook_field_formatter_info() { return array( 'flash' => array( 'label' => t('Generic files - Issuu Smart Look'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/smsframework/modules/Attic/sms_sendtophone.module:HEAD /* N/A */ // contributions/modules/smsframework/modules/Attic/sms_sendtophone.module:DRUPAL-5 /* N/A */ // contributions/modules/smsframework/modules/sms_sendtophone/sms_sendtophone.module:HEAD function sms_sendtophone_field_formatter_info() { return array( 'sms_sendtophone' => array( 'label' => t('SMS Link'), 'field types' => array('text'), ), ); // contributions/modules/smsframework/modules/sms_sendtophone/sms_sendtophone.module:DRUPAL-5 function sms_sendtophone_field_formatter_info() { return array( 'sms_sendtophone' => array( 'label' => t('SMS Link'), 'field types' => array('text'), ), ); // contributions/modules/smsframework/modules/sms_sendtophone/sms_sendtophone.module:DRUPAL-6--1 function sms_sendtophone_field_formatter_info() { return array( 'sms_sendtophone' => array( 'label' => t('SMS Link'), 'field types' => array('text'), ), ); // contributions/modules/smsframework/modules/sms_sendtophone/sms_sendtophone.module:DRUPAL-6--2 function sms_sendtophone_field_formatter_info() { return array( 'sms_sendtophone' => array( 'label' => t('SMS Link'), 'field types' => array('text'), ), ); // contributions/modules/soundcloudfield/soundcloudfield.module:HEAD function soundcloudfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('soundcloudfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/soundcloudfield/soundcloudfield.module:DRUPAL-6--1 function soundcloudfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('soundcloudfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/soundmanager2/sm2_audio/Attic/sm2_audio.module:HEAD /* N/A */ // contributions/modules/soundmanager2/sm2_audio/Attic/sm2_audio.module:DRUPAL-6--2 /* N/A */ // contributions/modules/soundmanager2/sm2_audio/Attic/sm2_audio.module:DRUPAL-7--2 /* N/A */ // contributions/modules/soundmanager2/sm2_plst_cck/Attic/sm2_plst_cck.module:HEAD /* N/A */ // contributions/modules/soundmanager2/sm2_plst_cck/Attic/sm2_plst_cck.module:DRUPAL-6--2 function sm2_plst_cck_field_formatter_info() { $formatterinfo_filefield = array(); $formatterinfo_audio = array(); if (module_exists('filefield')) { $formatterinfo_filefield = array( // The machine name of the formatter. 'ff_sm2' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('SoundManager 2, page-player style'), // An array of the field types this formatter // can be used on. 'field types' => array('filefield'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. //'multiple values' => CONTENT_HANDLE_CORE, 'multiple values' => CONTENT_HANDLE_MODULE, ), 'ui360_ff_sm2' => array( 'label' => t('SoundManager 2, ui360 style'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); } if (module_exists('audio')) { $formatterinfo_audio = array( 'audio_sm2' => array( 'label' => t('Audio node. SM2 page-player style'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'ui360_audio_sm2' => array( 'label' => t('Audio node. SM2 ui360 style'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); } $formatterinfo = array_merge($formatterinfo_filefield, $formatterinfo_audio); return $formatterinfo; } // contributions/modules/soundmanager2/sm2_plst_cck/Attic/sm2_plst_cck.module:DRUPAL-7--2 function sm2_plst_cck_field_formatter_info() { $formatterinfo_filefield = array(); $formatterinfo_audio = array(); if (module_exists('filefield')) { $formatterinfo_filefield = array( // The machine name of the formatter. 'ff_sm2' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('SoundManager 2, page-player style'), // An array of the field types this formatter // can be used on. 'field types' => array('filefield'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. //'multiple values' => CONTENT_HANDLE_CORE, 'multiple values' => CONTENT_HANDLE_MODULE, ), 'ui360_ff_sm2' => array( 'label' => t('SoundManager 2, ui360 style'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); } if (module_exists('audio')) { $formatterinfo_audio = array( 'audio_sm2' => array( 'label' => t('Audio node. SM2 page-player style'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'ui360_audio_sm2' => array( 'label' => t('Audio node. SM2 ui360 style'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); } $formatterinfo = array_merge($formatterinfo_filefield, $formatterinfo_audio); return $formatterinfo; } // contributions/modules/soundmanager2/soundmanager2.module:HEAD function soundmanager2_field_formatter_info() { return array( // The machine name of the formatter. 'soundmanager2' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('SoundManager 2'), // An array of the field types this formatter // can be used on. 'field types' => array('filefield'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. //'multiple values' => CONTENT_HANDLE_CORE, 'multiple values' => CONTENT_HANDLE_MODULE, ), //'plain' => array( // 'label' => t('Plain text'), // 'field types' => array('soundmanager2'), // 'multiple values' => CONTENT_HANDLE_CORE, //), ); } /** * Theme function for 'default' soundmanager2 field formatter. * * $element['#item']: the sanitized $delta value for the item, * $element['#field_name']: the field name, * $element['#type_name']: the $node->type, * $element['#formatter']: the $formatter_name, * $element'#node']: the $node, * $element['#delta']: the delta of this item, like '0', * */ //function theme_soundmanager2_formatter_default($element) { // return $element['#item']['safe']; //} // ///** // * Theme function for 'plain' soundmanager2 field formatter. // */ //function theme_soundmanager2_formatter_plain($element) { // return strip_tags($element['#item']['safe']); //} /** * Theme function for 'soundmanager2' soundmanager2 field formatter. */ //function theme_soundmanager2_formatter_soundmanager2($element) { // //return strip_tags($element['#item']['safe']); // // If the element is empty return // // // Initialise an array for results // $files = array(); // // Get the children // $children = element_children($element); // // Cycle through the file elements // $html_code = '
'; // // If files array is empty then there is nothing to be rendered // if (empty($files)) { // return; // } // // But if we got something then we can call swf() now to render it // //return $files; // return $html_code; // // contributions/modules/soundmanager2/soundmanager2.module:DRUPAL-6--1 function soundmanager2_field_formatter_info() { $formatterinfo_filefield = array(); $formatterinfo_audio = array(); if (module_exists('filefield')) { $formatterinfo_filefield = array( // The machine name of the formatter. 'soundmanager2' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('SoundManager 2'), // An array of the field types this formatter // can be used on. 'field types' => array('filefield'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. //'multiple values' => CONTENT_HANDLE_CORE, 'multiple values' => CONTENT_HANDLE_MODULE, ), ); } if (module_exists('audio')) { $formatterinfo_audio = array( 'audiosm2' => array( 'label' => t('Audio integration. Soundmanager2'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); } $formatterinfo = array_merge($formatterinfo_filefield, $formatterinfo_audio); return $formatterinfo; } // contributions/modules/soundmanager2/soundmanager2.module:DRUPAL-6--2 /* N/A */ // contributions/modules/soundmanager2/soundmanager2.module:DRUPAL-7--2 /* N/A */ // contributions/modules/sport/sport_game/sport_game.module:HEAD function sport_game_field_formatter_info() { return array( 'sport_result' => array( 'label' => t('Sport result'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'sport_schedule_team_name' => array( 'label' => t('Team name'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'referenced_team_name' => array( 'label' => t('Team name'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/sport/sport_game/sport_game.module:DRUPAL-6--1 function sport_game_field_formatter_info() { return array( 'sport_result' => array( 'label' => t('Sport result'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'sport_schedule_team_name' => array( 'label' => t('Team name'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'referenced_team_name' => array( 'label' => t('Team name'), 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/sport/sport_league/sport_league_member.module:HEAD function sport_league_member_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('sport_league_member'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/sport/sport_league/sport_league_member.module:DRUPAL-6--1 function sport_league_member_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('sport_league_member'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/sport/sport_team/sport_team_member.module:HEAD function sport_team_member_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('sport_team_member'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'role' => array( 'label' => t('Role'), 'field types' => array('sport_team_member'), ), ); // contributions/modules/sport/sport_team/sport_team_member.module:DRUPAL-6--1 function sport_team_member_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('sport_team_member'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'member_with_contact' => array( 'label' => t('Default + Contact information'), 'field types' => array('sport_team_member'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'role' => array( 'label' => t('Role'), 'field types' => array('sport_team_member'), ), ); // contributions/modules/sport/sport_type/sport_type_field.module:HEAD function sport_type_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('sport_type_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/sport/sport_type/sport_type_field.module:DRUPAL-6--1 function sport_type_field_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('sport_type_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/spotify/modules/spotifyfield/spotifyfield.module:HEAD function spotifyfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('spotifyfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('spotifyfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'extended' => array( 'label' => t('Extended'), 'field types' => array('spotifyfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/sprite/sprite.module:HEAD /* N/A */ // contributions/modules/sprite/sprite.module:DRUPAL-6--1 function sprite_field_formatter_info() { $formatters = array(); $formatters['sprite_html'] = array( 'label' => t('Sprite HTML'), 'field types' => array('image', 'filefield'), 'description' => t('Returns the HTML code snippet to display the image as a CSS sprite.'), ); foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_sprite'] = array( 'label' => t('@preset sprite', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } return $formatters; // contributions/modules/starrating/starrating.module:HEAD function starrating_field_formatter_info() { return array( 'starrating_rating_formatter' => array( 'label' => t('Star rating'), 'field types' => array('number_integer', 'list_number', 'starrating_rating'), 'settings' => array( 'fill_blank' => 1, 'icon_type' => 'star', 'icon_color' => 1, ), ), ); // contributions/modules/statereference/statereference.module:HEAD function statereference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('statereference'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('statereference'), ), ); // contributions/modules/statereference/statereference.module:DRUPAL-4-7 function statereference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('statereference'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('statereference'), ), ); // contributions/modules/statereference/statereference.module:DRUPAL-5 function statereference_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('statereference'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('statereference'), ), ); // contributions/modules/striptags_format/DRUPAL-6--1-0/Attic/striptags_format.module:HEAD /* N/A */ // contributions/modules/striptags_format/striptags_format.module:HEAD function striptags_format_field_formatter_info() { return array( 'striptags' => array( 'label' => t('Strip HTML'), 'field types' => array( 'text', 'link', ), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/styles/contrib/file_styles/Attic/file_styles.module:HEAD /* N/A */ // contributions/modules/styles/contrib/file_styles/Attic/file_styles.module:DRUPAL-7--1 /* N/A */ // contributions/modules/styles/contrib/file_styles/Attic/file_styles.module:DRUPAL-7--2 /* N/A */ // contributions/modules/styles/styles.module:HEAD /* N/A */ // contributions/modules/styles/styles.module:DRUPAL-6--1 function styles_field_formatter_info() { $info = array(); $presets = styles_presets(); foreach ($presets as $field_type => $styles) { foreach ($styles as $style_name => $style) { $info['styles_' . $field_type . '_' . $style_name] = array( 'label' => t('@field Style: @style', array('@field' => ucfirst($field_type), '@style' => $style_name)), 'field types' => array($field_type), ); } } return $info; // contributions/modules/styles/styles.module:DRUPAL-6--2 function styles_field_formatter_info() { $info = array(); $styles = styles_default_styles(); foreach ($styles as $field_type => $field_styles) { foreach ($field_styles['styles'] as $style_name => $style) { $info['styles_' . $field_type . '_' . $style_name] = array( 'label' => t('@field style: @style', array('@field' => ucfirst($field_type), '@style' => t($style['label']))), 'field types' => array($field_type), ); } } return $info; // contributions/modules/styles/styles.module:DRUPAL-7--1 function styles_field_formatter_info() { $info = array(); $presets = styles_presets(); foreach ($presets as $field_type => $styles) { foreach ($styles as $style_name => $style) { $info['styles_' . $field_type . '_' . $style_name] = array( 'label' => t('@field Style: @style', array('@field' => ucfirst($field_type), '@style' => $style_name)), 'field types' => array($field_type), 'behaviors' => array( 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'theme' => array('function' => 'theme_styles_field_formatter') ); } } return $info; // contributions/modules/styles/styles.module:DRUPAL-7--2 function styles_field_formatter_info() { $info = array(); foreach (styles_default_styles() as $field_type => $styles) { foreach ($styles['styles'] as $style) { $style_name = $style['name']; $info['styles_' . $field_type . '_' . $style_name] = array( 'label' => t('@field style: @style', array('@field' => ucfirst($field_type), '@style' => $style_name)), 'field types' => array($field_type), 'behaviors' => array( 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'theme' => array('function' => 'theme_styles_field_formatter') ); } } return $info; // contributions/modules/subform/Attic/content_type_reference.module:HEAD /* N/A */ // contributions/modules/subform/Attic/content_type_reference.module:DRUPAL-4-7 function content_type_reference_field_formatter_info() { return array( 'default' => array( 'label' => 'Content Type Reference', 'field types' => array('content_type_reference'), ), ); // contributions/modules/subform/subform.module:HEAD Notice: Uninitialized string offset: 1 in /home/drupalmirror/tokenize.php on line 23 Call Stack: 0.0005 62912 1. {main}() /home/drupalmirror/tokenize.php:0 /* N/A */ // contributions/modules/subform/subform.module:DRUPAL-4-7 function subform_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('subform'), ), 'plain' => array( 'label' => 'Plain text', 'field types' => array('subform'), ), ); // contributions/modules/subform/subform.module:DRUPAL-4-7--2 function subform_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('subform'), ), ); // contributions/modules/subform/subform.module:DRUPAL-5 function subform_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('subform'), ), ); // contributions/modules/swfield/swfield.module:HEAD function swfield_field_formatter_info() { return array( 'swfield' => array('label' => t('SWField'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'swfield_with_file' => array('label' => t('SWField with download link'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/swfield/swfield.module:DRUPAL-6--1 function swfield_field_formatter_info() { return array( 'swfield' => array('label' => t('SWField'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'swfield_with_file' => array('label' => t('SWField with download link'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/swflink/Attic/swftools_link.module:HEAD /* N/A */ // contributions/modules/swflink/swflink.module:HEAD function swflink_field_formatter_info() { return array( 'swflink_no_file' => array('label' => t('SWF Link- no download link'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'swflink_playlist' => array('label' => t('SWF Link - playlist'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'swflink' => array('label' => t('SWF Link - with download link'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'swflink_enclosure' => array('label' => t('RSS Enclosure'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/swflink/swflink.module:DRUPAL-6--1 function swflink_field_formatter_info() { return array( 'swflink_no_file' => array('label' => t('SWF Link- no download link'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'swflink_playlist' => array('label' => t('SWF Link - playlist'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'swflink' => array('label' => t('SWF Link - with download link'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/swftools/profiles/swftools_profiles.module:HEAD function swftools_profiles_field_formatter_info() { // Initialise an array to hold results $profiles = array(); // Iterate over each profile and create a formatter for it foreach (swftools_profiles_get_profiles() as $profile) { $profiles['swftools_profiles_' . $profile['profile']] = array( 'label' => t('SWF Tools profile - @name', array('@name' => $profile['name'])), 'field types' => array('filefield', 'link', 'text'), 'multiple values' => $profile['multiple'], ); } // Return the result return $profiles; // contributions/modules/swftools/profiles/swftools_profiles.module:DRUPAL-6--3 function swftools_profiles_field_formatter_info() { // Initialise an array to hold results $profiles = array(); // Iterate over each profile and create a formatter for it foreach (swftools_profiles_get_profiles() as $profile) { $profiles['swftools_profiles_' . $profile['profile']] = array( 'label' => t('SWF Tools profile - @name', array('@name' => $profile['name'])), 'field types' => array('filefield', 'link', 'text'), 'multiple values' => $profile['multiple'], ); } // Return the result return $profiles; // contributions/modules/swftools/swftools.module:HEAD function swftools_field_formatter_info() { return array( 'swftools_no_file' => array('label' => t('SWF Tools - no download link'), 'field types' => array('filefield', 'link', 'text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'swftools_playlist' => array('label' => t('SWF Tools - playlist'), 'field types' => array('filefield', 'link', 'text'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'swftools' => array('label' => t('SWF Tools - with download link'), 'field types' => array('filefield', 'link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'swftools_thumbnail' => array('label' => t('SWF Tools - thumbnail'), 'field types' => array('filefield', 'link', 'text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/swftools/swftools.module:DRUPAL-5 /* N/A */ // contributions/modules/swftools/swftools.module:DRUPAL-6--1 /* N/A */ // contributions/modules/swftools/swftools.module:DRUPAL-6--2 function swftools_field_formatter_info() { return array( 'swftools_no_file' => array('label' => t('SWF Tools - no download link'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'swftools_playlist' => array('label' => t('SWF Tools - playlist'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'swftools' => array('label' => t('SWF Tools - with download link'), 'field types' => array('filefield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/swftools/swftools.module:DRUPAL-6--3 function swftools_field_formatter_info() { return array( 'swftools_no_file' => array('label' => t('SWF Tools - no download link'), 'field types' => array('filefield', 'link', 'text'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'swftools_playlist' => array('label' => t('SWF Tools - playlist'), 'field types' => array('filefield', 'link', 'text'), 'multiple values' => CONTENT_HANDLE_MODULE, ), 'swftools' => array('label' => t('SWF Tools - with download link'), 'field types' => array('filefield', 'link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'swftools_thumbnail' => array('label' => t('SWF Tools - thumbnail'), 'field types' => array('filefield', 'link', 'text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/tablefield/tablefield.module:HEAD function tablefield_field_formatter_info() { return array( 'default' => array( 'label' => t('Tabular View'), 'field types' => array('tablefield'), ), ); // contributions/modules/tablefield/tablefield.module:DRUPAL-6--1 function tablefield_field_formatter_info() { return array( 'default' => array( 'label' => t('Tabular View'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('tablefield'), ), ); // contributions/modules/tckimlikno/tckimlikno.module:HEAD function tckimlikno_field_formatter_info() { $formats = array( 'default' => array( 'label' => t('Default Text'), 'field types' => array('tckimlikno'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'showsome' => array( 'label' => t('Show First 5 Chars'), 'field types' => array('tckimlikno'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); return $formats; // contributions/modules/term_level/term_level.module:HEAD function term_level_field_formatter_info() { return array( 'term_level_default' => array( 'label' => t('Terms with level'), 'field types' => array('term_level'), ), 'term_level_group' => array( 'label' => t('Terms grouped by their level'), 'field types' => array('term_level'), ), ); // contributions/modules/term_level/term_level.module:DRUPAL-7--1 function term_level_field_formatter_info() { return array( 'term_level_default' => array( 'label' => t('Terms with level'), 'field types' => array('term_level'), ), 'term_level_group' => array( 'label' => t('Terms grouped by their level'), 'field types' => array('term_level'), ), ); // contributions/modules/text/Attic/text.module:HEAD /* N/A */ // contributions/modules/text/text_regexp.module:HEAD function text_regexp_field_formatter_info() { return array( 'default' => array( 'label' => 'Validated Text Field', 'field types' => array('text_regexp'), ) ); // contributions/modules/text_field_tags/text_field_tags.module:HEAD function text_field_tags_field_formatter_info() { return array( 'h1' => array( 'label' => t('Heading 1'), 'field types' => array('text'), ), 'h2' => array( 'label' => t('Heading 2'), 'field types' => array('text'), ), 'h3' => array( 'label' => t('Heading 3'), 'field types' => array('text'), ), 'h4' => array( 'label' => t('Heading 4'), 'field types' => array('text'), ), 'b' => array( 'label' => t('Bold'), 'field types' => array('text'), ), 'i' => array( 'label' => t('Italic'), 'field types' => array('text'), ), 'u' => array( 'label' => t('Underline'), 'field types' => array('text'), ), 'blockquote' => array( 'label' => t('Block quote (indent)'), 'field types' => array('text'), ), 'link' => array( 'label' => t('As link'), 'field types' => array('text'), ), ); // contributions/modules/text_field_tags/text_field_tags.module:DRUPAL-5 function text_field_tags_field_formatter_info() { return array( 'h1' => array( 'label' => t('Heading 1'), 'field types' => array('text'), ), 'h2' => array( 'label' => t('Heading 2'), 'field types' => array('text'), ), 'h3' => array( 'label' => t('Heading 3'), 'field types' => array('text'), ), 'h4' => array( 'label' => t('Heading 4'), 'field types' => array('text'), ), 'b' => array( 'label' => t('Bold'), 'field types' => array('text'), ), 'i' => array( 'label' => t('Italic'), 'field types' => array('text'), ), 'u' => array( 'label' => t('Underline'), 'field types' => array('text'), ), 'blockquote' => array( 'label' => t('Block quote (indent)'), 'field types' => array('text'), ), 'link' => array( 'label' => t('As link'), 'field types' => array('text'), ), ); // contributions/modules/text_noderef/text_noderef.module:HEAD function text_noderef_field_formatter_info() { return array( 'text_noderef' => array( 'label' => t('Text or nodereference'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/text_noderef/text_noderef.module:DRUPAL-6--1 function text_noderef_field_formatter_info() { return array( 'text_noderef' => array( 'label' => t('Text or nodereference'), 'field types' => array('text'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/text_regexp/text_regexp.module:HEAD function text_regexp_field_formatter_info() { return array( 'default' => array( 'label' => 'Validated Text Field', 'field types' => array('text_regexp'), ) ); // contributions/modules/textformatter/textformatter.module:HEAD function textformatter_field_formatter_info() { return array( 'text_comma' => array( 'label' => t('Commas'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('text')), 'text_comma_and' => array( 'label' => t('Commas-And'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('text')), 'text_comma_and_period' => array( 'label' => t('Commas-And-Period'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('text')), 'text_unordered_list' => array( 'label' => t('Unordered List'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('text')), 'text_ordered_list' => array( 'label' => t('Ordered List'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('text')), ); // contributions/modules/textformatter/textformatter.module:DRUPAL-6--1 function textformatter_field_formatter_info() { return array( 'text_comma' => array( 'label' => t('Commas'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('text')), 'text_comma_and' => array( 'label' => t('Commas-And'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('text')), 'text_comma_and_period' => array( 'label' => t('Commas-And-Period'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('text')), 'text_unordered_list' => array( 'label' => t('Unordered List'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('text')), 'text_ordered_list' => array( 'label' => t('Ordered List'), 'multiple values' => CONTENT_HANDLE_MODULE, 'field types' => array('text')), ); // contributions/modules/textimage/textimage.module:HEAD function textimage_field_formatter_info() { $formatters = array(); module_load_include('inc', 'textimage', 'textimage_admin'); foreach (textimage_get_presets() as $preset) { $formatters['textimage_' . $preset->name] = array( 'label' => t('Textimage:') . ' ' . $preset->name, 'field types' => array('text', 'email'), ); } return $formatters; // contributions/modules/textimage/textimage.module:DRUPAL-4-7 /* N/A */ // contributions/modules/textimage/textimage.module:DRUPAL-4-7--2 /* N/A */ // contributions/modules/textimage/textimage.module:DRUPAL-5 /* N/A */ // contributions/modules/textimage/textimage.module:DRUPAL-5--2 function textimage_field_formatter_info() { $formatters = array(); include_once(drupal_get_path('module', 'textimage') .'/textimage_admin.inc'); foreach (textimage_get_presets() as $preset) { $formatters['textimage_'. $preset->name] = array( 'label' => t('Textimage:') .' '. $preset->name, 'field types' => array('text', 'email'), ); } return $formatters; // contributions/modules/textimage/textimage.module:DRUPAL-6--2 function textimage_field_formatter_info() { $formatters = array(); module_load_include('inc', 'textimage', 'textimage_admin'); foreach (textimage_get_presets() as $preset) { $formatters['textimage_'. $preset->name] = array( 'label' => t('Textimage:') .' '. $preset->name, 'field types' => array('text', 'email'), ); } return $formatters; // contributions/modules/thickbox/thickbox.module:HEAD function thickbox_field_formatter_info() { $formatters = array(); if (module_exists('imagefield') && module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'][thickbox'] = array( 'label' => t('Thickbox: @preset image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } } return $formatters; // contributions/modules/thickbox/thickbox.module:DRUPAL-4-7 /* N/A */ // contributions/modules/thickbox/thickbox.module:DRUPAL-5 function thickbox_field_formatter_info() { $formatters = array(); if (module_exists('imagefield') && module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters['thickbox]['. $preset['presetname']] = array( 'label' => 'Thickbox: '. $preset['presetname'], 'field types' => array('image'), ); } } return $formatters; // contributions/modules/thickbox/thickbox.module:DRUPAL-6--1 function thickbox_field_formatter_info() { $formatters = array(); if (module_exists('imagefield') && module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'][thickbox'] = array( 'label' => t('Thickbox: @preset image', array('@preset' => $preset['presetname'])), 'field types' => array('image', 'filefield'), ); } } return $formatters; // contributions/modules/thumbalizr/thumbalizr.module:HEAD function thumbalizr_field_formatter_info() { return array( 'thumbalizr' => array( 'label' => t('Thumbnail'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbalizr_link' => array( 'label' => t('Thumbnail link'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbalizr_large' => array( 'label' => t('Thumbnail (large)'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbalizr_large_link' => array( 'label' => t('Thumbnail link (large)'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbalizr_title' => array( 'label' => t('Thumbnail (with title)'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'thumbalizr_large_title' => array( 'label' => t('Thumbnail link (with title)'), 'field types' => array('link'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/timer/timer.module:HEAD function timer_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('timer'), ), ); // contributions/modules/timer/timer.module:DRUPAL-5 function timer_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('timer'), ), ); // contributions/modules/timetracker/timetracker.module:HEAD function timetracker_field_formatter_info() { return array( 'default' => array( 'label' => t('Raw text'), 'field types' => array('elapsed'), ), ); // contributions/modules/tinyplayer/tinyplayer.module:HEAD function tinyplayer_field_formatter_info() { $formatters = array(); if (file_exists(drupal_get_path('module', 'tinyplayer') .'/tinyplayer.swf')) { $formatters['tinyplayer'] = array( 'label' => t('Tiny Player'), 'field types' => array('file_audio', 'link'), ); } return $formatters; // contributions/modules/topsy/topsy_cck/topsy_cck.module:HEAD function topsy_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Default (Big)'), 'field types' => array('topsy'), ), 'small' => array( 'label' => t('Small button'), 'field types' => array('topsy'), ), ); // contributions/modules/topsy/topsy_cck/topsy_cck.module:DRUPAL-6--1 function topsy_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Default (Big)'), 'field types' => array('topsy'), ), 'small' => array( 'label' => t('Small button'), 'field types' => array('topsy'), ), ); // contributions/modules/trackfield/trackfield.module:HEAD function trackfield_field_formatter_info() { $formatters = array( 'default' => array('label' => 'unformatted', 'field types' => array('track')) ); return $formatters; // contributions/modules/trackfield/trackfield.module:DRUPAL-5 function trackfield_field_formatter_info() { $formatters = array( 'default' => array('label' => 'unformatted', 'field types' => array('track')) ); return $formatters; // contributions/modules/trackfield/trackfield.module:DRUPAL-6--1 function trackfield_field_formatter_info() { $formatters = array( 'default' => array('label' => 'unformatted', 'field types' => array('track')) ); return $formatters; // contributions/modules/trackfield/trackfield_graph.module:HEAD function trackfield_graph_field_formatter_info() { $formatters = array(); global $trackfield_format_sizes; foreach (array_keys($trackfield_format_sizes) as $formatter) { $formatters[$formatter] = array('label' => $formatter, 'field types' => array('trackgraph')); } return $formatters; // contributions/modules/trackfield/trackfield_graph.module:DRUPAL-5 function trackfield_graph_field_formatter_info() { $formatters = array(); $trackfield_format_sizes = variable_get('trackfield_graph_format_sizes', array()); foreach (array_keys($trackfield_format_sizes) as $formatter) { $formatters[$formatter] = array('label' => $formatter, 'field types' => array('trackgraph')); } return $formatters; // contributions/modules/trackfield/trackfield_graph.module:DRUPAL-6--1 function trackfield_graph_field_formatter_info() { $formatters = array(); $trackfield_format_sizes = variable_get('trackfield_graph_format_sizes', array()); foreach (array_keys($trackfield_format_sizes) as $formatter) { $formatters[$formatter] = array('label' => $formatter, 'field types' => array('trackgraph')); } return $formatters; // contributions/modules/trackfield/trackfield_map.module:HEAD function trackfield_map_field_formatter_info() { $formatters = array(); global $trackfield_map_format_sizes; foreach (array_keys($trackfield_map_format_sizes) as $formatter) { $formatters[$formatter] = array('label' => $formatter, 'field types' => array('trackmap')); } return $formatters; // contributions/modules/trackfield/trackfield_map.module:DRUPAL-5 function trackfield_map_field_formatter_info() { $formatters = array(); global $trackfield_map_format_sizes; foreach (array_keys($trackfield_map_format_sizes) as $formatter) { $formatters[$formatter] = array('label' => $formatter, 'field types' => array('trackmap')); } return $formatters; // contributions/modules/trackfield/trackfield_map.module:DRUPAL-6--1 function trackfield_map_field_formatter_info() { $formatters = array(); $trackfield_map_format_sizes = variable_get('trackfield_map_format_sizes', array()); foreach (array_keys($trackfield_map_format_sizes) as $formatter) { $formatters[$formatter] = array('label' => $formatter, 'field types' => array('trackmap')); } return $formatters; // contributions/modules/trackfield/trackfield_stats.module:HEAD function trackfield_stats_field_formatter_info() { global $_trackfield_norm_types; $formatters = array( 'default' => array('label' => 'Default', 'field types' => array('trackstat')), 'metric' => array('label' => 'Metric - Auto', 'field types' => array('trackstat')), 'm' => array('label' => '9999m', 'field types' => array('trackstat')), 'km' => array('label' => '9.99Km', 'field types' => array('trackstat')), 'pct' => array('label' => '9.9%', 'field types' => array('trackstat')), 'hh:mm:ss' => array('label' => 'hh:mm:ss', 'field types' => array('trackstat')), '99h99m99s' => array('label' => '99h99m99s', 'field types' => array('trackstat')), ); return $formatters; // contributions/modules/trackfield/trackfield_stats.module:DRUPAL-5 function trackfield_stats_field_formatter_info() { global $_trackfield_norm_types; $formatters = array( 'default' => array('label' => 'Default', 'field types' => array('trackstat')), 'metric' => array('label' => 'Metric - Auto', 'field types' => array('trackstat')), 'm' => array('label' => '9999m', 'field types' => array('trackstat')), 'km' => array('label' => '9.99Km', 'field types' => array('trackstat')), 'pct' => array('label' => '9.9%', 'field types' => array('trackstat')), 'hh:mm:ss' => array('label' => 'hh:mm:ss', 'field types' => array('trackstat')), '99h99m99s' => array('label' => '99h99m99s', 'field types' => array('trackstat')), ); return $formatters; // contributions/modules/trackfield/trackfield_stats.module:DRUPAL-6--1 function trackfield_stats_field_formatter_info() { global $_trackfield_norm_types; $formatters = array( 'default' => array('label' => 'Default', 'field types' => array('trackstat')), 'metric' => array('label' => 'Metric - Auto', 'field types' => array('trackstat')), 'm' => array('label' => '9999m', 'field types' => array('trackstat')), 'km' => array('label' => '9.99Km', 'field types' => array('trackstat')), 'pct' => array('label' => '9.9%', 'field types' => array('trackstat')), 'hh:mm:ss' => array('label' => 'hh:mm:ss', 'field types' => array('trackstat')), '99h99m99s' => array('label' => '99h99m99s', 'field types' => array('trackstat')), ); return $formatters; // contributions/modules/transcription/transcription.module:HEAD function transcription_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('transcription'), ) ); // contributions/modules/transcription/transcription.module:DRUPAL-5 function transcription_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('transcription'), ) ); // contributions/modules/treeable/treeable.module:HEAD function treeable_field_formatter_info() { $field_types = array_keys(field_info_field_types()); return array( 'treeable_list' => array( 'label' => t('Hierarchical tree list'), 'field types' => $field_types, 'settings' => array('subformatter' => '', 'subformatter_settings' => array()) ), ); // contributions/modules/twci_weather/twci_locid/twci_locid.module:HEAD function twci_locid_field_formatter_info() { return array( 'default' => array( 'label' => t('Autocomplete'), 'field types' => array('twci_locid'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/twistage/twistage_publish.module:HEAD /* N/A */ // contributions/modules/twistage/twistage_publish.module:DRUPAL-5 /* N/A */ // contributions/modules/twistage/twistage_publish.module:DRUPAL-6--1 function twistage_publish_field_formatter_info() { return array( 'default' => array( 'label' => t('Flash video player'), 'field types' => array('twistage'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/twoi/twoi.module:HEAD function twoi_field_formatter_info() { $formats = array( 'default' => array( 'label' => t('Default 2i image'), 'field types' => array('twoi'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); return $formats; // contributions/modules/tzfield/Attic/tzfield.module:HEAD /* N/A */ // contributions/modules/tzfield/Attic/tzfield.module:DRUPAL-6--1 function tzfield_field_formatter_info() { return array( 'default' => array( 'label' => 'Timezone name', 'field types' => array('timezone'), ), 'abbreviation' => array( 'label' => 'Current timezone abbreviation', 'field types' => array('timezone'), ), 'medium' => array( 'label' => 'Current medium date format', 'field types' => array('timezone'), ), 'rfc2822' => array( 'label' => 'Current RFC 2822 date', 'field types' => array('timezone'), ), ); // contributions/modules/tzfield/Attic/tzfield.module:DRUPAL-7--1 function tzfield_field_formatter_info() { return array( 'tzfield_default' => array( 'label' => 'Time zone name', 'field types' => array('tzfield'), ), 'tzfield_date' => array( 'label' => 'Formatted current date', 'field types' => array('tzfield'), 'settings' => array( 'format' => 'T', ), ), ); // contributions/modules/ubercart/uc_product/uc_product.module:HEAD function uc_product_field_formatter_info() { return array( 'uc_product_image' => array( 'label' => t('Ubercart product'), 'description' => t('The first image is displayed with the "uc_product" image style, and subsequent images are displayed below it with the "uc_thumbnail" image style.'), 'field types' => array('image'), ), ); // contributions/modules/ubercart/uc_product/uc_product.module:DRUPAL-5 /* N/A */ // contributions/modules/ubercart/uc_product/uc_product.module:DRUPAL-6--2 /* N/A */ // contributions/modules/uc_cart_widget/uc_cart_widget.module:HEAD function uc_cart_widget_field_formatter_info() { return array( 'default' => array( 'label' => t('Add to Cart (w/attributes)'), 'field types' => array('uc_cart_widget'), ), 'plain' => array( 'label' => t('Add to Cart (no attributes)'), 'field types' => array('uc_cart_widget'), ), ); // contributions/modules/uc_cart_widget/uc_cart_widget.module:DRUPAL-5 function uc_cart_widget_field_formatter_info() { return array( 'default' => array( 'label' => t('Add to Cart (w/attributes)'), 'field types' => array('uc_cart_widget'), ), 'plain' => array( 'label' => t('Add to Cart (no attributes)'), 'field types' => array('uc_cart_widget'), ), ); // contributions/modules/uc_discounts_alt/codeless_discounts_field/codeless_discounts_field.module:HEAD function codeless_discounts_field_field_formatter_info() { return array( "default" => array( "label" => "Discount Description", "field types" => array("codeless_discounts"), ), ); // contributions/modules/uc_discounts_alt/codeless_discounts_field/codeless_discounts_field.module:DRUPAL-6--2 function codeless_discounts_field_field_formatter_info() { return array( "default" => array( "label" => "Discount Description", "field types" => array("codeless_discounts"), ), ); // contributions/modules/uc_discounts_alt/codeless_discounts_field/codeless_discounts_field.module:HEAD function codeless_discounts_field_field_formatter_info() { return array( "default" => array( "label" => "Discount Description", "field types" => array("codeless_discounts"), ), ); // contributions/modules/uc_discounts_alt/codeless_discounts_field/codeless_discounts_field.module:DRUPAL-6--2 function codeless_discounts_field_field_formatter_info() { return array( "default" => array( "label" => "Discount Description", "field types" => array("codeless_discounts"), ), ); // contributions/modules/uc_discounts_alt/product_price_alterer_field/product_price_alterer_field.module:HEAD function product_price_alterer_field_field_formatter_info() { return array( "default" => array( "label" => "Discounted Price", "field types" => array("discounted_price"), ), ); // contributions/modules/uc_discounts_alt/product_price_alterer_field/product_price_alterer_field.module:DRUPAL-6--2 function product_price_alterer_field_field_formatter_info() { return array( "default" => array( "label" => "Discounted Price", "field types" => array("discounted_price"), ), ); // contributions/modules/uc_discounts_alt/product_price_alterer_field/product_price_alterer_field.module:HEAD function product_price_alterer_field_field_formatter_info() { return array( "default" => array( "label" => "Discounted Price", "field types" => array("discounted_price"), ), ); // contributions/modules/uc_discounts_alt/product_price_alterer_field/product_price_alterer_field.module:DRUPAL-6--2 function product_price_alterer_field_field_formatter_info() { return array( "default" => array( "label" => "Discounted Price", "field types" => array("discounted_price"), ), ); // contributions/modules/uc_subproduct/uc_subproduct.module:HEAD function uc_subproduct_field_formatter_info() { $formatters = array(); $formatters['cart_table_form'] = array( 'label' => 'UC Sub-product add to cart form', 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ); return $formatters; // contributions/modules/uc_subproduct/uc_subproduct.module:DRUPAL-6--1 function uc_subproduct_field_formatter_info() { $formatters = array(); $formatters['cart_table_form'] = array( 'label' => 'UC Sub-product add to cart form', 'field types' => array('nodereference'), 'multiple values' => CONTENT_HANDLE_MODULE, ); return $formatters; // contributions/modules/ud/ud.module:HEAD /* N/A */ // contributions/modules/ud/ud.module:DRUPAL-6--1 function ud_field_formatter_info() { $formatters = array(); if (module_exists('userreference')) { $build_modes = ds_get_build_modes('ud', TRUE); foreach ($build_modes as $key => $build_mode) { $formatters['user_'. $key] = array( 'label' => t('Build mode: @build_mode', array('@build_mode' => $build_mode['title'])), 'field types' => array('userreference'), 'multiple values' => CONTENT_HANDLE_CORE, ); } } return $formatters; // contributions/modules/upcfield/upcfield.module:HEAD function upcfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('upcfield'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_CORE, ), 'image' => array( 'label' => t('Barcode image'), 'field types' => array('upcfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/update_feed_cck/update_feed_cck.formatter.inc:HEAD function update_feed_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Table(all fields)'), 'field types' => array('update_feed_cck'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays modules in a table with the shortname, server, api and version'), ), 'api_version' => array( 'label' => t('API Versions'), 'field types' => array('update_feed_cck'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays the api-versions of the module attached'), ), 'server_key' => array( 'label' => t('Server key'), 'field types' => array('update_feed_cck'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays the server_key of the module attached'), ), 'short_name' => array( 'label' => t('Short Name(Module name)'), 'field types' => array('update_feed_cck'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays the short_name of the module attached'), ), 'module_release' => array( 'label' => t('Release'), 'field types' => array('update_feed_cck'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays the version of the module attached'), ), ); // contributions/modules/update_feed_cck/update_feed_cck.formatter.inc:DRUPAL-6--1 function update_feed_cck_field_formatter_info() { return array( 'default' => array( 'label' => t('Table(all fields)'), 'field types' => array('update_feed_cck'), 'multiple values' => CONTENT_HANDLE_MODULE, 'description' => t('Displays modules in a table with the shortname, server, api and version'), ), 'api_version' => array( 'label' => t('API Versions'), 'field types' => array('update_feed_cck'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays the api-versions of the module attached'), ), 'server_key' => array( 'label' => t('Server key'), 'field types' => array('update_feed_cck'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays the server_key of the module attached'), ), 'short_name' => array( 'label' => t('Short Name(Module name)'), 'field types' => array('update_feed_cck'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays the short_name of the module attached'), ), 'module_release' => array( 'label' => t('Release'), 'field types' => array('update_feed_cck'), 'multiple values' => CONTENT_HANDLE_CORE, 'description' => t('Displays the version of the module attached'), ), ); // contributions/modules/uploadfield/uploadfield.module:HEAD function uploadfield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('link'), 'field types' => array('uploadfield'), ), 'open' => array( 'label' => t('open'), 'field types' => array('uploadfield'), ), ); return $formatters; // contributions/modules/urlcontentfield/urlcontentfield.module:HEAD function urlcontentfield_field_formatter_info() { return array( 'urlcontentfield_default' => array( 'label' => t('Default'), 'field types' => array('urlcontent'), ), ); } // contributions/modules/urlcontentfield/urlcontentfield.module:DRUPAL-7--1 function urlcontentfield_field_formatter_info() { return array( 'urlcontentfield_default' => array( 'label' => t('Default'), 'field types' => array('urlcontent'), ), ); } // contributions/modules/user_reference/user_reference.module:HEAD function user_reference_field_formatter_info() { return array( 'user_reference_default' => array( 'label' => t('Default'), 'description' => t("Display the name of the referenced user as a link to the user's profile page."), 'field types' => array('user_reference'), ), 'user_reference_plain' => array( 'label' => t('Plain text'), 'description' => t('Display the name of the referenced user as plain text.'), 'field types' => array('user_reference'), ), ); // contributions/modules/vat/vat.module:HEAD function vat_field_formatter_info() { $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => array('vat'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); return $formats; // contributions/modules/vat/vat.module:DRUPAL-6--1 function vat_field_formatter_info() { $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => array('vat'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); return $formats; // contributions/modules/vcalfield/vcalfield.module:HEAD function vcalfield_field_formatter_info() { return array( 'default' => array( 'label' => 'VCalendar', 'field types' => array('vcal'), ) ); // contributions/modules/vcalfield/vcalfield.module:DRUPAL-5 function vcalfield_field_formatter_info() { return array( 'default' => array( 'label' => 'VCalendar', 'field types' => array('vcalfield'), ) ); // contributions/modules/viddler/viddler.module:HEAD function viddler_field_formatter_info() { $types = array('viddler_video', ); return array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'video_video' => array( 'label' => t('Full Size Video'), 'field types' => $types, ), 'video_preview' => array( 'label' => t('Preview Video'), 'field types' => $types, ), 'video_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'video_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), 'video_update_view_detail' => array( 'label' => t('Update View Detail'), 'field types' => $types, ), ); // contributions/modules/viddler/viddler.module:DRUPAL-6--1 function viddler_field_formatter_info() { $types = array('viddler_video', ); return array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'video_video' => array( 'label' => t('Full Size Video'), 'field types' => $types, ), 'video_preview' => array( 'label' => t('Preview Video'), 'field types' => $types, ), 'video_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'video_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), 'video_update_view_detail' => array( 'label' => t('Update View Detail'), 'field types' => $types, ), ); // contributions/modules/video/Attic/video.field.inc:HEAD /* N/A */ // contributions/modules/video/Attic/video.field.inc:DRUPAL-7--1 function video_field_formatter_info() { $formatters = array( 'video' => array( 'label' => t('Video'), 'field types' => array('video'), // 'settings' => array('video_style' => '', 'video_link' => ''), ), 'video_thumbnail' => array( 'label' => t('Video thumbnail'), 'field types' => array('video'), 'settings' => array('video_style' => '', 'video_link' => ''), ), //'video_colorbox' => array( // 'label' => t('Video Thumbnail to Colorbox'), // 'field types' => array('filefield'), // 'description' => t('Displays the video thumbnail and adds colorbox support.'), //), // 'video_media_js' => array( // 'label' => t('Video inject with jMedia'), // 'field types' => array('video'), // 'description' => t('Displays the video by using jmedia javascript.'), // ), ); return $formatters; // contributions/modules/video/types/uploadfield/Attic/uploadfield.module:HEAD /* N/A */ // contributions/modules/video/types/uploadfield/Attic/uploadfield.module:DRUPAL-6--3 function uploadfield_field_formatter_info() { $module_path = drupal_get_path('module', 'uploadfield'); $formatters = array( 'video_plain' => array( 'label' => t('video'), 'field types' => array('filefield'), 'description' => t('Displays video files with player embedded.'), ), 'video_nodelink' => array( 'label' => t('video thumbnail linked to video'), 'field types' => array('filefield'), 'description' => t('Displays video thumb files then the video.'), ), // 'video_imagelink' => array( // 'label' => t('Video Thumbnail linked to video file download'), // 'field types' => array('filefield'), // 'description' => t('Displays video files in their original size.'), // ), ); if(module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters[$preset['presetname'] .'_videolinked'] = array( 'label' => t('Preset @preset of video thumbnail linked to video', array('@preset' => $preset['presetname'])), 'field types' => array('filefield'), ); } } return $formatters; // contributions/modules/video/types/uploadfield/Attic/uploadfield.module:DRUPAL-6--4 /* N/A */ // contributions/modules/video/types/uploadfield/Attic/uploadfield.module:DRUPAL-7--1 /* N/A */ // contributions/modules/video/types/video_upload/video_upload.module:HEAD /* N/A */ // contributions/modules/video/types/video_upload/video_upload.module:DRUPAL-5 /* N/A */ // contributions/modules/video/types/video_upload/video_upload.module:DRUPAL-6--1 /* N/A */ // contributions/modules/video/types/video_upload/video_upload.module:DRUPAL-6--2 /* N/A */ // contributions/modules/video/types/video_upload/video_upload.module:DRUPAL-6--3 /* N/A */ // contributions/modules/video/types/video_upload/video_upload.module:DRUPAL-7--1 /* N/A */ // contributions/modules/video/types/videoupload/Attic/videoupload.field.inc:HEAD /* N/A */ // contributions/modules/video/types/videoupload/Attic/videoupload.field.inc:DRUPAL-7--1 /* N/A */ // contributions/modules/video/video.module:HEAD /* N/A */ // contributions/modules/video/video.module:DRUPAL-4-6 /* N/A */ // contributions/modules/video/video.module:DRUPAL-4-7 /* N/A */ // contributions/modules/video/video.module:DRUPAL-5 /* N/A */ // contributions/modules/video/video.module:DRUPAL-6--1 /* N/A */ // contributions/modules/video/video.module:DRUPAL-6--2 /* N/A */ // contributions/modules/video/video.module:DRUPAL-6--3 /* N/A */ // contributions/modules/video/video.module:DRUPAL-6--4 function video_field_formatter_info() { $formatters = array( 'video_plain' => array( 'label' => t('Video'), 'field types' => array('filefield'), 'description' => t('Displays video files with player embedded.'), ), 'video_nodelink' => array( 'label' => t('Video Thumbnail linked to node'), 'field types' => array('filefield'), 'description' => t('Displays the video thumbnail and links to the node.'), ), 'video_thumbnail' => array( 'label' => t('Video Thumbnail'), 'field types' => array('filefield'), 'description' => t('Displays the video thumbnail.'), ), 'video_nonodelink' => array( 'label' => t('Video Thumbnail'), 'field types' => array('filefield'), 'description' => t('Displays the video thumbnail (no link to node).'), ), //'video_colorbox' => array( // 'label' => t('Video Thumbnail to Colorbox'), // 'field types' => array('filefield'), // 'description' => t('Displays the video thumbnail and adds colorbox support.'), //), 'video_media_js' => array( 'label' => t('Video inject with jMedia'), 'field types' => array('filefield'), 'description' => t('Displays the video by using jmedia javascript.'), ), ); //setup our imagecache presets if (module_exists('imagecache')) { //we need formatters for each of our thumbnails. $thumb_types = array('video_nodelink', 'video_thumbnail', 'video_nonodelink'); //array('video_colorbox', 'video_nodelink'); foreach ($thumb_types as $types) { foreach (imagecache_presets () as $preset) { $formatters[$preset['presetname'] . '__' . $types] = array( 'label' => t('@preset @label', array('@preset' => $preset['presetname'], '@label' => $formatters[$types]['label'])), 'field types' => array('filefield'), ); } } } return $formatters; // contributions/modules/video/video.module:DRUPAL-7--1 /* N/A */ // contributions/modules/video_cck/video_cck.module:HEAD function video_cck_field_formatter_info() { $types = array('video_cck',); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'video_video' => array( 'label' => t('Full Size Video'), 'field types' => $types, ), 'video_preview' => array( 'label' => t('Preview Video'), 'field types' => $types, ), 'video_thumbnail' => array( 'label' => t('Image Thumbnail'), 'field types' => $types, ), 'video_embed' => array( 'label' => t('Embed Code'), 'field types' => $types, ), ); return $formats; // contributions/modules/video_upload/video_upload.field.inc:HEAD function video_upload_field_formatter_info() { return array( 'video_upload_default' => array( 'label' => t('Default'), 'field types' => array('video_upload'), 'description' => t('Displays fullsize video as defined in the field settings.'), ), 'video_upload_thumb' => array( 'label' => t('Thumbnail image'), 'field types' => array('video_upload'), 'description' => t('Image thumbnail of the dimensions defined in the field settings.'), ), 'video_upload_thumb_link' => array( 'label' => t('Thumbnail image as link to node'), 'field types' => array('video_upload'), 'description' => t('Thumbnail image linking to video node.'), ), 'video_upload_small' => array( 'label' => t('Small Video'), 'field types' => array('video_upload'), 'description' => t('Small video as defined in the field settings.'), ), ); // contributions/modules/video_upload/video_upload.field.inc:DRUPAL-6--2 /* N/A */ // contributions/modules/video_upload/video_upload.field.inc:DRUPAL-7--1 function video_upload_field_formatter_info() { $formatters = array( 'video_upload' => array( 'label' => t('Full size video'), 'field types' => array('video_upload'), 'theme' => array('function' => 'theme_field_formatter_video_upload'), ), 'video_upload_thumb' => array( 'label' => t('Thumbnail image'), 'field types' => array('video_upload'), 'theme' => array('function' => 'theme_field_formatter_video_upload_thumb'), ), 'video_upload_thumb_link' => array( 'label' => t('Thumbnail image as link to node'), 'field types' => array('video_upload'), 'theme' => array('function' => 'theme_field_formatter_video_upload_thumb_link'), ), 'video_upload_small' => array( 'label' => t('Small Video'), 'field types' => array('video_upload'), 'theme' => array('function' => 'theme_field_formatter_video_upload_small'), ), ); return $formatters; // contributions/modules/video_upload/video_upload.field.inc:DRUPAL-7--2 function video_upload_field_formatter_info() { $formatters = array( 'video_upload' => array( 'label' => t('Full size video'), 'field types' => array('video_upload'), 'theme' => array('function' => 'theme_field_formatter_video_upload'), ), 'video_upload_thumb' => array( 'label' => t('Thumbnail image'), 'field types' => array('video_upload'), 'theme' => array('function' => 'theme_field_formatter_video_upload_thumb'), ), 'video_upload_thumb_link' => array( 'label' => t('Thumbnail image as link to node'), 'field types' => array('video_upload'), 'theme' => array('function' => 'theme_field_formatter_video_upload_thumb_link'), ), 'video_upload_small' => array( 'label' => t('Small Video'), 'field types' => array('video_upload'), 'theme' => array('function' => 'theme_field_formatter_video_upload_small'), ), ); return $formatters; // contributions/modules/video_upload/video_upload.module:HEAD /* N/A */ // contributions/modules/video_upload/video_upload.module:DRUPAL-5 function video_upload_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('video_upload'), ), 'thumb' => array( 'label' => t('Thumbnail Image'), 'field types' => array('video_upload'), ), 'thumb_link' => array( 'label' => t('Thumbnail Image as link'), 'field types' => array('video_upload'), ), 'small' => array( 'label' => t('Small Video'), 'field types' => array('video_upload'), ), ); // contributions/modules/video_upload/video_upload.module:DRUPAL-6--1 function video_upload_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('video_upload'), 'description' => t('Displays fullsize video as defined in the field settings.'), ), 'thumb' => array( 'label' => t('Thumbnail image'), 'field types' => array('video_upload'), 'description' => t('Image thumbnail of the dimensions defined in the field settings.'), ), 'thumb_link' => array( 'label' => t('Thumbnail image as link to node'), 'field types' => array('video_upload'), 'description' => t('Thumbnail image linking to video node.'), ), 'small' => array( 'label' => t('Small Video'), 'field types' => array('video_upload'), 'description' => t('Small video as defined in the field settings.'), ), ); // contributions/modules/video_upload/video_upload.module:DRUPAL-6--2 function video_upload_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('video_upload'), 'description' => t('Displays fullsize video as defined in the field settings.'), ), 'thumb' => array( 'label' => t('Thumbnail image'), 'field types' => array('video_upload'), 'description' => t('Image thumbnail of the dimensions defined in the field settings.'), ), 'thumb_link' => array( 'label' => t('Thumbnail image as link to node'), 'field types' => array('video_upload'), 'description' => t('Thumbnail image linking to video node.'), ), 'small' => array( 'label' => t('Small Video'), 'field types' => array('video_upload'), 'description' => t('Small video as defined in the field settings.'), ), ); // contributions/modules/video_upload/video_upload.module:DRUPAL-7--1 /* N/A */ // contributions/modules/video_upload/video_upload.module:DRUPAL-7--2 /* N/A */ // contributions/modules/videofield/videofield.module:HEAD function videofield_field_formatter_info() { $formatters = array( 'videofield_embedded' => array( 'label' => t('videofield embedded'), 'field types' => array('filefield'), 'description' => t('Displays video embedded in a web page.'), ), ); return $formatters; // contributions/modules/videojs/Attic/videojs.module:HEAD /* N/A */ // contributions/modules/videojs/Attic/videojs.module:DRUPAL-6--1 function videojs_field_formatter_info() { return array( 'videojs' => array( 'label' => t('VideoJS : HTML5 Video Player'), 'field types' => array('filefield', 'uploadfield'), 'multiple values' => CONTENT_HANDLE_MULTIPLE, 'description' => t('Display a video file as an HTML5-compatible with Flash-fallback video player.'), ) ); // contributions/modules/viewfeed/viewfield.module:HEAD function viewfield_field_formatter_info() { $formatters = array(); $displays = views_fetch_plugin_data('display'); foreach ($displays as $type => $details) { $formatters[$type] = array( 'label' => $details['title'], 'field types' => array('viewfield') ); } return $formatters; // contributions/modules/viewfield/viewfield.module:HEAD function viewfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('viewfield') ), ); // contributions/modules/viewfield/viewfield.module:DRUPAL-4-7 function viewfield_field_formatter_info() { return array( 'count' => array( 'label' => 'Count of items in view', 'field types' => array('viewfield'), ), 'view' => array( 'label' => 'Entire view', 'field types' => array('viewfield'), ), ); // contributions/modules/viewfield/viewfield.module:DRUPAL-5 function viewfield_field_formatter_info() { $formatters = array( 'default' => array( 'label' => t('Use view "Page" settings'), 'field types' => array('viewfield'), ), 'block' => array( 'label' => t('Use view "Block" settings'), 'field types' => array('viewfield'), ), 'count' => array( 'label' => 'Count of items in view', 'field types' => array('viewfield'), ), ); views_load_cache(); $plugins = _views_get_style_plugins(); foreach ($plugins as $type => $details) { $formatters[$type] = array( 'label' => $details['name'], 'field types' => array('viewfield') ); } return $formatters; // contributions/modules/viewreference/viewreference.module:HEAD function viewreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Full view'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link' => array( 'label' => t('Title (link)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/viewreference/viewreference.module:DRUPAL-6--1 function viewreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Full view'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link' => array( 'label' => t('Title (link)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/viewreference/viewreference.module:DRUPAL-6--2 function viewreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default (view)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full (title and view)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link' => array( 'label' => t('Title (link)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/viewreference/viewreference.module:DRUPAL-6--3 function viewreference_field_formatter_info() { return array( 'default' => array( 'label' => t('Default (view)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'full' => array( 'label' => t('Full (title and view)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Title (no link)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'link' => array( 'label' => t('Title (link)'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'path' => array( 'label' => t('Path'), 'field types' => array('viewreference'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/viewreference/viewreference.module:DRUPAL-7--3 function viewreference_field_formatter_info() { $ret = array( 'viewreference_default' => array( 'label' => t('Default (view)'), 'description' => t('Display the referenced view.'), 'field types' => array('viewreference'), ), 'viewreference_full' => array( 'label' => t('Full (title and view)'), 'description' => t('Display the referenced view with a title.'), 'field types' => array('viewreference'), ), 'viewreference_plain' => array( 'label' => t('Title (no link)'), 'description' => t('Display the title of the referenced view.'), 'field types' => array('viewreference'), ), 'viewreference_link' => array( 'label' => t('Title (link)'), 'description' => t('Display the title of the referenced view as a link (if possible).'), 'field types' => array('viewreference'), ), 'viewreference_path' => array( 'label' => t('Path'), 'description' => t('Display the path of the referenced view (if possible).'), 'field types' => array('viewreference'), ), ); return $ret; // contributions/modules/views_ajax_endpoint/views_ajax_endpoint.module:HEAD function views_ajax_endpoint_field_formatter_info() { $formatters = array(); if (module_exists('filefield')) { $formatters['url_raw'] = array( 'label' => t('Raw URL to file'), 'field types' => array('filefield', 'image'), 'multiple values' => CONTENT_HANDLE_CORE, ); $formatters['path_raw'] = array( 'label' => t('Raw path to file'), 'field types' => array('filefield', 'image'), 'multiple values' => CONTENT_HANDLE_CORE, ); } return $formatters; // contributions/modules/views_ajax_endpoint/views_ajax_endpoint.module:DRUPAL-6--1 function views_ajax_endpoint_field_formatter_info() { $formatters = array(); if (module_exists('filefield')) { $formatters['url_raw'] = array( 'label' => t('Raw URL to file'), 'field types' => array('filefield', 'image'), 'multiple values' => CONTENT_HANDLE_CORE, ); $formatters['path_raw'] = array( 'label' => t('Raw path to file'), 'field types' => array('filefield', 'image'), 'multiple values' => CONTENT_HANDLE_CORE, ); } return $formatters; // contributions/modules/vimeo/vimeo.module:HEAD function vimeo_field_formatter_info() { return array( 'vimeo_default' => array( 'label' => t('Default'), 'field types' => array('vimeo'), ), 'vimeo_plain' => array( 'label' => t('Vimeo video ID'), 'field types' => array('vimeo'), ), 'vimeo_custom' => array( 'label' => t('Custom Template'), 'field types' => array('vimeo'), ), ); // contributions/modules/vimeo/vimeo.module:DRUPAL-6--1 function vimeo_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('vimeo'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Vimeo video ID'), 'field types' => array('vimeo'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'custom' => array( 'label' => t('Custom'), 'field types' => array('vimeo'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/vimeo_link_formatter/vimeo_link_formatter.module:HEAD function vimeo_link_formatter_field_formatter_info() { $formatters = array(); $formatters['vimeo_link_formatter_player'] = array( 'label' => t('Vimeo Player'), 'description' => t('Embeds a Vimeo player, if the URL is for a Vimeo.com video page.'), 'field types' => array('link_field'), 'settings' => vimeo_link_formatter_default_settings_player(), ); // @todo Implement the rest of this. // $formatters['vimeo_link_formatter_thumbnail'] = array( // 'label' => t('Vimeo Thumbnail'), // 'description' => t('Displays the thumbnail of Vimeo video, if the URL is for a Vimeo.com video page.'), // 'field types' => array('link_field'), // ); return $formatters; // contributions/modules/vinfield/vinfield.module:HEAD function vinfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('vinfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('vinfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/vinfield/vinfield.module:DRUPAL-6--1 function vinfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('vinfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('vinfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/vinfield/vinfield.module:DRUPAL-6--2 function vinfield_field_formatter_info() { return array( 'plain_vin' => array( 'label' => t('VIN - plain text'), 'field types' => array('vinfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'vin_linked' => array( 'label' => t('VIN - linked to node'), 'field types' => array('vinfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain_combined' => array( 'label' => t('VIN Year, Make, Model, Trim Level - plain text'), 'field types' => array('vinfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), 'combined_linked' => array( 'label' => t('VIN Year, Make, Model, Trim Level - linked to node'), 'field types' => array('vinfield'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/votingapi_field/votingapi_field.module:HEAD function votingapi_field_field_formatter_info() { return array( 'votingapi_choice' => array( 'label' => 'Choice', 'field types' => array('votingapi_choice'), ), 'votingapi_score' => array( 'label' => 'Score', 'field types' => array('votingapi_score'), ), 'votingapi_percent' => array( 'label' => 'Percent', 'field types' => array('votingapi_percent'), ), 'votingapi_rating' => array( 'label' => 'Author Rating', 'field types' => array('votingapi_rating'), ), ); // contributions/modules/votingapi_field/votingapi_field.module:DRUPAL-5 function votingapi_field_field_formatter_info() { return array( 'votingapi_choice' => array( 'label' => 'Choice', 'field types' => array('votingapi_choice'), ), 'votingapi_score' => array( 'label' => 'Score', 'field types' => array('votingapi_score'), ), 'votingapi_percent' => array( 'label' => 'Percent', 'field types' => array('votingapi_percent'), ), 'votingapi_rating' => array( 'label' => 'Author Rating', 'field types' => array('votingapi_rating'), ), ); // contributions/modules/voucher_field/voucher_field.module:HEAD function voucher_field_field_formatter_info() { return array( // The machine name of the formatter. 'default' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('Default'), // An array of the field types this formatter // can be used on. 'field types' => array('voucher_field'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('voucher_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/voucher_field/voucher_field.module:DRUPAL-6--1 function voucher_field_field_formatter_info() { return array( // The machine name of the formatter. 'default' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('Default'), // An array of the field types this formatter // can be used on. 'field types' => array('voucher_field'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('voucher_field'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/vr/vr.module:HEAD /* N/A */ // contributions/modules/vr/vr.module:DRUPAL-6--1 function vr_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('vr_list'), 'multiple values' => CONTENT_HANDLE_MODULE, ), ); // contributions/modules/website_screenshot/cck/website_screenshot_cck.module:HEAD function website_screenshot_cck_field_formatter_info() { return array( // The machine name of the formatter. 'default' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('Default'), // An array of the field types this formatter // can be used on. 'field types' => array('website_screenshot'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('website_screenshot'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/website_screenshot/cck/website_screenshot_cck.module:DRUPAL-6--4 function website_screenshot_cck_field_formatter_info() { return array( // The machine name of the formatter. 'default' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('Default'), // An array of the field types this formatter // can be used on. 'field types' => array('website_screenshot'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('website_screenshot'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/website_screenshot/link_screenshot/Attic/link_screenshot.module:HEAD /* N/A */ // contributions/modules/website_screenshot/link_screenshot/Attic/link_screenshot.module:DRUPAL-6--5 function link_screenshot_field_formatter_info() { $lightbox_ispresent = module_exists('lightbox2') || module_exists('jLightbox'); $formatters = array(); $formatters['plain'] = array( 'label' => t('Screenshot'), 'field types' => array('link'), ); $formatters['link'] = array( 'label' => t('Screenshot linked to URL'), 'field types' => array('link'), ); if (module_exists('imagecache')) { foreach(imagecache_presets() as $preset) { $formatters['plain_'. $preset['presetname']] = array( 'label' => t('Screenshot (@preset)', array('@preset' => $preset['presetname'])), 'field types' => array('link'), ); if(!$lightbox_ispresent){ $formatters['link_'. $preset['presetname']] = array( 'label' => t('Screenshot (@preset) linked to URL', array('@preset' => $preset['presetname'])), 'field types' => array('link'), ); } } } if (module_exists('imagecache') && $lightbox_ispresent){ foreach(imagecache_presets() as $preset) { $formatters['popup_'. $preset['presetname']] = array( 'label' => t('Popup screenshot (@preset) no URL link', array('@preset' => $preset['presetname'])), 'field types' => array('link'), ); $formatters['popup_link_'. $preset['presetname']] = array( 'label' => t('Popup screenshot (@preset) + URL link', array('@preset' => $preset['presetname'])), 'field types' => array('link'), ); } } return $formatters; // contributions/modules/website_screenshot/website_screenshot_cck.module:HEAD function website_screenshot_cck_field_formatter_info() { return array( 'default' => array('label' => '9999' , 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('website_screenshot_cck_url')), 'us_0' => array('label' => '9,999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('website_screenshot_cck_url')), 'be_0' => array('label' => '9.999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('website_screenshot_cck_url')), 'fr_0' => array('label' => '9 999', 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('website_screenshot_cck_url')), 'unformatted' => array('label' => t('unformatted'), 'multiple values' => CONTENT_HANDLE_CORE, 'field types' => array('website_screenshot_cck_url')), ); // contributions/modules/website_screenshot/website_screenshot_cck.module:DRUPAL-6--3 function website_screenshot_cck_field_formatter_info() { return array( // The machine name of the formatter. 'default' => array( // The human-readable label shown on the Display // fields screen. 'label' => t('Default'), // An array of the field types this formatter // can be used on. 'field types' => array('website_screenshot'), // CONTENT_HANDLE_CORE: CCK will pass the formatter // a single value. // CONTENT_HANDLE_MODULE: CCK will pass the formatter // an array of all the values. None of CCK's core // formatters use multiple values, that is an option // available to other modules that want it. 'multiple values' => CONTENT_HANDLE_CORE, ), 'plain' => array( 'label' => t('Plain text'), 'field types' => array('website_screenshot'), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/website_screenshot/website_screenshot_cck.module:DRUPAL-6--4 /* N/A */ // contributions/modules/websnapr_field/websnapr_field.module:HEAD function websnapr_field_field_formatter_info() { $formatters = array(); $formatters['thumbnail'] = array( 'label' => t('Websnapr thumbnail'), 'field types' => array('link'), ); $formatters['small'] = array( 'label' => t('Websnapr small image'), 'field types' => array('link'), ); return $formatters; // contributions/modules/world_phone/world_phone.module:HEAD function world_phone_field_formatter_info() { return array( 'default' => array( 'label' => 'Phone number, w/country code if outside site\'s country.', 'field types' => array('world_phone'), ), 'with_country' => array( 'label' => 'Phone number w/country code', 'field types' => array('world_phone'), ), 'without_country' => array( 'label' => 'Phone number without country code', 'field types' => array('world_phone'), ), 'dialable' => array( 'label' => 'Phone number in dialable format', 'field types' => array('world_phone'), ), ); // contributions/modules/youtube_cck/youtube_cck.module:HEAD function youtube_cck_field_formatter_info() { $types = array('youtube_cck_youtube',); $formats = array( 'default' => array( 'label' => t('Default'), 'field types' => $types, ), 'youtube_video' => array( 'label' => t('YouTube Full Size Video'), 'field types' => $types, ), 'youtube_preview' => array( 'label' => t('YouTube Preview Video'), 'field types' => $types, ), 'youtube_thumbnail' => array( 'label' => t('YouTube Thumbnail'), 'field types' => $types, ), ); return $formats; // contributions/modules/yoxview/Attic/yoxview.module:HEAD /* N/A */ // contributions/modules/yoxview/Attic/yoxview.module:DRUPAL-7--1 function yoxview_field_formatter_info() { // The straight image with YoxView ontop of it. $formatters = array( 'yoxview_link_file' => array( 'label' => t('YoxView: From original image'), 'field types' => array('image'), ), ); // The additional image styles. foreach (image_styles() as $style) { $formatters['yoxview_link_file__' . $style['name']] = array( 'label' => t('YoxView: From "@style"', array('@style' => $style['name'])), 'field types' => array('image'), ); } return $formatters; // contributions/modules/zipcode/zipcode.module:HEAD function zipcode_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('fr_zipcode', 'ca_zipcode', 'us_zipcode', 'gp_zipcode', 'cl_zipcode', 'ar_zipcode', 'br_zipcode', 'uk_zipcode', 'be_zipcode', 'nl_zipcode', 'de_zipcode', 'ch_zipcode', 'it_zipcode', 'ad_zipcode', 'hu_zipcode', 'ee_zipcode', 'hr_zipcode', 'by_zipcode', 'ru_zipcode', 'cn_zipcode', 'jp_zipcode', 'au_zipcode', 'nz_zipcode', 'dk_zipcode', 'se_zipcode', 'pt_zipcode', 'cy_zipcode', 'dz_zipcode', 'gw_zipcode', 'eg_zipcode', 'bn_zipcode', 'bd_zipcode', 'in_zipcode' ), 'multiple values' => CONTENT_HANDLE_CORE, ), ); // contributions/modules/zipcode/zipcode.module:DRUPAL-4-7 /* N/A */ // contributions/modules/zipcode/zipcode.module:DRUPAL-5 function zipcode_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('fr_zipcode', 'ca_zipcode', 'us_zipcode', 'uk_zipcode', 'nl_zipcode', 'au_zipcode'), ), ); // contributions/modules/zoomify/zoomify.module:HEAD /* N/A */ // contributions/modules/zoomify/zoomify.module:DRUPAL-5 /* N/A */ // contributions/modules/zoomify/zoomify.module:DRUPAL-5--2 /* N/A */ // contributions/modules/zoomify/zoomify.module:DRUPAL-6--1 /* N/A */ // contributions/modules/zoomify/zoomify_imagefield.module:HEAD function zoomify_imagefield_field_formatter_info() { $formatters = array(); $formatters['zoomify'] = array( 'label' => 'Zoomify', 'field types' => array('image'), ); if (module_exists('imagecache')) { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters['zoomify]['. $rulename] = array( 'label' => 'Zoomify: '. $rulename, 'field types' => array('image'), ); } } return $formatters; // contributions/modules/zoomify/zoomify_imagefield.module:DRUPAL-5 function zoomify_imagefield_field_formatter_info() { $formatters = array(); $formatters['zoomify'] = array( 'label' => 'Zoomify', 'field types' => array('image'), ); if (module_exists('imagecache')) { $rules = _imagecache_get_presets(); foreach ($rules as $ruleid => $rulename) { $formatters['zoomify]['. $rulename] = array( 'label' => 'Zoomify: '. $rulename, 'field types' => array('image'), ); } } return $formatters; // contributions/modules/zoomify/zoomify_imagefield.module:DRUPAL-5--2 function zoomify_imagefield_field_formatter_info() { $formatters = array(); $formatters['zoomify'] = array( 'label' => t('Zoomify'), 'field types' => array('image'), ); if (module_exists('imagecache')) { if (function_exists('_imagecache_get_presets')) { // imagecache 1 foreach (_imagecache_get_presets() as $presetname) { $formatters['zoomify_'. $presetname] = array( 'label' => t('Zoomify') .': '. $presetname, 'field types' => array('image'), ); } } else { // imagecache 2 foreach (imagecache_presets() as $preset) { $formatters['zoomify_'. $preset['presetname']] = array( 'label' => t('Zoomify') .': '. $preset['presetname'], 'field types' => array('image'), ); } } } return $formatters; // contributions/modules/zoomify/zoomify_imagefield.module:DRUPAL-6--1 function zoomify_imagefield_field_formatter_info() { $formatters = array(); $formatters['zoomify'] = array( 'label' => t('Zoomify'), 'field types' => array('filefield'), ); if (module_exists('imagecache')) { foreach (imagecache_presets() as $preset) { $formatters['zoomify_'. $preset['presetname']] = array( 'label' => t('Zoomify'). ': '. t($preset['presetname']), 'field types' => array('filefield'), ); } } return $formatters; // contributions/modules/zoomit/zoomit.module:HEAD function zoomit_field_formatter_info() { return array( 'zoomit' => array( 'label' => t('ZoomIt image'), 'field types' => array('filefield'), 'description' => t('A ZoomIt image is a zoomable set of tiled images providing high-resolution low-bandwidth display.'), ), ); // contributions/modules/zoomit/zoomit.module:DRUPAL-7--1 function zoomit_field_formatter_info() { return array( 'zoomit' => array( 'label' => t('ZoomIt image'), 'field types' => array('filefield'), 'description' => t('A ZoomIt image is a zoomable set of tiled images providing high-resolution low-bandwidth display.'), ), ); // contributions/profiles/meetu/modules/dev/mobile_codes/Attic/mobile_codes.formatter.inc:HEAD /* N/A */ // contributions/sandbox/dfletcher/votingapi_field/Attic/votingapi_field.module:HEAD /* N/A */ // contributions/sandbox/dman/selenium-DRUPAL-5/gridfield.module:HEAD function gridfield_field_formatter_info() { return array( 'default' => array( 'label' => t('Default'), 'field types' => array('grid_row'), ), ); // contributions/sandbox/dopry/Attic/nodereferrer.module:HEAD /* N/A */ // contributions/sandbox/pancho/amazon/asin/asin.module:HEAD function asin_field_formatter_info() { return array( 'default' => array( 'label' => t('Thumbnail with title'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'details' => array( 'label' => t('Thumbnail with details'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'thumbnail' => array( 'label' => t('Thumbnail image'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'medium' => array( 'label' => t('Medium image'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'large' => array( 'label' => t('Large image'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), 'inline' => array( 'label' => t('Link to item'), 'field types' => array('asin'), 'multiple values' => FIELD_BEHAVIOR_DEFAULT, ), ); // contributions/sandbox/quicksketch/link/link.module:HEAD function link_field_formatter_info() { return array( 'default' => array( 'label' => t('Default, as link'), 'field types' => array('link'), ), 'plain' => array( 'label' => t('Plain, no link'), 'field types' => array('link'), ), 'short' => array( 'label' => t('Short, no title as link'), 'field types' => array('link'), ), ); // contributions/sandbox/robloach/modules/audiofield/audiofield.module:HEAD function audiofield_field_formatter_info() { $formatters = array( 'audio_audiolink' => array( 'label' => t('Audio linked to file'), 'field types' => array('audio', 'filefield'), 'suitability callback' => 'audiofield_handles_file', 'description' => t('Displays audio file names linking to the audio file.'), ), 'audio_nodelink' => array( 'label' => t('Audio linked to node'), 'field types' => array('audio', 'filefield'), 'suitability callback' => 'audiofield_handles_file', 'description' => t('Displays audio files with a link to the node.'), ), 'audio_plain' => array( 'label' => t('Plain text of audio'), 'field types' => array('audio', 'filefield'), 'suitability callback' => 'audiofield_handles_file', 'description' => t('Displays the URL path to the audio file.'), ), ); return $formatters; // contributions/sandbox/robloach/modules/yoxview/Attic/yoxview.module:HEAD /* N/A */ // contributions/sandbox/snufkin/jsnodeload/jsnodeload.module:HEAD function jsnodeload_field_formatter_info() { return array( 'reftext' => array( 'label' => 'Reference + text', 'field types' => array('jsnodeload'), ), 'text' => array( 'label' => 'Text only', 'field types' => array('jsnodeload'), ), 'ref' => array( 'label' => 'Reference only', 'field types' => array('jsnodeload'), ), ); // contributions/sandbox/webchick/votingapi_field/votingapi_field.module:HEAD function votingapi_field_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('votingapi'), ), 'stars' => array( 'label' => 'Stars', 'field types' => array('votingapi'), ), 'percent' => array( 'label' => 'Percent', 'field types' => array('votingapi'), ), 'review' => array( 'label' => 'Text', 'field types' => array('votingapi'), ), ); // contributions/sandbox/yched/Attic/nodereference.module:HEAD /* N/A */ // contributions/sandbox/yched/Attic/number.module:HEAD /* N/A */ // contributions/sandbox/yched/Attic/text.module:HEAD /* N/A */ // contributions/sandbox/yched/Attic/userreference.module:HEAD /* N/A */ // phone/phone.module:HEAD function phone_field_formatter_info() { return array( 'default' => array( 'label' => 'Default', 'field types' => array('fr_phone', 'be_phone', 'it_phone', 'el_phone', 'ch_phone', 'ca_phone', 'cr_phone', 'pa_phone', 'gb_phone', 'ru_phone', 'ua_phone', 'es_phone', 'au_phone', 'cs_phone', 'hu_phone', 'pl_phone', 'nl_phone', 'se_phone', 'za_phone', 'il_phone', 'nz_phone', 'br_phone', 'cl_phone', 'cn_phone', 'hk_phone', 'mo_phone', 'ph_phone', 'sg_phone', 'jo_phone', 'eg_phone', 'pk_phone', 'int_phone' ), 'multiple values' => CONTENT_HANDLE_CORE, ), );