You are here

constant Connection::DATABASE_NOT_FOUND in Drupal 9

Same name in this branch
  1. 9 core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php \Drupal\Core\Database\Driver\sqlite\Connection::DATABASE_NOT_FOUND
  2. 9 core/lib/Drupal/Core/Database/Driver/pgsql/Connection.php \Drupal\Core\Database\Driver\pgsql\Connection::DATABASE_NOT_FOUND
  3. 9 core/lib/Drupal/Core/Database/Driver/mysql/Connection.php \Drupal\Core\Database\Driver\mysql\Connection::DATABASE_NOT_FOUND
Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php \Drupal\Core\Database\Driver\sqlite\Connection::DATABASE_NOT_FOUND

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

File

core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php, line 17

Class

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

Namespace

Drupal\Core\Database\Driver\sqlite

Code

const DATABASE_NOT_FOUND = 14;