You are here

function field_object_theme in Corresponding Entity References 7.3

Implements hook_theme().

File

field_object/field_object.module, line 6

Code

function field_object_theme() {
  return array(
    'field_object_label' => array(
      'variables' => array(
        'field' => array(),
        'instance' => array(),
      ),
    ),
  );
}