function field_theme

Implements hook_theme().

Related topics

File

modules/field/field.module, line 337

Code

function field_theme() {
    return array(
        'field' => array(
            'render element' => 'element',
        ),
        'field_multiple_value_form' => array(
            'render element' => 'element',
        ),
    );
}

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