public function Auditlog::log in Audit Log 7
Logs this audit log.
See also
File
- includes/
AuditLog.php, line 150
Class
- Auditlog
- Represents an AuditLog object.
Code
public function log() {
module_invoke_all('audit_log', $this);
}
Logs this audit log.
public function log() {
module_invoke_all('audit_log', $this);
}