Connection::$needsCleanup
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Database/Driver/mysql/Connection.php \Drupal\Core\Database\Driver\mysql\Connection::needsCleanup
- 10 core/modules/mysql/src/Driver/Database/mysql/Connection.php \Drupal\mysql\Driver\Database\mysql\Connection::needsCleanup
Flag to indicate if the cleanup function in __destruct() should run.
Type: bool
File
-
core/
modules/ mysql/ src/ Driver/ Database/ mysql/ Connection.php, line 65
Class
- Connection
- MySQL implementation of \Drupal\Core\Database\Connection.
Namespace
Drupal\mysql\Driver\Database\mysqlCode
protected $needsCleanup = FALSE;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.