| DiffFormatter |
class |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
A class to format Diffs |
| DiffFormatter.php |
file |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter.php |
file |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| 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. |
| DiffFormatter::$show_header |
property |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Should a block header be shown? |
| DiffFormatter::$trailing_context_lines |
property |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Number of trailing context "lines" to preserve. |
| DiffFormatter::addedLine |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Creates an added line. |
| DiffFormatter::contextLine |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Creates a context line. |
| DiffFormatter::deletedLine |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Creates a deleted line. |
| DiffFormatter::emptyLine |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Creates an empty line. |
| DiffFormatter::format |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Format a diff. |
| DiffFormatter::_added |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_added |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| DiffFormatter::_block |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_block_header |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_block_header |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| DiffFormatter::_changed |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| DiffFormatter::_changed |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_context |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_context |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| DiffFormatter::_deleted |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| DiffFormatter::_deleted |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_end_block |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_end_diff |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_end_diff |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| DiffFormatter::_lines |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| DiffFormatter::_lines |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_start_block |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::_start_block |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| DiffFormatter::_start_diff |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
|
| DiffFormatter::_start_diff |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
|
| DiffFormatter::__construct |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Creates a DiffFormatter to render diffs in a table. |
| DiffFormatterTest |
class |
core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php |
Test DiffFormatter classes. |
| DiffFormatterTest.php |
file |
core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php |
|
| DiffFormatterTest::provideTestDiff |
function |
core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php |
|
| DiffFormatterTest::testDiff |
function |
core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php |
Tests whether op classes returned by DiffEngine::diff() match expectations. |
| DiscardLayoutChangesForm |
class |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
Discards any pending changes to the layout. |
| DiscardLayoutChangesForm.php |
file |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
|
| DiscardLayoutChangesForm::$layoutTempstoreRepository |
property |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
The layout tempstore repository. |
| DiscardLayoutChangesForm::$messenger |
property |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
The messenger service. |
| DiscardLayoutChangesForm::$sectionStorage |
property |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
The section storage. |
| DiscardLayoutChangesForm::buildForm |
function |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
Form constructor. |
| DiscardLayoutChangesForm::create |
function |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
Instantiates a new instance of this class. |
| DiscardLayoutChangesForm::getCancelUrl |
function |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
Returns the route to go to if the user cancels the action. |
| DiscardLayoutChangesForm::getDescription |
function |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
Returns additional text to display as a description. |
| DiscardLayoutChangesForm::getFormId |
function |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
Returns a unique string identifying the form. |
| DiscardLayoutChangesForm::getQuestion |
function |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
Returns the question to ask the user. |
| DiscardLayoutChangesForm::submitForm |
function |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
Form submission handler. |