theme_field

  1. drupal
    1. 7
    2. 7 field.module
Versions
7 theme_field($variables)

Implemented using the field.tpl.php template.

See also

field.tpl.php

Code

developer/theme.php, line 145

<?php
function theme_field($variables) {
  // This function is never used; see the corresponding template file instead.
}
?>