function Notifications_User_Field::get_title in Notifications 7
Get title for field
Overrides Notifications_Field::get_title
File
- ./
notifications.field.inc, line 549 - Drupal Notifications Framework - Default class file
Class
- Notifications_User_Field
- Drupal user
Code
function get_title() {
return t('User');
}