You are here

public function Notifications_Node_Type::get_title in Notifications 7

Overrides Notifications_Drupal_Object::get_title

File

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

Class

Notifications_Node_Type
Node type object

Code

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