class ConnectionNotDefinedException
Same name in other branches
- 9 core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php \Drupal\Core\Database\ConnectionNotDefinedException
- 10 core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php \Drupal\Core\Database\ConnectionNotDefinedException
- 11.x core/lib/Drupal/Core/Database/ConnectionNotDefinedException.php \Drupal\Core\Database\ConnectionNotDefinedException
Exception thrown if an undefined database connection is requested.
Hierarchy
- class \Drupal\Core\Database\ConnectionNotDefinedException extends \Drupal\Core\Database\RuntimeException
Expanded class hierarchy of ConnectionNotDefinedException
5 files declare their use of ConnectionNotDefinedException
- DbCommandBaseTest.php in core/
modules/ system/ tests/ src/ Kernel/ Scripts/ DbCommandBaseTest.php - Contains \Drupal\Tests\system\Kernel\Scripts\DbCommandBaseTest.
- InstallCommand.php in core/
lib/ Drupal/ Core/ Command/ InstallCommand.php - ServerCommand.php in core/
lib/ Drupal/ Core/ Command/ ServerCommand.php - SqlBase.php in core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SqlBase.php - TestDatabase.php in core/
lib/ Drupal/ Core/ Test/ TestDatabase.php
File
-
core/
lib/ Drupal/ Core/ Database/ ConnectionNotDefinedException.php, line 8
Namespace
Drupal\Core\DatabaseView source
class ConnectionNotDefinedException extends \RuntimeException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.