You are here

function Notifications_User_Field::get_description in Notifications 7

Get description

Overrides Notifications_Field::get_description

File

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

Class

Notifications_User_Field
Drupal user

Code

function get_description() {
  return t('User name');
}