You are here

function workflows_field_field_widget_info_alter in Workflows Field 2.x

Same name and namespace in other branches
  1. 8 workflows_field.module \workflows_field_field_widget_info_alter()

Implements hook_field_widget_info_alter().

File

./workflows_field.module, line 11
Provides hook implementations for the Workflow Field module.

Code

function workflows_field_field_widget_info_alter(array &$info) {
  $info['options_select']['field_types'][] = 'workflows_field_item';
}