You are here

Classes, traits, and interfaces in Audit Log 8.2

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
AuditLog class Drupal\audit_log\Entity src/Entity/AuditLog.php Defines the Audit log entity. 1
AuditLogAccessControlHandler class Drupal\audit_log src/AuditLogAccessControlHandler.php Access controller for the Audit log entity.
AuditLogDatabaseTest class Drupal\Tests\audit_log\Kernel tests/src/Kernel/AuditLogDatabaseTest.php Tests the audit log database logger.
AuditLogDate class Drupal\audit_log\Plugin\views\filter src/Plugin/views/filter/AuditLogDate.php Filter to handle dates stored as a timestamp.
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 6
AuditLogEventTest class Drupal\Tests\audit_log\Unit tests/src/Unit/AuditLogEventTest.php Tests the AuditLogEvent class.
AuditLogFeatureContext class tests/src/Behat/features/bootstrap/AuditLogFeatureContext.php Behat steps for testing the audit_log module.
AuditLogInterface interface Drupal\audit_log\Entity src/Entity/AuditLogInterface.php Provides an interface for defining Audit log entities. 1
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
AuditLogTargetViewLink class Drupal\audit_log\Plugin\views\field src/Plugin/views/field/AuditLogTargetViewLink.php Provides a target entity view link.
AuditLogViewsData class Drupal\audit_log\Entity src/Entity/AuditLogViewsData.php Provides Views data for Audit log entities.
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. 3 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
Taxonomy class Drupal\audit_log\EventSubscriber src/EventSubscriber/Taxonomy.php Processes taxonomy_term entity events. 2
User class Drupal\audit_log\EventSubscriber src/EventSubscriber/User.php Processes User entity events. 2

Other projects