You are here

public function Notifications_Node_Update_Template::digest_fields in Notifications 7

File

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

Class

Notifications_Node_Update_Template
Template for node updates

Code

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