Search for log

  1. Search 7.x for log
  2. Search 9.5.x for log
  3. Search 10.3.x for log
  4. Search 11.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
dblog_logging_settings_submit function core/modules/dblog/dblog.module Form submission handler for system_logging_settings().
dblog_menu_links_discovered_alter function core/modules/dblog/dblog.module Implements hook_menu_links_discovered_alter().
dblog_post_update_convert_recent_messages_to_view function core/modules/dblog/dblog.post_update.php Replace 'Recent log messages' with a view.
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_8400 function core/modules/dblog/dblog.install Use standard plugin for wid and uid fields. Use dblog_types for type filter.
dblog_update_8600 function core/modules/dblog/dblog.install Change 'No logs message available.' area plugin type.
dblog_views_data function core/modules/dblog/dblog.views.inc Implements hook_views_data().
dblog_views_pre_render function core/modules/dblog/dblog.module Implements hook_views_pre_render().
dblog_view_presave function core/modules/dblog/dblog.module Implements hook_ENTITY_TYPE_presave() for views entities.
DefaultExceptionHtmlSubscriber::$logger property core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php The logger instance.
DefaultFetcher::$logger property core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php A logger instance.
DeleteForm::logDeletionMessage function core/modules/comment/src/Form/DeleteForm.php
DemoUmamiProfileTest::drupalLoginWithPassword function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Logs in a user using the Mink controlled browser using a password.
dialog.css file core/profiles/demo_umami/themes/umami/css/classy/components/dialog.css Presentational styles for Drupal dialogs.
dialog.css file core/themes/seven/css/components/dialog.css /**
* Presentational styles for Drupal dialogs.
*/

.ui-dialog {
position: absolute;
z-index: 1260;
padding: 0;
border: 0;
background: transparent;
}

@media all and (max-width: 48em) { /* 768px */
.ui-dialog {
min-width: 92%;
dialog.css file core/themes/claro/css/components/dialog.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/2815083
* @preserve
*/

/**
* Presentational styles for Drupal dialogs.
*/

.ui-dialog {
position: absolute;
z-index: 1260;
dialog.css file core/themes/bartik/css/classy/components/dialog.css Presentational styles for Drupal dialogs.
dialog.css file core/themes/classy/css/components/dialog.css Presentational styles for Drupal dialogs.
dialog.css file core/assets/vendor/jquery.ui/themes/base/dialog.css /*!
* jQuery UI Dialog 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/dialog/#theming
*/
.ui-dialog {
position:…
dialog.css file core/assets/vendor/ckeditor/skins/moono-lisa/dialog.css /*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog…
dialog.css file core/assets/vendor/ckeditor/plugins/dialog/styles/dialog.css .cke_dialog_open {
overflow: hidden;
}

.cke_dialog_container {
position: fixed;
overflow-y: auto;
overflow-x: auto;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 10010;
}

.cke_dialog_body {
position: relative;
}
dialog.pcss.css file core/themes/claro/css/components/dialog.pcss.css /**
* Presentational styles for Drupal dialogs.
*/

.ui-dialog {
position: absolute;
z-index: 1260;
padding: 0;
border: 0;
background: transparent;
}

@media all and (max-width: 48em) { /* 768px */
.ui-dialog {
min-width: 92%;
DialogPositionTest class core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php Tests the JavaScript functionality of the dialog position.
DialogPositionTest.php file core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php
DialogPositionTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php The theme to install as the default for testing.
DialogPositionTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php Modules to enable.
DialogPositionTest::testDialogOpenAndClose function core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php Tests if the dialog UI works properly with block layout page.
DialogRenderer class core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Default main content renderer for dialog requests.
DialogRenderer.php file core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php
DialogRenderer::$renderer property core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php The renderer.
DialogRenderer::$titleResolver property core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php The title resolver.
DialogRenderer::determineTargetSelector function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Determine the target selector for the OpenDialogCommand.
DialogRenderer::renderResponse function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Renders the main content render array into a response.
DialogRenderer::__construct function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Constructs a new DialogRenderer.
DialogRendererTest class core/tests/Drupal/Tests/Core/Controller/DialogRendererTest.php @coversDefaultClass \Drupal\Core\Render\MainContent\DialogRenderer
@group Ajax
DialogRendererTest.php file core/tests/Drupal/Tests/Core/Controller/DialogRendererTest.php
DialogRendererTest::testConstructorRendererArgument function core/tests/Drupal/Tests/Core/Controller/DialogRendererTest.php @group legacy
@expectedDeprecation The renderer service must be passed to Drupal\Core\Render\MainContent\DialogRenderer::__construct and will be required before Drupal 9.0.0. See https://www.drupal.org/node/3009400
DialogTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php Performs tests on opening and manipulating dialogs via AJAX commands.
DialogTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php
DialogTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php The theme to install as the default for testing.
DialogTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php Modules to enable.
DialogTest::testDialog function core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php Test sending non-JS and AJAX requests to open and manipulate modals.
dialog_ie.css file core/assets/vendor/ckeditor/skins/moono-lisa/dialog_ie.css /*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog…
dialog_ie8.css file core/assets/vendor/ckeditor/skins/moono-lisa/dialog_ie8.css /*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog…
dialog_iequirks.css file core/assets/vendor/ckeditor/skins/moono-lisa/dialog_iequirks.css /*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
.cke_dialog{visibility:visible}.cke_dialog_body{z-index:1;background:#fff}.cke_dialog…
dialog_renderer_test.info.yml file core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml
dialog_renderer_test.routing.yml file core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml
dialog_renderer_test.services.yml file core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml
Drupal::logger function core/lib/Drupal.php Returns a channel logger object.

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