public function Notifications_Node_Insert_Template::digest_fields in Notifications 7
File
- notifications_content/
notifications_content.inc, line 257 - Drupal Notifications Framework - Default class file
Class
- Notifications_Node_Insert_Template
- Template for node inserts
Code
public function digest_fields() {
return array(
'node:type',
'author:uid',
);
}