function _webform_theme_grid in Webform 7.4
Same name and namespace in other branches
- 6.3 components/grid.inc \_webform_theme_grid()
- 6.2 components/grid.inc \_webform_theme_grid()
- 7.3 components/grid.inc \_webform_theme_grid()
Implements _webform_theme_component().
File
- components/
grid.inc, line 43 - Webform module grid component.
Code
function _webform_theme_grid() {
return array(
'webform_grid' => array(
'render element' => 'element',
'file' => 'components/grid.inc',
),
'webform_display_grid' => array(
'render element' => 'element',
'file' => 'components/grid.inc',
),
);
}