function Notifications_Field_Default::get_title in Notifications 7
Get title for field
Overrides Notifications_Field::get_title
1 method overrides Notifications_Field_Default::get_title()
- Notifications_Node_Author_Field::get_title in notifications_user/
notifications_user.inc - Get field name.
File
- ./
notifications.field.inc, line 391 - Drupal Notifications Framework - Default class file
Class
- Notifications_Field_Default
- Default field when we don't have information
Code
function get_title() {
return t('Field');
}