Search for database

  1. Search 7.x for database
  2. Search 9.5.x for database
  3. Search 8.9.x for database
  4. Search 10.3.x for database
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Database class core/lib/Drupal/Core/Database/Database.php Primary front-controller for the database system.
database service core/core.services.yml Drupal\Core\Database\Connection

All search results

Title Object type File name Summary
DatabaseDriverList::getPath function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Gets the path to an extension of a specific type (module, theme, etc.).
DatabaseDriverList::getPathname function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Gets the info file path for an extension.
DatabaseDriverList::getPathNames function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns a list of extension file paths keyed by machine name.
DatabaseDriverList::includeTestDrivers function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Determines whether test drivers shall be included in the discovery.
DatabaseDriverList::recalculateInfo function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Generates the information from .info.yml files for extensions of this type.
DatabaseDriverList::recalculatePathNames function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Generates a sorted list of .info.yml file locations for all extensions.
DatabaseDriverList::setPathname function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Sets the pathname for an extension.
DatabaseDriverList::sortByName function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Array sorting callback; sorts extensions by their name.
DatabaseDriverList::__construct function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Constructs a new instance.
DatabaseDriverListTest class core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php Tests DatabaseDriverList methods.
DatabaseDriverListTest.php file core/tests/Drupal/Tests/Core/Extension/DatabaseDriverListTest.php
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 @covers ::get[[api-linebreak]]
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/ProxyClass/Extension/DatabaseDriverUninstallValidator.php Provides a proxy class for \Drupal\Core\Extension\DatabaseDriverUninstallValidator.
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/ProxyClass/Extension/DatabaseDriverUninstallValidator.php
DatabaseDriverUninstallValidator.php file core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php
DatabaseDriverUninstallValidator::$connection property core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php The database connection.
DatabaseDriverUninstallValidator::$container property core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php The service container.
DatabaseDriverUninstallValidator::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php The id of the original proxied service.
DatabaseDriverUninstallValidator::$moduleExtensionList property core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php The module extension list.
DatabaseDriverUninstallValidator::$service property core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php The real proxied service, after it was lazy loaded.
DatabaseDriverUninstallValidator::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php Lazy loads the real service from the container.
DatabaseDriverUninstallValidator::setStringTranslation function core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php
DatabaseDriverUninstallValidator::validate function core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php Determines the reasons a module can not be uninstalled.
DatabaseDriverUninstallValidator::validate function core/lib/Drupal/Core/Extension/DatabaseDriverUninstallValidator.php Determines the reasons a module can not be uninstalled.
DatabaseDriverUninstallValidator::__construct function core/lib/Drupal/Core/ProxyClass/Extension/DatabaseDriverUninstallValidator.php Constructs a ProxyClass Drupal proxy object.
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 @coversDefaultClass \Drupal\Core\Database\Connection[[api-linebreak]]
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 @covers ::disableEvents[[api-linebreak]]
DatabaseEventsTest::testEnableInvalidEvent function core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php @covers ::enableEvents[[api-linebreak]]
DatabaseEventsTest::testEventDispatchingWhenNoContainerAvailable function core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php @covers ::dispatchEvent[[api-linebreak]]
DatabaseEventsTest::testEventEnablingAndDisabling function core/tests/Drupal/Tests/Core/Database/DatabaseEventsTest.php @covers ::isEventEnabled[[api-linebreak]]
@covers ::enableEvents[[api-linebreak]]
@covers ::disableEvents[[api-linebreak]]
DatabaseEventSubscriber class core/modules/system/tests/modules/database_test/src/EventSubscriber/DatabaseEventSubscriber.php Responds to database API events.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.