function Notifications_Node_Field::get_description in Notifications 7
Get description
Overrides Notifications_Field::get_description
File
- ./
notifications.field.inc, line 498 - Drupal Notifications Framework - Default class file
Class
- Notifications_Node_Field
- Node fields
Code
function get_description() {
return t('Node');
}