You are here

function bat_options_field_widget_info in Booking and Availability Management Tools for Drupal 7

Implements hook_field_widget_info().

File

modules/bat_options/bat_options.module, line 137

Code

function bat_options_field_widget_info() {
  return array(
    'bat_options_combined' => array(
      'label' => t('Combined text field'),
      'field types' => array(
        'bat_options',
      ),
      'settings' => array(),
    ),
  );
}