Search for log
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Log | class | core/ |
Logs values without changing them. |
| Log | class | core/ |
Database query logger. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| dialog.css | file | core/ |
/*! * jQuery UI Dialog 1.13.2 * 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/ |
/* Copyright (c) 2003-2023, CKSource Holding sp. z o.o. 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/ |
.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.css | file | core/ |
Presentational styles for Drupal dialogs. |
| dialog.css | file | core/ |
/** * 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/ |
Presentational styles for Drupal dialogs. |
| dialog.css | file | core/ |
Presentational styles for Drupal dialogs. |
| dialog.css | file | core/ |
Presentational styles for Drupal dialogs. |
| dialog.css | file | core/ |
Presentational styles for Drupal dialogs. |
| dialog.pcss.css | file | core/ |
Presentational styles for Drupal dialogs. |
| DialogPositionTest | class | core/ |
Tests the JavaScript functionality of the dialog position. |
| DialogPositionTest.php | file | core/ |
|
| DialogPositionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DialogPositionTest::$modules | property | core/ |
Modules to enable. |
| DialogPositionTest::testDialogOpenAndClose | function | core/ |
Tests if the dialog UI works properly with block layout page. |
| DialogRenderer | class | core/ |
Default main content renderer for dialog requests. |
| DialogRenderer.php | file | core/ |
|
| DialogRenderer::$renderer | property | core/ |
The renderer. |
| DialogRenderer::$titleResolver | property | core/ |
The title resolver. |
| DialogRenderer::determineTargetSelector | function | core/ |
Determine the target selector for the OpenDialogCommand. |
| DialogRenderer::renderResponse | function | core/ |
Renders the main content render array into a response. |
| DialogRenderer::__construct | function | core/ |
Constructs a new DialogRenderer. |
| DialogTest | class | core/ |
Performs tests on opening and manipulating dialogs via AJAX commands. |
| DialogTest.php | file | core/ |
|
| DialogTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DialogTest::$modules | property | core/ |
Modules to enable. |
| DialogTest::testDialog | function | core/ |
Tests sending non-JS and AJAX requests to open and manipulate modals. |
| dialog_ie.css | file | core/ |
/* Copyright (c) 2003-2023, CKSource Holding sp. z o.o. 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/ |
/* Copyright (c) 2003-2023, CKSource Holding sp. z o.o. 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/ |
/* Copyright (c) 2003-2023, CKSource Holding sp. z o.o. 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/ |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml |
| dialog_renderer_test.libraries.yml | file | core/ |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.libraries.yml |
| dialog_renderer_test.routing.yml | file | core/ |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml |
| dialog_renderer_test.services.yml | file | core/ |
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml |
| Drupal::logger | function | core/ |
Returns a channel logger object. |
| DrupalLogErrorTest | class | core/ |
Tests logging of errors in core/error.inc. |
| DrupalLogErrorTest.php | file | core/ |
|
| DrupalLogErrorTest::testFatalExitCode | function | core/ |
Tests that fatal errors return a non-zero exit code. |
| EditorDialogAccessTest | class | core/ |
Test access to the editor dialog forms. |
| EditorDialogAccessTest.php | file | core/ |
|
| EditorDialogAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| EditorDialogAccessTest::$modules | property | core/ |
Modules to install. |
| EditorDialogAccessTest::testEditorImageDialogAccess | function | core/ |
Tests access to the editor image dialog. |
| EditorDialogSave | class | core/ |
Provides an AJAX command for saving the contents of an editor dialog. |
| EditorDialogSave.php | file | core/ |
|
| EditorDialogSave::$values | property | core/ |
An array of values that will be passed back to the editor by the dialog. |
| EditorDialogSave::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
| EditorDialogSave::__construct | function | core/ |
Constructs an EditorDialogSave object. |
| EditorImageDialog | class | core/ |
Provides an image dialog for text editors. |
| EditorImageDialog.php | file | core/ |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.