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 main for %s
  6. Other projects
Title Object type File name Summary
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.
dialog.pcss.css file core/themes/admin/css/components/dialog.pcss.css Presentational styles for Drupal dialogs.
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 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::$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.
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
dialog_test.info.yml file core/modules/system/tests/modules/dialog_test/dialog_test.info.yml core/modules/system/tests/modules/dialog_test/dialog_test.info.yml
dialog_test.routing.yml file core/modules/system/tests/modules/dialog_test/dialog_test.routing.yml core/modules/system/tests/modules/dialog_test/dialog_test.routing.yml
Diff::$edits property core/lib/Drupal/Component/Diff/Diff.php The list of differences as an array of diff operations.
Diff::getEdits function core/lib/Drupal/Component/Diff/Diff.php Gets the list of differences as an array of diff operations.
Diff::__construct function core/lib/Drupal/Component/Diff/Diff.php Constructor.
Computes diff between sequences of strings.
DiffArray::diffAssocRecursive function core/lib/Drupal/Component/Utility/DiffArray.php Recursively computes the difference of arrays with additional index check.
DiffArrayTest class core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Tests the DiffArray helper class.
DiffArrayTest.php file core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php
DiffArrayTest::$array1 property core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Array to use for testing.
DiffArrayTest::$array2 property core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Array to use for testing.
DiffArrayTest::setUp function core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php
DiffArrayTest::testDiffAssocRecursive function core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Tests DiffArray::diffAssocRecursive().
DiffFormatter::$leading_context_lines property core/lib/Drupal/Component/Diff/DiffFormatter.php Number of leading context "lines" to preserve.
DiffFormatter::$line_stats property core/lib/Drupal/Component/Diff/DiffFormatter.php The line stats.
DiffFormatter::$rows property core/lib/Drupal/Core/Diff/DiffFormatter.php The diff represented as an array of rows.

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