function theme_confirm_form

Returns HTML for a confirmation form.

By default this does not alter the appearance of a form at all, but is provided as a convenience for themers.

Parameters

$variables: An associative array containing:

  • form: A render element representing the form.

Related topics

File

modules/system/system.module, line 4042

Code

function theme_confirm_form($variables) {
    return drupal_render_children($variables['form']);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.