constant Connection::DATABASE_NOT_FOUND

Same name in this branch
  1. 8.x drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php \Drupal\Core\Database\Driver\mysql\Connection::DATABASE_NOT_FOUND
  2. 8.x drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php \Drupal\Core\Database\Driver\sqlite\Connection::DATABASE_NOT_FOUND
  3. 8.x drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php \Drupal\Core\Database\Driver\pgsql\Connection::DATABASE_NOT_FOUND

Error code for "Unable to open database file" error.

File

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

Class

Connection
Specific SQLite implementation of DatabaseConnection.

Namespace

Drupal\Core\Database\Driver\sqlite

Code

const DATABASE_NOT_FOUND = 14;