Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
DatabaseDriver::getModuleInfo function core/lib/Drupal/Core/Extension/DatabaseDriver.php Gets the content of the info.yml file of the driver's module, as an array.
DatabaseDriver::getName function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the internal name of the extension.
DatabaseDriver::getNamespace function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the PHP namespace of the database driver.
DatabaseDriver::getPath function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the relative path of the extension.
DatabaseDriver::getPathname function core/lib/Drupal/Core/Extension/DatabaseDriver.php Returns the relative path and filename of the extension's info file.
DatabaseDriver::isExperimental function core/lib/Drupal/Core/Extension/DatabaseDriver.php Checks if an extension is marked as experimental.
DatabaseDriver::isObsolete function core/lib/Drupal/Core/Extension/DatabaseDriver.php Checks if an extension is marked as obsolete.
DatabaseDriver::load function core/lib/Drupal/Core/Extension/DatabaseDriver.php Loads the main extension file, if any.
DatabaseDriver::__construct function core/lib/Drupal/Core/Extension/DatabaseDriver.php Constructs a new DatabaseDriver object.
DatabaseDriverList class core/lib/Drupal/Core/Extension/DatabaseDriverList.php Provides a list of available database drivers.
DatabaseDriverList.php file core/lib/Drupal/Core/Extension/DatabaseDriverList.php
DatabaseDriverList::$includeTestDrivers property core/lib/Drupal/Core/Extension/DatabaseDriverList.php Determines whether test drivers shall be included in the discovery.
DatabaseDriverList::checkIncompatibility function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Tests the compatibility of an extension.
DatabaseDriverList::CORE_MYSQL_DRIVER_NAMESPACE constant core/lib/Drupal/Core/Extension/DatabaseDriverList.php The namespace of core's MySql database driver.
DatabaseDriverList::createExtensionInfo function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Creates the info value for an extension object.
DatabaseDriverList::doList function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Builds the list of extensions.
DatabaseDriverList::doScanExtensions function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Scans the available extensions.
DatabaseDriverList::get function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns a single extension.
DatabaseDriverList::getAllAvailableInfo function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns an array of info files information of available extensions.
DatabaseDriverList::getAllInstalledInfo function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns an array of info files information of installed extensions.
DatabaseDriverList::getExtensionDiscovery function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns the extension discovery.
DatabaseDriverList::getExtensionInfo function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns information about a specified extension.
DatabaseDriverList::getInstallableList function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns the list of installable database drivers.
DatabaseDriverList::getInstalledExtensionNames function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns a list of machine names of installed extensions.
DatabaseDriverList::getName function core/lib/Drupal/Core/Extension/DatabaseDriverList.php Returns the human-readable name of the extension.
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 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 Determines the reasons a module can not be uninstalled.
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.

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