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
dblog_update_last_removed function core/modules/dblog/dblog.install Implements hook_update_last_removed().
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().
DefaultExceptionHtmlSubscriber::$logger property core/lib/Drupal/Core/EventSubscriber/DefaultExceptionHtmlSubscriber.php The 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-test.css file core/modules/system/tests/modules/dialog_renderer_test/css/dialog-test.css .no-close .ui-dialog-titlebar-close {
display: none;
visibility: hidden;
}
dialog.css file core/assets/vendor/jquery.ui/themes/base/dialog.css /*!
* jQuery UI Dialog 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/dialog/#theming
*/
.ui-dialog {
position:…
dialog.css file core/profiles/demo_umami/themes/umami/css/classy/components/dialog.css Presentational styles for Drupal dialogs.
dialog.css file core/themes/claro/css/components/dialog.css Presentational styles for Drupal dialogs.
dialog.css file core/themes/starterkit_theme/css/components/dialog.css Presentational styles for Drupal dialogs.
dialog.pcss.css file core/themes/claro/css/components/dialog.pcss.css Presentational styles for Drupal dialogs.
DialogFormLink class core/modules/system/tests/modules/ajax_forms_test/src/Controller/DialogFormLink.php Test class to create dialog form link.
DialogFormLink.php file core/modules/system/tests/modules/ajax_forms_test/src/Controller/DialogFormLink.php
DialogFormLink::makeDialogFormLink function core/modules/system/tests/modules/ajax_forms_test/src/Controller/DialogFormLink.php Builds an associative array representing a link that opens a dialog.
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 install.
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::getDialogOptions function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Returns the dialog options from request.
DialogRenderer::getTitleAsStringable function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Gets the title as a string or stringable object.
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.
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 install.
DialogTest::testDialog function core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php Tests sending non-JS and AJAX requests to open and manipulate modals.
DialogTest::testHttpMethod function core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php Tests dialog link opener with different HTTP methods.
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.libraries.yml file core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.libraries.yml core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.libraries.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.
DrupalLogErrorTest class core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php Tests logging of errors in core/error.inc.
DrupalLogErrorTest.php file core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php
DrupalLogErrorTest::getScriptBody function core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php
DrupalLogErrorTest::provideFatalExitCodeData function core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php
DrupalLogErrorTest::testFatalExitCode function core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php Tests that fatal errors return a non-zero exit code.
EditorDialogSave class core/modules/editor/src/Ajax/EditorDialogSave.php Provides an AJAX command for saving the contents of an editor dialog.
EditorDialogSave.php file core/modules/editor/src/Ajax/EditorDialogSave.php
EditorDialogSave::$values property core/modules/editor/src/Ajax/EditorDialogSave.php An array of values that will be passed back to the editor by the dialog.
EditorDialogSave::render function core/modules/editor/src/Ajax/EditorDialogSave.php Return an array to be run through json_encode and sent to the client.
EditorDialogSave::__construct function core/modules/editor/src/Ajax/EditorDialogSave.php Constructs an EditorDialogSave object.

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