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