function field_ui_element_info
Implements hook_element_info().
File
-
modules/
field_ui/ field_ui.module, line 316
Code
function field_ui_element_info() {
return array(
'field_ui_table' => array(
'#theme' => 'field_ui_table',
'#pre_render' => array(
'field_ui_table_pre_render',
),
'#regions' => array(
'' => array(),
),
),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.