Records which users have read which content.
@todo
Name![]() |
Description |
---|---|
history_cron | Implements hook_cron(). |
history_node_delete | Implements hook_node_delete(). |
history_read | Retrieves the timestamp for the current user's last view of a specified node. |
history_user_cancel | Implements hook_user_cancel(). |
history_user_delete | Implements hook_user_delete(). |
history_write | Updates 'last viewed' timestamp of the specified entity for the current user. |
Name![]() |
Description |
---|---|
HISTORY_READ_LIMIT | Entities changed before this time are always shown as read. |