namespace Drupal\Core\Database\Event
Object name | File name | Summary |
---|---|---|
DatabaseEvent | core/lib/Drupal/Core/Database/Event/DatabaseEvent.php | Represents a database event. |
StatementExecutionEndEvent | core/lib/Drupal/Core/Database/Event/StatementExecutionEndEvent.php | Represents the end of a statement execution as an event. |
StatementExecutionFailureEvent | core/lib/Drupal/Core/Database/Event/StatementExecutionFailureEvent.php | Represents the failure of a statement execution as an event. |
StatementExecutionStartEvent | core/lib/Drupal/Core/Database/Event/StatementExecutionStartEvent.php | Represents the start of a statement execution as an event. |