function field_ui_menu_title

Menu title callback.

1 string reference to 'field_ui_menu_title'
field_ui_menu in modules/field_ui/field_ui.module
Implements hook_menu().

File

modules/field_ui/field_ui.module, line 260

Code

function field_ui_menu_title($instance) {
    return $instance['label'];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.