DatabaseDriverListTest::providerDatabaseDrivers |
function |
core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php |
Data provider for testLegacyGetFromDriverName(). |
DatabaseDriverListTest::testGet |
function |
core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php |
Tests get. |
DatabaseDriverProvidedByModuleTest |
class |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
Tests output on the status overview page. |
DatabaseDriverProvidedByModuleTest.php |
file |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
|
DatabaseDriverProvidedByModuleTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
The theme to install as the default for testing. |
DatabaseDriverProvidedByModuleTest::setUp |
function |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
|
DatabaseDriverProvidedByModuleTest::testDatabaseDriverIsProvidedByModuleButTheModuleIsNotEnabled |
function |
core/modules/system/tests/src/Functional/System/DatabaseDriverProvidedByModuleTest.php |
Tests that the status page shows the error message. |
DatabaseDriverUninstallValidator |
class |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
Ensures installed modules providing a database driver are not uninstalled. |
DatabaseDriverUninstallValidator.php |
file |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
|
DatabaseDriverUninstallValidator::$connection |
property |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
The database connection. |
DatabaseDriverUninstallValidator::$moduleExtensionList |
property |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
The module extension list. |
DatabaseDriverUninstallValidator::validate |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
|
DatabaseDriverUninstallValidator::__construct |
function |
core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php |
Constructs a new DatabaseDriverUninstallValidator. |
DatabaseEvent |
class |
core/lib/Drupal/Core/Database/Event/DatabaseEvent.php |
Represents a database event. |
DatabaseEvent.php |
file |
core/lib/Drupal/Core/Database/Event/DatabaseEvent.php |
|
DatabaseEvent::$time |
property |
core/lib/Drupal/Core/Database/Event/DatabaseEvent.php |
The time of the event. |
DatabaseEvent::__construct |
function |
core/lib/Drupal/Core/Database/Event/DatabaseEvent.php |
Constructs a DatabaseEvent object. |
DatabaseEventEnabler |
class |
core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php |
Enables database event logging for the main request. |
DatabaseEventEnabler.php |
file |
core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php |
|
DatabaseEventEnabler::handle |
function |
core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php |
|
DatabaseEventEnabler::__construct |
function |
core/modules/system/tests/modules/performance_test/src/DatabaseEventEnabler.php |
|
DatabaseEventsTest |
class |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
Tests Drupal\Core\Database\Connection. |
DatabaseEventsTest.php |
file |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
|
DatabaseEventsTest::$connection |
property |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
A database connection. |
DatabaseEventsTest::setUp |
function |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
|
DatabaseEventsTest::testDisableInvalidEvent |
function |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
Tests disable invalid event. |
DatabaseEventsTest::testEnableInvalidEvent |
function |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
Tests enable invalid event. |
DatabaseEventsTest::testEventDispatchingWhenNoContainerAvailable |
function |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
Tests event dispatching when no container available. |
DatabaseEventsTest::testEventEnablingAndDisabling |
function |
core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php |
Tests event enabling and disabling. |
DatabaseEventSubscriber |
class |
core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php |
Responds to database API events. |
DatabaseEventSubscriber.php |
file |
core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php |
|
DatabaseEventSubscriber::$countStatementEnds |
property |
core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php |
A counter of finished statement executions. |
DatabaseEventSubscriber::$countStatementFailures |
property |
core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php |
A counter of failed statement executions. |
DatabaseEventSubscriber::$countStatementStarts |
property |
core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php |
A counter of started statement executions. |
DatabaseEventSubscriber::$statementIdsInExecution |
property |
core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php |
A map of statements being executed. |
DatabaseEventSubscriber::getSubscribedEvents |
function |
core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php |
|
DatabaseEventSubscriber::onStatementExecutionEnd |
function |
core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php |
Subscribes to a statement execution finished event. |
DatabaseEventSubscriber::onStatementExecutionFailure |
function |
core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php |
Subscribes to a statement execution failure event. |
DatabaseEventSubscriber::onStatementExecutionStart |
function |
core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php |
Subscribes to a statement execution started event. |
DatabaseEventTest |
class |
core/tests/Drupal/KernelTests/Core/Database/DatabaseEventTest.php |
Tests the database API events. |
DatabaseEventTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/DatabaseEventTest.php |
|
DatabaseEventTest::testStatementExecutionEvents |
function |
core/tests/Drupal/KernelTests/Core/Database/DatabaseEventTest.php |
Tests statement execution events. |
DatabaseException |
interface |
core/lib/Drupal/Core/Database/DatabaseException.php |
Interface for a database exception. |
DatabaseException.php |
file |
core/lib/Drupal/Core/Database/DatabaseException.php |
|
DatabaseExceptionWrapper |
class |
core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php |
This wrapper class serves only to provide additional debug information. |
DatabaseExceptionWrapper.php |
file |
core/lib/Drupal/Core/Database/DatabaseExceptionWrapper.php |
|
DatabaseExceptionWrapperTest |
class |
core/modules/sqlite/tests/src/Kernel/sqlite/DatabaseExceptionWrapperTest.php |
Tests exceptions thrown by queries. |
DatabaseExceptionWrapperTest |
class |
core/modules/mysql/tests/src/Kernel/mysql/DatabaseExceptionWrapperTest.php |
Tests exceptions thrown by queries. |
DatabaseExceptionWrapperTest |
class |
core/modules/pgsql/tests/src/Kernel/pgsql/DatabaseExceptionWrapperTest.php |
Tests exceptions thrown by queries. |
DatabaseExceptionWrapperTest |
class |
core/modules/mysqli/tests/src/Kernel/mysqli/DatabaseExceptionWrapperTest.php |
Tests exceptions thrown by queries. |