You are here

function Notifications_User_Field::format_name in Notifications 7

File

./notifications.field.inc, line 574
Drupal Notifications Framework - Default class file

Class

Notifications_User_Field
Drupal user

Code

function format_name($format) {
  return messaging_user_format_name($this->value);
}