You are here

Classes, traits, and interfaces in Audit Log 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AuditLogDatabaseTest class Drupal\Tests\audit_log\Kernel tests/src/Kernel/AuditLogDatabaseTest.php Tests the audit log database logger.
AuditLogEvent class Drupal\audit_log src/AuditLogEvent.php Represents a single auditable event for logging. 1
AuditLogEventInterface interface Drupal\audit_log src/AuditLogEventInterface.php Represents a single auditable event for logging. 1 5
AuditLogEventTest class Drupal\Tests\audit_log\Unit tests/src/Unit/AuditLogEventTest.php Tests the AuditLogEvent class.
AuditLogLogger class Drupal\audit_log src/AuditLogLogger.php Service for responding to audit log events. 2
AuditLogStorage class Drupal\audit_log src/AuditLogStorage.php Writes audit log events to enabled logging destinations. 2
Database class Drupal\audit_log\StorageBackend src/StorageBackend/Database.php Writes audit events to a custom database table. 2
EventSubscriberInterface interface Drupal\audit_log\EventSubscriber src/EventSubscriber/EventSubscriberInterface.php Defines an event subscriber for responding to events. 2 1
Node class Drupal\audit_log\EventSubscriber src/EventSubscriber/Node.php Processes node entity events. 2
NodeTest class Drupal\Tests\audit_log\Functional tests/src/Functional/NodeTest.php Tests audit log functionality on node crud operations.
StorageBackendInterface interface Drupal\audit_log\StorageBackend src/StorageBackend/StorageBackendInterface.php Defines a logging storage backend to write audit events to. 1 1
User class Drupal\audit_log\EventSubscriber src/EventSubscriber/User.php Processes User entity events. 2

Other projects