You are here

function audit_log_entity_view in Audit Log 7

Implements hook_entity_view().

File

./audit_log.module, line 90
Hook implemenations for the Audit log module.

Code

function audit_log_entity_view($entity, $entity_type) {
  audit_log($entity, $entity_type);
}