You are here

function Notifications_Node_Field::get_title in Notifications 7

Get field name

Overrides Notifications_Field::get_title

File

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

Class

Notifications_Node_Field
Node fields

Code

function get_title() {
  return t('Node');
}