Search for log

  1. Search 7.x for log
  2. Search 9.5.x for log
  3. Search 8.9.x for log
  4. Search 10.3.x for log
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Log class core/modules/migrate/src/Plugin/migrate/process/Log.php Logs values without changing them.
Log class core/lib/Drupal/Core/Database/Log.php Database query logger.

All search results

Title Object type File name Summary
ChangeLogger::REQUESTED_PACKAGES_KEY constant core/modules/package_manager/src/EventSubscriber/ChangeLogger.php The metadata key under which to store the requested package versions.
ChangeLogger::__construct function core/modules/package_manager/src/EventSubscriber/ChangeLogger.php
ChangeLoggerTest class core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php @covers \Drupal\package_manager\EventSubscriber\ChangeLogger
@group package_manager
ChangeLoggerTest.php file core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php
ChangeLoggerTest::$logger property core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php The logger to which change lists will be written.
ChangeLoggerTest::register function core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php Registers test-specific services.
ChangeLoggerTest::setUp function core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php
ChangeLoggerTest::testChangeLogging function core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php Tests that the requested and applied changes are logged.
cke-dialog.css file core/themes/olivero/css/components/cke-dialog.css CKE Dialogs.
cke-dialog.pcss.css file core/themes/olivero/css/components/cke-dialog.pcss.css CKE Dialogs.
ckeditor5.dialog.fix.css file core/modules/ckeditor5/css/ckeditor5.dialog.fix.css .ui-dialog ~ .ck-body-wrapper {
--ck-z-panel: 1261;
}
CKEditor5::$logger property core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php A logger instance.
CKEditor5DialogTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php Tests for CKEditor 5 to ensure correct focus management in dialogs.
CKEditor5DialogTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php
CKEditor5DialogTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php Modules to install.
CKEditor5DialogTest::testCKEditor5FocusInTooltipsInDialog function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php Tests if CKEditor 5 tooltips can be interacted with in dialogs.
CKEditor5DialogTestController class core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5DialogTestController.php Provides controller for testing CKEditor in off-canvas dialogs.
CKEditor5DialogTestController.php file core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5DialogTestController.php
CKEditor5DialogTestController::testDialog function core/modules/ckeditor5/tests/modules/ckeditor5_test/src/Controller/CKEditor5DialogTestController.php Returns a link that can open a node add form in an modal dialog.
CloseDialogCommand class core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Defines an AJAX command that closes the current active dialog.
CloseDialogCommand.php file core/lib/Drupal/Core/Ajax/CloseDialogCommand.php
CloseDialogCommand::$persist property core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Whether to persist the dialog in the DOM or not.
CloseDialogCommand::$selector property core/lib/Drupal/Core/Ajax/CloseDialogCommand.php A CSS selector string of the dialog to close.
CloseDialogCommand::render function core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Return an array to be run through json_encode and sent to the client.
CloseDialogCommand::__construct function core/lib/Drupal/Core/Ajax/CloseDialogCommand.php Constructs a CloseDialogCommand object.
CloseModalDialogCommand class core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php Defines an AJAX command that closes the currently visible modal dialog.
CloseModalDialogCommand.php file core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php
CloseModalDialogCommand::__construct function core/lib/Drupal/Core/Ajax/CloseModalDialogCommand.php Constructs a CloseModalDialogCommand object.
CommentTypeDeleteForm::$logger property core/modules/comment/src/Form/CommentTypeDeleteForm.php A logger instance.
CommentTypeForm::$logger property core/modules/comment/src/CommentTypeForm.php A logger instance.
ComposerInspector::setLogger function core/modules/package_manager/src/ComposerInspector.php
ConfigExportImportUITest::$newSlogan property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Holds a randomly generated new 'site slogan' for testing.
ConfigExportImportUITest::$originalSlogan property core/modules/config/tests/src/Functional/ConfigExportImportUITest.php Holds the original 'site slogan' before testing.
ConfigImporter::logError function core/lib/Drupal/Core/Config/ConfigImporter.php Logs an error message.
ConfigImporterMissingContentTest::$logMessages property core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php The logged messages.
ConfigImporterMissingContentTest::log function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterMissingContentTest.php
ConfigImportUITest::testImportErrorLog function core/modules/config/tests/src/Functional/ConfigImportUITest.php Tests an import that results in an error.
ConfigTranslationUiTest::testConfigTranslationDialog function core/modules/config_translation/tests/src/FunctionalJavascript/ConfigTranslationUiTest.php Tests that the add, edit and delete operations open in a modal.
Connection::$logger property core/lib/Drupal/Core/Database/Connection.php The current database logging object for this connection.
Connection::getLogger function core/lib/Drupal/Core/Database/Connection.php Gets the current logging object for this connection.
Connection::setLogger function core/lib/Drupal/Core/Database/Connection.php Associates a logging object with this connection.
ConnectionFailureTest::testConnectionFailureLogging function core/modules/dblog/tests/src/Kernel/ConnectionFailureTest.php Tests logging of connection failures.
ContentEntityDeleteForm::logDeletionMessage function core/lib/Drupal/Core/Entity/ContentEntityDeleteForm.php
ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable function core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php Tests that revision_log is not translatable.
CookieResourceTestTrait::$logoutToken property core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php The logout token.
CronQueueTest::$logger property core/modules/system/tests/src/Kernel/System/CronQueueTest.php A logger for testing.
CustomPageExceptionHtmlSubscriberTest::$errorLog property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The PHP error log settings before the test.
CustomPageExceptionHtmlSubscriberTest::$logger property core/tests/Drupal/Tests/Core/EventSubscriber/CustomPageExceptionHtmlSubscriberTest.php The mocked logger.
d6_dblog_settings.yml file core/modules/dblog/migrations/d6_dblog_settings.yml core/modules/dblog/migrations/d6_dblog_settings.yml
d6_syslog_settings.yml file core/modules/syslog/migrations/d6_syslog_settings.yml core/modules/syslog/migrations/d6_syslog_settings.yml

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