You are here

protected property Connection::$needsCleanup in Drupal 10

Flag to indicate if the cleanup function in __destruct() should run.

Type: bool

File

core/modules/mysql/src/Driver/Database/mysql/Connection.php, line 59

Class

Connection
MySQL implementation of \Drupal\Core\Database\Connection.

Namespace

Drupal\mysql\Driver\Database\mysql

Code

protected $needsCleanup = FALSE;