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
DbLogViewsTest::getLogsEntriesTable function core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Find the Logs table in the DOM.
DbLogViewsTest::testEmptyText function core/modules/dblog/tests/src/Functional/DbLogViewsTest.php Tests the empty text for the watchdog view is not using an input format.
dblog_filters function core/modules/dblog/dblog.module Creates a list of database log administration filters that can be applied.
dblog_removed_post_updates function core/modules/dblog/dblog.post_update.php Implements hook_removed_post_updates().
dblog_schema function core/modules/dblog/dblog.install Implements hook_schema().
dblog_test_views.info.yml file core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml core/modules/dblog/tests/modules/dblog_test_views/dblog_test_views.info.yml
dblog_update_last_removed function core/modules/dblog/dblog.install Implements hook_update_last_removed().
DbToolsApplication class core/lib/Drupal/Core/Command/DbToolsApplication.php Provides a command to import a database generation script.
DbToolsApplication.php file core/lib/Drupal/Core/Command/DbToolsApplication.php
DbToolsApplication::getDefaultCommands function core/lib/Drupal/Core/Command/DbToolsApplication.php
DbToolsApplication::__construct function core/lib/Drupal/Core/Command/DbToolsApplication.php
DbToolsApplicationTest class core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php Test that the DbToolsApplication works correctly.
DbToolsApplicationTest.php file core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php
DbToolsApplicationTest::testDumpCommandRegistration function core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php Tests that the dump command is correctly registered.
DbToolsApplicationTest::testImportCommandRegistration function core/modules/system/tests/src/Kernel/Scripts/DbToolsApplicationTest.php Tests that the dump command is correctly registered.
DbUpdateAccessCheck class core/modules/system/src/Access/DbUpdateAccessCheck.php Access check for database update routes.
DbUpdateAccessCheck.php file core/modules/system/src/Access/DbUpdateAccessCheck.php
DbUpdateAccessCheck::access function core/modules/system/src/Access/DbUpdateAccessCheck.php Checks access to update.php.
DbUpdateController::$postUpdateRegistry property core/modules/system/src/Controller/DbUpdateController.php The post update registry.
DbUpdateController::$state property core/modules/system/src/Controller/DbUpdateController.php The state service.
DbUpdateController::batchFinished function core/modules/system/src/Controller/DbUpdateController.php Finishes the update process and stores the results for eventual display.
DbUpdateController::getModuleUpdates function core/modules/system/src/Controller/DbUpdateController.php Retrieves module updates.
DbUpdateController::helpfulLinks function core/modules/system/src/Controller/DbUpdateController.php Provides links to the homepage and administration pages.
DbUpdateController::requirements function core/modules/system/src/Controller/DbUpdateController.php Renders a list of requirement errors or warnings.
DbUpdateController::results function core/modules/system/src/Controller/DbUpdateController.php Displays results of the update script with any accompanying errors.
DbUpdateController::selection function core/modules/system/src/Controller/DbUpdateController.php Renders a list of available database updates.
DbUpdateController::updateTasksList function core/modules/system/src/Controller/DbUpdateController.php Provides the update task list render array.
DbUpdateController::__construct function core/modules/system/src/Controller/DbUpdateController.php Constructs a new UpdateController.
DbUpdateNegotiator::applies function core/modules/system/src/Theme/DbUpdateNegotiator.php Whether this theme negotiator should be used to set the theme.
DbUpdateNegotiator::__construct function core/modules/system/src/Theme/DbUpdateNegotiator.php Constructs a DbUpdateNegotiator.
DCOM58Test class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php This class is a near-copy of
\Doctrine\Tests\Common\Annotations\Ticket\DCOM58Test, which is part of the
Doctrine project: <http://www.doctrine-project.org>. It was copied from
version 1.2.7.
DCOM58Test.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::setUp function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueGlobalNamespace function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueMultipleNamespaces function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueNamespaces function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueSimpleAnnotationReader function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
DCOM58Test::testIssueWithNamespacesOrImports function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
ddd_hook_order_test.info.yml file core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.info.yml core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.info.yml
ddd_hook_order_test.module file core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.module
ddd_hook_order_test_test_hook function core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/ddd_hook_order_test.module Implements hook_test_hook().
DebugDump::$colors property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Whether colors should be used for printing.
DebugDump::$stagingFilePath property core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php The path to the dump staging file.
DebugDump::bootstrap function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php
DebugDump::getDumps function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Retrieves dumps from storage.
DebugDump::isEnabled function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Determines if the extension is enabled.
DebugDump::testRunnerFinished function core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php Prints the dumps generated during the test.
DebugExtension class core/lib/Drupal/Core/Template/DebugExtension.php A class providing Drupal Twig Debug extension.
DebugExtension.php file core/lib/Drupal/Core/Template/DebugExtension.php
DebugExtension::dump function core/lib/Drupal/Core/Template/DebugExtension.php Dumps information about variables using Symfony VarDumper.

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