function field_theme

field_theme()

Implements hook_theme().

Related topics

File

modules/field/field.module, line 337
Attach custom data fields to Drupal entities.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!field!field.module/function/field_theme/7.x