field_ui_theme

7 field_ui.module field_ui_theme()
8 field_ui.module field_ui_theme()

Implements hook_theme().

File

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

Code

function field_ui_theme() {
  return array(
    'field_ui_table' => array(
      'render element' => 'elements',
    ),
  );
}
Login or register to post comments