Search for db

  1. Search 7.x for db
  2. Search 9.5.x for db
  3. Search 10.3.x for db
  4. Search 11.x for db
  5. Other projects
Title Object type File name Summary
StringDatabaseStorage::dbStringLoad function core/modules/locale/src/StringDatabaseStorage.php Loads multiple string objects.
StringDatabaseStorage::dbStringSelect function core/modules/locale/src/StringDatabaseStorage.php Builds a SELECT query with multiple conditions and fields.
StringDatabaseStorage::dbStringTable function core/modules/locale/src/StringDatabaseStorage.php Gets table name for storing string object.
StringDatabaseStorage::dbStringUpdate function core/modules/locale/src/StringDatabaseStorage.php Updates string object in the database.
SystemPoweredByBlock class core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php Provides a 'Powered by Drupal' block.
SystemPoweredByBlock.php file core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php
SystemPoweredByBlock::build function core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php Builds and returns the renderable array for this block plugin.
SystemPoweredByBlock::defaultConfiguration function core/modules/system/src/Plugin/Block/SystemPoweredByBlock.php
Tasks::ensureInnoDbAvailable function core/lib/Drupal/Core/Database/Driver/mysql/Install/Tasks.php Ensure that InnoDB is available.
TaxonomyParentUpdateTest::$db property core/modules/taxonomy/tests/src/Functional/Update/TaxonomyParentUpdateTest.php The database connection.
TermTranslationTest::testTranslatedBreadcrumbs function core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php Test translated breadcrumbs.
TestContextAwareUnsatisfiedBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php Provides a context-aware block.
TestContextAwareUnsatisfiedBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php
TestContextAwareUnsatisfiedBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestContextAwareUnsatisfiedBlock.php Builds and returns the renderable array for this block plugin.
TestController::tokenReplaceWithoutPassedBubbleableMetadata function core/modules/system/tests/modules/token_test/src/Controller/TestController.php Provides a token replacement with a node as well as the current user.
TestFieldConstraint::validatedBy function core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php
TestPathBasedBreadcrumbBuilder class core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Helper class for testing purposes only.
TestPathBasedBreadcrumbBuilder::setLinkGenerator function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php
TestPathBasedBreadcrumbBuilder::setStringTranslation function core/modules/system/tests/src/Unit/Breadcrumbs/PathBasedBreadcrumbBuilderTest.php Sets the string translation service to use.
TestSiteApplicationTest::testTearDownDbPrefixValidation function core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php @coversNothing[[api-linebreak]]
theme.negotiator.system.db_update service core/modules/system/system.services.yml Drupal\system\Theme\DbUpdateNegotiator
Transaction::$rolledBack property core/lib/Drupal/Core/Database/Transaction.php A boolean value to indicate whether this transaction has been rolled back.
TwigSandboxPolicy class core/lib/Drupal/Core/Template/TwigSandboxPolicy.php Default sandbox policy for Twig templates.
TwigSandboxPolicy.php file core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
TwigSandboxPolicy::$whitelisted_classes property core/lib/Drupal/Core/Template/TwigSandboxPolicy.php An array of class names for which any method calls are allowed.
TwigSandboxPolicy::$whitelisted_methods property core/lib/Drupal/Core/Template/TwigSandboxPolicy.php An array of whitelisted methods in the form of methodName => TRUE.
TwigSandboxPolicy::$whitelisted_prefixes property core/lib/Drupal/Core/Template/TwigSandboxPolicy.php An array of whitelisted method prefixes -- any method starting with one of
these prefixes will be allowed.
TwigSandboxPolicy::checkMethodAllowed function core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
TwigSandboxPolicy::checkPropertyAllowed function core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
TwigSandboxPolicy::checkSecurity function core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
TwigSandboxPolicy::__construct function core/lib/Drupal/Core/Template/TwigSandboxPolicy.php Constructs a new TwigSandboxPolicy object.
TwigSandboxTest class core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php Tests the twig sandbox policy.
TwigSandboxTest.php file core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php Contains \Drupal\Tests\Core\Template\TwigSandboxTest.
TwigSandboxTest::$twig property core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php The Twig environment loaded with the sandbox extension.
TwigSandboxTest::getTwigEntityDangerousMethods function core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php Data provider for ::testEntityDangerousMethods.
TwigSandboxTest::setUp function core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php
TwigSandboxTest::testEntityDangerousMethods function core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php Tests that dangerous methods cannot be called in entity objects.
TwigSandboxTest::testEntitySafeMethods function core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php Tests that valid methods can be called from within Twig templates.
TwigSandboxTest::testEntitySafePrefixes function core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php Tests that prefixed methods can be called from within Twig templates.
TwigSandboxTest::testExtendedClass function core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php Tests that white listed classes can be extended.
TwigSandboxTest::testUrlSafeMethods function core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php Tests that safe methods inside Url objects can be called.
UninstallDefaultContentTest::expectedBlocks function core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php Returns the expected properties of this profile's custom blocks.
UniqueFieldConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldConstraint.php
UnpublishedBlockTest class core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php Tests unpublishing of block_content entities.
UnpublishedBlockTest.php file core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php
UnpublishedBlockTest::$defaultTheme property core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php The theme to install as the default for testing.
UnpublishedBlockTest::$modules property core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php Modules to enable.
UnpublishedBlockTest::testViewShowsCorrectStates function core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php Tests unpublishing of block_content entities.
UpdatePathTestBase::runDbTasks function core/modules/system/src/Tests/Update/UpdatePathTestBase.php Runs the install database tasks for the driver used by the test runner.
UpdatePathTestBase::runDbTasks function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Runs the install database tasks for the driver used by the test runner.

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