You are here

function addtocalendar_field_formatter_info in Add To Calendar Button (AddEvent.com) 7.2

Implements hook_field_formatter_info().

File

./addtocalendar.module, line 125
Contains module code.

Code

function addtocalendar_field_formatter_info() {
  return array(
    'addtocalendar_formatter' => array(
      'label' => t('Add to calendar'),
      'field types' => array(
        'addtocalendar',
      ),
    ),
  );
}