Search for databases

  1. Search 7.x for databases
  2. Search 9.5.x for databases
  3. Search 10.3.x for databases
  4. Search 11.x for databases
  5. Search main for databases
  6. Other projects
Title Object type File name Summary
DatabaseStorageExpirableTest class core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php Tests the key-value database storage.
DatabaseStorageExpirableTest.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php
DatabaseStorageExpirableTest::$modules property core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php Modules to enable.
DatabaseStorageExpirableTest::register function core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php Registers test-specific services.
DatabaseStorageExpirableTest::setUp function core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php
DatabaseStorageExpirableTest::testCRUDWithExpiration function core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php Tests CRUD functionality with expiration.
DatabaseStorageExpirableTest::testExpiration function core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php Tests data expiration.
DatabaseStorageTest class core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php Tests DatabaseStorage operations.
DatabaseStorageTest class core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php Tests the key-value database storage.
DatabaseStorageTest.php file core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
DatabaseStorageTest.php file core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php
DatabaseStorageTest::$modules property core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php Modules to enable.
DatabaseStorageTest::delete function core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
DatabaseStorageTest::insert function core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
DatabaseStorageTest::read function core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
DatabaseStorageTest::register function core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php Registers test-specific services.
DatabaseStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
DatabaseStorageTest::setUp function core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageTest.php
DatabaseStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
InstallerExistingBrokenDatabaseSettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Tests the installer with broken database connection info in settings.php.
InstallerExistingBrokenDatabaseSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php
InstallerExistingBrokenDatabaseSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php The theme to install as the default for testing.
InstallerExistingBrokenDatabaseSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Prepares the current environment for running the test.
InstallerExistingBrokenDatabaseSettingsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Installer step: Configure settings.
InstallerExistingBrokenDatabaseSettingsTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Final installer step: Configure site.
InstallerExistingBrokenDatabaseSettingsTest::testRequirementsProblem function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingBrokenDatabaseSettingsTest.php Tests the expected requirements problem.
InstallerExistingDatabaseSettingsTest class core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php Tests the installer with an existing settings file with database connection
info.
InstallerExistingDatabaseSettingsTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php
InstallerExistingDatabaseSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php The theme to install as the default for testing.
InstallerExistingDatabaseSettingsTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php Prepares the current environment for running the test.
InstallerExistingDatabaseSettingsTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php @todo The database settings form is not supposed to appear if settings.php
contains a valid database connection already (but e.g. no config
directories yet).
InstallerExistingDatabaseSettingsTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerExistingDatabaseSettingsTest.php Verifies that installation succeeded.
MigrationConfigurationTrait::createDatabaseStateSettings function core/modules/migrate_drupal/src/MigrationConfigurationTrait.php Creates the necessary state entries for SqlBase::getDatabase() to work.
NodeGrantDatabaseStorage class core/modules/node/src/NodeGrantDatabaseStorage.php Defines a storage handler class that handles the node grants system.
NodeGrantDatabaseStorage.php file core/modules/node/src/NodeGrantDatabaseStorage.php
NodeGrantDatabaseStorage::$database property core/modules/node/src/NodeGrantDatabaseStorage.php The database connection.
NodeGrantDatabaseStorage::$languageManager property core/modules/node/src/NodeGrantDatabaseStorage.php The language manager.
NodeGrantDatabaseStorage::$moduleHandler property core/modules/node/src/NodeGrantDatabaseStorage.php The module handler.
NodeGrantDatabaseStorage::access function core/modules/node/src/NodeGrantDatabaseStorage.php Determines access to nodes based on node grants.
NodeGrantDatabaseStorage::alterQuery function core/modules/node/src/NodeGrantDatabaseStorage.php Alters a query when node access is required.
NodeGrantDatabaseStorage::buildGrantsQueryCondition function core/modules/node/src/NodeGrantDatabaseStorage.php Creates a query condition from an array of node access grants.
NodeGrantDatabaseStorage::checkAll function core/modules/node/src/NodeGrantDatabaseStorage.php Checks all grants for a given account.
NodeGrantDatabaseStorage::count function core/modules/node/src/NodeGrantDatabaseStorage.php Counts available node grants.
NodeGrantDatabaseStorage::delete function core/modules/node/src/NodeGrantDatabaseStorage.php Deletes all node access entries.
NodeGrantDatabaseStorage::deleteNodeRecords function core/modules/node/src/NodeGrantDatabaseStorage.php Remove the access records belonging to certain nodes.
NodeGrantDatabaseStorage::write function core/modules/node/src/NodeGrantDatabaseStorage.php Writes a list of grants to the database, deleting previously saved ones.
NodeGrantDatabaseStorage::writeDefault function core/modules/node/src/NodeGrantDatabaseStorage.php Creates the default node access grant entry.
NodeGrantDatabaseStorage::__construct function core/modules/node/src/NodeGrantDatabaseStorage.php Constructs a NodeGrantDatabaseStorage object.
NodeGrantDatabaseStorageInterface interface core/modules/node/src/NodeGrantDatabaseStorageInterface.php Provides an interface for node access grant storage.
NodeGrantDatabaseStorageInterface.php file core/modules/node/src/NodeGrantDatabaseStorageInterface.php

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