Diff formatter which uses returns output that can be rendered to a table.
Hierarchy
- class \Drupal\Component\Diff\DiffFormatter
- class \Drupal\Core\Diff\DiffFormatter
File
- core/lib/Drupal/Core/Diff/DiffFormatter.php, line 13
Namespace
Drupal\Core\Diff
Members
Name | Modifiers | Type | Description |
---|---|---|---|
DiffFormatter::$leading_context_lines | public | property | Number of leading context "lines" to preserve. |
DiffFormatter::$line_stats | protected | property | The line stats. |
DiffFormatter::$rows | protected | property | The diff represented as an array of rows. |
DiffFormatter::$show_header | public | property | Should a block header be shown? |
DiffFormatter::$trailing_context_lines | public | property | Number of trailing context "lines" to preserve. |
DiffFormatter::addedLine | protected | function | Creates an added line. |
DiffFormatter::contextLine | protected | function | Creates a context line. |
DiffFormatter::deletedLine | protected | function | Creates a deleted line. |
DiffFormatter::emptyLine | protected | function | Creates an empty line. |
DiffFormatter::format | public | function | Format a diff. |
DiffFormatter::_added | protected | function | Overrides DiffFormatter::_added |
DiffFormatter::_block | protected | function | |
DiffFormatter::_block_header | protected | function | Overrides DiffFormatter::_block_header |
DiffFormatter::_changed | protected | function | Overrides DiffFormatter::_changed |
DiffFormatter::_context | protected | function | Overrides DiffFormatter::_context |
DiffFormatter::_deleted | protected | function | Overrides DiffFormatter::_deleted |
DiffFormatter::_end_block | protected | function | |
DiffFormatter::_end_diff | protected | function | Overrides DiffFormatter::_end_diff |
DiffFormatter::_lines | protected | function | Overrides DiffFormatter::_lines |
DiffFormatter::_start_block | protected | function | Overrides DiffFormatter::_start_block |
DiffFormatter::_start_diff | protected | function | Overrides DiffFormatter::_start_diff |
DiffFormatter::__construct | public | function | Creates a DiffFormatter to render diffs in a table. |
Please login to continue.