DatabaseEventSubscriber::$countStatementEnds

Same name in other branches
  1. 11.x core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php \Drupal\database_test\EventSubscriber\DatabaseEventSubscriber::countStatementEnds

A counter of finished statement executions.

Type: countStatementEnds

File

core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php, line 23

Class

DatabaseEventSubscriber
Responds to database API events.

Namespace

Drupal\database_test\EventSubscriber

Code

public int $countStatementEnds = 0;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.