You are here

function theme_rolereference_autocomplete in Role Reference 6

File

./rolereference.module, line 870
Defines a field type for referencing a role. Based almost entirely on nodereference and userreference modules.

Code

function theme_rolereference_autocomplete($element) {
  return $element['#children'];
}