You are here

public function Notifications_Node_Comment_Template::digest_fields in Notifications 7

File

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

Class

Notifications_Node_Comment_Template
Template for node comments

Code

public function digest_fields() {
  return array(
    'node:nid',
  );
}