You are here

public function Notifications_Node_Type_Field::get_description in Notifications 7

Get description

Overrides Notifications_Field::get_description

File

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

Class

Notifications_Node_Type_Field
Node type field

Code

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