Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
DbDumpTest class core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Tests for the database dump commands.
DbDumpTest.php file core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php
DbDumpTest::$data property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Test data to write into config.
DbDumpTest::$modules property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Modules to enable.
DbDumpTest::$originalTableIndexes property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php An array of original table indexes (including primary and unique keys).
DbDumpTest::$originalTableSchemas property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php An array of original table schemas.
DbDumpTest::$tables property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Tables that should be part of the exported script.
DbDumpTest::getTableIndexes function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Returns indexes for a given table.
DbDumpTest::getTableSchema function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Helper function to get a simplified schema for a given table.
DbDumpTest::register function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Register a database cache backend rather than memory-based.
DbDumpTest::setUp function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php
DbDumpTest::testDbDumpCommand function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Test the command directly.
DbDumpTest::testScriptLoad function core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Test loading the script back into the database.
DbImportCommand::runScript function core/lib/Drupal/Core/Command/DbImportCommand.php Run the database script.
DbImportCommandTest class core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Test that the DbImportCommand works correctly.
DbImportCommandTest.php file core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php
DbImportCommandTest::$modules property core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Modules to enable.
DbImportCommandTest::$tables property core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Tables that should be part of the exported script.
DbImportCommandTest::testDbImportCommand function core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php Test the command directly.
dblog.install file core/modules/dblog/dblog.install Install, update and uninstall functions for the dblog module.
dblog.libraries.yml file core/modules/dblog/dblog.libraries.yml core/modules/dblog/dblog.libraries.yml
dblog.links.menu.yml file core/modules/dblog/dblog.links.menu.yml core/modules/dblog/dblog.links.menu.yml
dblog.links.task.yml file core/modules/dblog/dblog.links.task.yml core/modules/dblog/dblog.links.task.yml
dblog.module.css file core/modules/dblog/css/dblog.module.css Admin styles for the Database Logging module.
dblog.module.css file core/themes/stable/css/dblog/dblog.module.css Admin styles for the Database Logging module.
dblog.post_update.php file core/modules/dblog/dblog.post_update.php Post update functions for the Database Logging module.
dblog.schema.yml file core/modules/dblog/config/schema/dblog.schema.yml core/modules/dblog/config/schema/dblog.schema.yml
dblog.services.yml file core/modules/dblog/dblog.services.yml core/modules/dblog/dblog.services.yml
dblog.settings.yml file core/modules/dblog/config/install/dblog.settings.yml core/modules/dblog/config/install/dblog.settings.yml
dblog.views.inc file core/modules/dblog/dblog.views.inc Provide views data for dblog.module.
dblog.views.schema.yml file core/modules/dblog/config/schema/dblog.views.schema.yml core/modules/dblog/config/schema/dblog.views.schema.yml
DbLog::$parser property core/modules/dblog/src/Logger/DbLog.php The message's placeholders parser.
DbLog::__construct function core/modules/dblog/src/Logger/DbLog.php Constructs a DbLog object.
DblogClearLogConfirmForm::getQuestion function core/modules/dblog/src/Form/DblogClearLogConfirmForm.php Returns the question to ask the user.
DblogClearLogConfirmForm::submitForm function core/modules/dblog/src/Form/DblogClearLogConfirmForm.php Form submission handler.
DblogClearLogConfirmForm::__construct function core/modules/dblog/src/Form/DblogClearLogConfirmForm.php Constructs a new DblogClearLogConfirmForm.
DbLogController::$database property core/modules/dblog/src/Controller/DbLogController.php The database service.
DbLogController::$userStorage property core/modules/dblog/src/Controller/DbLogController.php The user storage.
DbLogController::eventDetails function core/modules/dblog/src/Controller/DbLogController.php Displays details about a specific database log message.
DbLogController::formatMessage function core/modules/dblog/src/Controller/DbLogController.php Formats a database log message.
DbLogController::getLogLevelClassMap function core/modules/dblog/src/Controller/DbLogController.php Gets an array of log level classes.
DbLogController::topLogMessages function core/modules/dblog/src/Controller/DbLogController.php Shows the most frequent log messages of a given event type.
DbLogController::__construct function core/modules/dblog/src/Controller/DbLogController.php Constructs a DbLogController object.
DbLogControllerTest class core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Tests for the DbLogController class.
DbLogControllerTest.php file core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php
DbLogControllerTest::$modules property core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Modules to enable.
DbLogControllerTest::setUp function core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php
DbLogControllerTest::testDbLogCorrupted function core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Tests corrupted log entries can still display available data.
DbLogControllerTest::testNonLatinCharacters function core/modules/dblog/tests/src/Kernel/DbLogControllerTest.php Tests links with non latin characters.
DblogFilterForm::resetForm function core/modules/dblog/src/Form/DblogFilterForm.php Resets the filter form.

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