Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::getDialogOptions | function | core/ |
Returns the dialog options from request. |
| DialogRenderer::getTitleAsStringable | function | core/ |
Gets the title as a string or stringable object. |
| 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 install. |
| DialogTest::testDialog | function | core/ |
Tests sending non-JS and AJAX requests to open and manipulate modals. |
| DialogTest::testHttpMethod | function | core/ |
Tests dialog link opener with different HTTP methods. |
| 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 |
| dictionary.txt | file | core/ |
… |
| Diff | class | core/ |
Class representing a 'diff' between two sequences of strings. |
| diff.formatter | service | core/ |
Drupal\Core\Diff\DiffFormatter |
| Diff.php | file | core/ |
|
| Diff::$edits | property | core/ |
The list of differences as an array of diff operations. |
| Diff::check | function | core/ |
Check a Diff for validity. |
| Diff::closing | function | core/ |
Gets the closing set of lines. |
| Diff::getEdits | function | core/ |
Gets the list of differences as an array of diff operations. |
| Diff::isEmpty | function | core/ |
Check for empty diff. |
| Diff::lcs | function | core/ |
Compute the length of the Longest Common Subsequence (LCS). |
| Diff::orig | function | core/ |
Gets the original set of lines. |
| Diff::reverse | function | core/ |
Compute reversed Diff. |
| Diff::__construct | function | core/ |
Constructor. Computes diff between sequences of strings. |
| DiffArray | class | core/ |
Provides helpers to perform diffs on multi dimensional arrays. |
| DiffArray.php | file | core/ |
|
| DiffArray::diffAssocRecursive | function | core/ |
Recursively computes the difference of arrays with additional index check. |
| DiffArrayTest | class | core/ |
Tests the DiffArray helper class. |
| DiffArrayTest.php | file | core/ |
|
| DiffArrayTest::$array1 | property | core/ |
Array to use for testing. |
| DiffArrayTest::$array2 | property | core/ |
Array to use for testing. |
| DiffArrayTest::setUp | function | core/ |
|
| DiffArrayTest::testDiffAssocRecursive | function | core/ |
Tests DiffArray::diffAssocRecursive(). |
| DiffEngine | class | core/ |
Class used internally by Diff to actually compute the diffs. |
| DiffEngine.php | file | core/ |
|
| DiffEngine::diff | function | core/ |
|
| DiffEngine::MAX_XREF_LENGTH | constant | core/ |
|
| DiffEngine::USE_ASSERTS | constant | core/ |
|
| DiffEngine::_compareseq | function | core/ |
Find LCS of two sequences. |
| DiffEngine::_diag | function | core/ |
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/ |
|
| DiffEngine::_line_hash | function | core/ |
Returns the whole line if it's small enough, or a hash otherwise. |
| DiffEngine::_shift_boundaries | function | core/ |
Adjust inserts/deletes of identical lines to join changes as much as possible. |
Pagination
- Previous page
- Page 413
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.