protected property Connection::$needsCleanup

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

Type: boolean

File

drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php, line 37
Definition of Drupal\Core\Database\Driver\mysql\Connection

Class

Connection

Namespace

Drupal\Core\Database\Driver\mysql

Code

protected $needsCleanup = FALSE;