Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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
dictionary.txt file core/misc/cspell/dictionary.txt
Diff class core/lib/Drupal/Component/Diff/Diff.php Class representing a 'diff' between two sequences of strings.
diff.formatter service core/core.services.yml Drupal\Core\Diff\DiffFormatter
Diff.php file core/lib/Drupal/Component/Diff/Diff.php
Diff::$edits property core/lib/Drupal/Component/Diff/Diff.php The list of differences as an array of diff operations.
Diff::check function core/lib/Drupal/Component/Diff/Diff.php Check a Diff for validity.
Diff::closing function core/lib/Drupal/Component/Diff/Diff.php Gets the closing set of lines.
Diff::getEdits function core/lib/Drupal/Component/Diff/Diff.php Gets the list of differences as an array of diff operations.
Diff::isEmpty function core/lib/Drupal/Component/Diff/Diff.php Check for empty diff.
Diff::lcs function core/lib/Drupal/Component/Diff/Diff.php Compute the length of the Longest Common Subsequence (LCS).
Diff::orig function core/lib/Drupal/Component/Diff/Diff.php Gets the original set of lines.
Diff::reverse function core/lib/Drupal/Component/Diff/Diff.php Compute reversed Diff.
Diff::__construct function core/lib/Drupal/Component/Diff/Diff.php Constructor.
Computes diff between sequences of strings.
DiffArray class core/lib/Drupal/Component/Utility/DiffArray.php Provides helpers to perform diffs on multi dimensional arrays.
DiffArray.php file core/lib/Drupal/Component/Utility/DiffArray.php
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().
DiffEngine class core/lib/Drupal/Component/Diff/Engine/DiffEngine.php Class used internally by Diff to actually compute the diffs.
DiffEngine.php file core/lib/Drupal/Component/Diff/Engine/DiffEngine.php
DiffEngine::diff function core/lib/Drupal/Component/Diff/Engine/DiffEngine.php
DiffEngine::MAX_XREF_LENGTH constant core/lib/Drupal/Component/Diff/Engine/DiffEngine.php
DiffEngine::USE_ASSERTS constant core/lib/Drupal/Component/Diff/Engine/DiffEngine.php
DiffEngine::_compareseq function core/lib/Drupal/Component/Diff/Engine/DiffEngine.php Find LCS of two sequences.
DiffEngine::_diag function core/lib/Drupal/Component/Diff/Engine/DiffEngine.php Divide the Largest Common Subsequence (LCS) of the sequences
[XOFF, XLIM) and [YOFF, YLIM) into NCHUNKS approximately equally
sized segments.
DiffEngine::_lcs_pos function core/lib/Drupal/Component/Diff/Engine/DiffEngine.php
DiffEngine::_line_hash function core/lib/Drupal/Component/Diff/Engine/DiffEngine.php Returns the whole line if it's small enough, or a hash otherwise.
DiffEngine::_shift_boundaries function core/lib/Drupal/Component/Diff/Engine/DiffEngine.php Adjust inserts/deletes of identical lines to join changes
as much as possible.

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