Search for db

  1. Search 7.x for db
  2. Search 9.5.x for db
  3. Search 8.9.x for db
  4. Search 11.x for db
  5. Other projects
Title Object type File name Summary
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]]
TextareaWithSummaryTest::testTextSummaryRequiredBehavior function core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php Tests that the textSummary behavior is not run for required summary fields.
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::$allowed_classes property core/lib/Drupal/Core/Template/TwigSandboxPolicy.php An array of class names for which any method calls are allowed.
TwigSandboxPolicy::$allowed_methods property core/lib/Drupal/Core/Template/TwigSandboxPolicy.php An array of allowed methods in the form of methodName => TRUE.
TwigSandboxPolicy::$allowed_prefixes property core/lib/Drupal/Core/Template/TwigSandboxPolicy.php Allowed method prefixes.
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::getMethodsAllowedOnAllObjects function core/lib/Drupal/Core/Template/TwigSandboxPolicy.php Gets the list of allowed methods on all objects.
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
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 content blocks.
UniqueFieldConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UniqueFieldConstraint.php Returns the name of the class that validates this constraint.
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 install.
UnpublishedBlockTest::testViewShowsCorrectStates function core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php Tests unpublishing of block_content entities.
UpdatePathTestBase::runDbTasks function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Runs the install database tasks for the driver used by the test runner.
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageNoDblog function core/modules/update/tests/src/Kernel/UpdateReportTest.php Tests the error message when failing to fetch data without dblog installed.
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog function core/modules/update/tests/src/Kernel/UpdateReportTest.php Tests the error message when failing to fetch data with dblog installed.
UpdateScriptTest::HANDBOOK_MESSAGE constant core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
UrlConversionTest::providerConvertDbUrlToConnectionInfo function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php Data provider for testDbUrlToConnectionConversion().
UrlConversionTest::testDbUrlToConnectionConversion function core/tests/Drupal/Tests/Core/Database/UrlConversionTest.php @covers ::convertDbUrlToConnectionInfo[[api-linebreak]]
UuidConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/UuidConstraint.php @todo Add method return type declaration.
VariationCacheTest::$cacheIdBase property core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php The cache ID for the cache keys, without taking contexts into account.
VendorHardeningPlugin::findBinOverlap function composer/Plugin/VendorHardening/VendorHardeningPlugin.php Find bin files which are inside cleanup directories.
VendorHardeningPluginTest::providerFindBinOverlap function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php
VendorHardeningPluginTest::testFindBinOverlap function core/tests/Drupal/Tests/Composer/Plugin/VendorHardening/VendorHardeningPluginTest.php @covers ::findBinOverlap[[api-linebreak]]
@dataProvider providerFindBinOverlap
views.view.dblog_integration_test.yml file core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.dblog_integration_test.yml core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.dblog_integration_test.yml
views.view.test_dblog.yml file core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml core/modules/dblog/tests/modules/dblog_test_views/test_views/views.view.test_dblog.yml
ViewsTestEntity::$mockedBaseFieldDefinitions property core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php The mocked base fields for test entity types.
ViewsTestEntity::setMockedBaseFieldDefinitions function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Sets up the mocked base field definitions.
ViewUI::getStandardButtons function core/modules/views_ui/src/ViewUI.php Provides a standard set of Apply/Cancel/OK buttons for the forms.
WorkspacesContentModerationStateTest::addEntityTypeAndBundleToWorkflow function core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php Adds an entity type ID / bundle ID to the given workflow.

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