You are here

function contact_storage_field_widget_info_alter in Contact Storage 8

Implements hook_field_widget_info_alter().

File

./contact_storage.module, line 490
Contains main module logic.

Code

function contact_storage_field_widget_info_alter(&$info) {

  // Let our options_email field type re-use the default options widget.
  $info['options_select']['field_types'][] = 'contact_storage_options_email';
}