function media_library_test_field_widget_info_alter
Same name in other branches
- 9 core/modules/media_library/tests/modules/media_library_test/media_library_test.module \media_library_test_field_widget_info_alter()
- 11.x core/modules/media_library/tests/modules/media_library_test/media_library_test.module \media_library_test_field_widget_info_alter()
Implements hook_field_widget_info_alter().
File
-
core/
modules/ media_library/ tests/ modules/ media_library_test/ media_library_test.module, line 49
Code
function media_library_test_field_widget_info_alter(array &$info) {
$info['media_library_widget']['field_types'][] = 'entity_reference_subclass';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.