function field_ui_theme
Implements hook_theme().
Archivo
- drupal-7.x/
modules/ field_ui/ field_ui.module, line 290 - Allows administrators to attach custom fields to fieldable types.
Código
function field_ui_theme() {
return array(
'field_ui_table' => array(
'render element' => 'elements',
),
);
}