Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
DHooks::sparseTestHook function core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/src/Hook/DHooks.php Implements hook_test_hook().
DHooks::testHook function core/modules/system/tests/modules/HookOrder/ddd_hook_order_test/src/Hook/DHooks.php Implements hook_test_hook().
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.1
* 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/themes/default_admin/migration/css/components/dialog.css Dialog and modal styles.
dialog.css file core/themes/default_admin/migration/css/theme/dialog.css Dialog theme overrides for form elements, links, and controls.
dialog.css file core/themes/default_admin/css/components/dialog.css Dialog and modal styles, including theme overrides for form elements,
links, and controls.
dialog.css file core/modules/system/tests/themes/test_base_theme/css/components/dialog.css /*
* Base theme dialog fixture.
*/
dialog.css file core/themes/admin/migration/css/components/dialog.css /* cspell:ignore treetable */
.ui-dialog:not(.ui-dialog-off-canvas) {
max-width: 1280px;
border: 0 none !important;
border-radius: var(--gin-border-m);
background: var(--gin-bg-layer);
}

@media (forced-colors: active) {
dialog.css file core/themes/admin/migration/css/theme/dialog.css /* cspell:ignore tablesaw */

.ui-dialog a,
.ui-dialog .link,
.ui-dialog button.link,
.ui-dialog .tabs__link.is-active,
.ui-dialog [open] .gin-details__summary--accordion,
.ui-dialog [open] .gin-details__summary--accordion-item,
.ui-dialog [open]…
dialog.css file core/themes/admin/css/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/profiles/demo_umami/themes/umami/css/classy/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.
dialog.pcss.css file core/themes/admin/css/components/dialog.pcss.css Presentational styles for Drupal dialogs.
dialog.pcss.css file core/themes/default_admin/css/components/dialog.pcss.css Dialog and modal styles, including theme overrides for form elements,
links, and controls.
dialog.pcss.css file core/themes/default_admin/migration/css/components/dialog.pcss.css Dialog and modal styles.
dialog.pcss.css file core/themes/default_admin/migration/css/theme/dialog.pcss.css Dialog theme overrides for form elements, links, and controls.
DialogDeprecationsTest class core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php Tests jQuery events deprecations.
DialogDeprecationsTest.php file core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php
DialogDeprecationsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php The theme to install as the default for testing.
DialogDeprecationsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php Modules to install.
DialogDeprecationsTest::testDialogDeprecations function core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogDeprecationsTest.php Tests that the deprecation events are triggered.
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
DialogPositionTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php
DialogPositionTest::testDialogOpenAndClose function core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php Tests if the dialog UI works properly with block layout page.
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
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
DialogTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/DialogTest.php
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.
DialogTestEntityEditForm class core/modules/system/tests/modules/dialog_test/src/DialogTestEntityEditForm.php Base form for dialog test entity form edit form.
DialogTestEntityEditForm.php file core/modules/system/tests/modules/dialog_test/src/DialogTestEntityEditForm.php
DialogTestEntityEditForm::getEditableConfigNames function core/modules/system/tests/modules/dialog_test/src/DialogTestEntityEditForm.php
DialogTestEntityForm class core/modules/system/tests/modules/dialog_test/src/Entity/DialogTestEntityForm.php Define the dialog test entity form entity.
DialogTestEntityForm.php file core/modules/system/tests/modules/dialog_test/src/Entity/DialogTestEntityForm.php
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

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