You are here

public function Notifications_Node_Type_Field::get_title in Notifications 7

Get title for field

Overrides Notifications_Field::get_title

File

notifications_content/notifications_content.inc, line 168
Drupal Notifications Framework - Default class file

Class

Notifications_Node_Type_Field
Node type field

Code

public function get_title() {
  return t('Content type');
}