Skip to content
Snippets Groups Projects

Issue #3313355: Allow the database query log to be dispatched as log events

Closed mondrake requested to merge issue/drupal-3313355:3313355-allow-the-database into 10.1.x

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • daffie
  • daffie
  • daffie
  • mondrake added 1 commit
  • mondrake added 1 commit
  • mondrake added 1 commit

    added 1 commit

    • e2d7c951 - added a draft placeholder CR and adjusted deprecations

    Compare with previous version

  • mondrake added 1 commit

    added 1 commit

    Compare with previous version

  • mondrake added 1 commit

    added 1 commit

    Compare with previous version

  • 69 * @return float
    70 * The start time.
    71 */
    72 public function getStartTime(): float {
    73 return $this->startTime;
    74 }
    75
    76 /**
    77 * Gets the query end time.
    78 *
    79 * @return float
    80 * The end time.
    81 */
    82 public function getEndTime(): float {
    83 return $this->endTime;
    84 }
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading