Schema::$defaultSchema
Same name in this branch
- 9 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::defaultSchema
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Database/Driver/sqlite/Schema.php \Drupal\Core\Database\Driver\sqlite\Schema::defaultSchema
- 8.9.x core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::defaultSchema
- 10 core/modules/sqlite/src/Driver/Database/sqlite/Schema.php \Drupal\sqlite\Driver\Database\sqlite\Schema::defaultSchema
- 10 core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::defaultSchema
- 11.x core/modules/sqlite/src/Driver/Database/sqlite/Schema.php \Drupal\sqlite\Driver\Database\sqlite\Schema::defaultSchema
- 11.x core/lib/Drupal/Core/Database/Schema.php \Drupal\Core\Database\Schema::defaultSchema
Override DatabaseSchema::$defaultSchema.
Type: string
Overrides Schema::$defaultSchema
File
-
core/
modules/ sqlite/ src/ Driver/ Database/ sqlite/ Schema.php, line 26
Class
- Schema
- SQLite implementation of \Drupal\Core\Database\Schema.
Namespace
Drupal\sqlite\Driver\Database\sqliteCode
protected $defaultSchema = 'main';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.