Title callback: Returns the name of a given instance.
See also
field_ui_menu()
File
- drupal/core/modules/field_ui/field_ui.module, line 245
- Allows administrators to attach custom fields to fieldable types.
Code
function field_ui_menu_title($instance) {
return $instance['label'];
}