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