Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::getEdits | function | core/ |
Gets the list of differences as an array of diff operations. |
| 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(). |
| DiffFormatter | class | core/ |
A class to format Diffs |
| DiffFormatter | class | core/ |
Diff formatter which uses returns output that can be rendered to a table. |
| DiffFormatter.php | file | core/ |
|
| DiffFormatter.php | file | core/ |
|
| DiffFormatter::$leading_context_lines | property | core/ |
Number of leading context "lines" to preserve. |
| DiffFormatter::$line_stats | property | core/ |
The line stats. |
| DiffFormatter::$rows | property | core/ |
The diff represented as an array of rows. |
| DiffFormatter::$show_header | property | core/ |
Should a block header be shown? |
| DiffFormatter::$trailing_context_lines | property | core/ |
Number of trailing context "lines" to preserve. |
| DiffFormatter::addedLine | function | core/ |
Creates an added line. |
| DiffFormatter::contextLine | function | core/ |
Creates a context line. |
| DiffFormatter::deletedLine | function | core/ |
Creates a deleted line. |
| DiffFormatter::emptyLine | function | core/ |
Creates an empty line. |
| DiffFormatter::format | function | core/ |
Format a diff. |
| DiffFormatter::_added | function | core/ |
|
| DiffFormatter::_added | function | core/ |
|
| DiffFormatter::_block | function | core/ |
|
| DiffFormatter::_block_header | function | core/ |
|
| DiffFormatter::_block_header | function | core/ |
|
| DiffFormatter::_changed | function | core/ |
|
| DiffFormatter::_changed | function | core/ |
|
| DiffFormatter::_context | function | core/ |
|
| DiffFormatter::_context | function | core/ |
|
| DiffFormatter::_deleted | function | core/ |
|
| DiffFormatter::_deleted | function | core/ |
|
| DiffFormatter::_end_block | function | core/ |
|
| DiffFormatter::_end_diff | function | core/ |
|
| DiffFormatter::_end_diff | function | core/ |
|
| DiffFormatter::_lines | function | core/ |
|
| DiffFormatter::_lines | function | core/ |
|
| DiffFormatter::_start_block | function | core/ |
|
| DiffFormatter::_start_block | function | core/ |
|
| DiffFormatter::_start_diff | function | core/ |
|
| DiffFormatter::_start_diff | function | core/ |
|
| DiffFormatter::__construct | function | core/ |
Creates a DiffFormatter to render diffs in a table. |
Pagination
- Previous page
- Page 426
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.