You are here

function field_test_field_widget_info_alter in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/field/tests/modules/field_test/field_test.field.inc \field_test_field_widget_info_alter()

Implements hook_field_widget_info_alter().

File

core/modules/field/tests/modules/field_test/field_test.field.inc, line 19
Defines a field type and its formatters and widgets.

Code

function field_test_field_widget_info_alter(&$info) {
  $info['test_field_widget_multiple']['field_types'][] = 'test_field';
  $info['test_field_widget_multiple']['field_types'][] = 'test_field_with_preconfigured_options';
}