You are here

function audit_log_theme in Audit Log 8.2

Implements hook_theme().

File

./audit_log.module, line 34
Contains hook implementations for the audit_log module.

Code

function audit_log_theme($existing, $type, $theme, $path) {
  return [
    'audit_log' => [
      'render element' => 'element',
      'file' => 'audit_log.page.inc',
    ],
  ];
}