function drupal_render_children in Elysia Cron 6
Same name and namespace in other branches
- 6.2 elysia_drupalconv.php \drupal_render_children()
1 call to drupal_render_children()
File
- ./
elysia_drupalconv.php, line 102
Code
function drupal_render_children($form) {
return drupal_render(_dcr_form($form));
}