function theme_submit

Returns HTML for a submit button form element.

Parameters

$variables: An associative array containing:

  • element: An associative array containing the properties of the element. Properties used: #attributes, #button_type, #name, #value.

Related topics

File

includes/form.inc, line 3938

Code

function theme_submit($variables) {
    return theme('button', $variables['element']);
}

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