/** * Implements hook_theme(). */ function _theme() { return array( ); } /** * Implements hook_field_formatter_info(). */ function _field_formatter_info() { return array( ); }