function field_ui_theme

Implements hook_theme().

File

drupal/modules/field_ui/field_ui.module, line 300
Allows administrators to attach custom fields to fieldable types.

Code

function field_ui_theme() {
  return array(
    'field_ui_table' => array(
      'render element' => 'elements',
    ),
  );
}