| 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 |
Whether a block header should 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 |
Format lines that have been added. |
| DiffFormatter::_added |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Format lines that have been added. |
| DiffFormatter::_block |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Format a diff block. |
| DiffFormatter::_block_header |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Create a block header. |
| DiffFormatter::_block_header |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Create a block header. |
| DiffFormatter::_changed |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Format lines that have been changed. |
| DiffFormatter::_changed |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Format lines that have been changed. |
| DiffFormatter::_context |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Format lines that provide context to the changed lines. |
| DiffFormatter::_context |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Format lines that provide context to the changed lines. |
| DiffFormatter::_deleted |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Format lines that have been deleted. |
| DiffFormatter::_deleted |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Format lines that have been deleted. |
| DiffFormatter::_end_block |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Format the end of the diff block. |
| DiffFormatter::_end_diff |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Complete the output of the diff. |
| DiffFormatter::_end_diff |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Complete the output of the diff. |
| DiffFormatter::_lines |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Format each line prefixed with the given character. |
| DiffFormatter::_lines |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Format each line prefixed with the given character. |
| DiffFormatter::_start_block |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Format the header at the start of the diff block. |
| DiffFormatter::_start_block |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Format the header at the start of the diff block. |
| DiffFormatter::_start_diff |
function |
core/lib/Drupal/Core/Diff/DiffFormatter.php |
Prepare the start of the diff output. |
| DiffFormatter::_start_diff |
function |
core/lib/Drupal/Component/Diff/DiffFormatter.php |
Prepare the start of the diff output. |
| 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 the implementing class using autowiring. |
| 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. |
| DiscardLayoutChangesForm::__construct |
function |
core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php |
Constructs a new DiscardLayoutChangesForm. |
| DiscardLayoutChangesFormTest |
class |
core/modules/layout_builder/tests/src/Unit/DiscardLayoutChangesFormTest.php |
Tests the Layout Builder discard layout form. |
| DiscardLayoutChangesFormTest.php |
file |
core/modules/layout_builder/tests/src/Unit/DiscardLayoutChangesFormTest.php |
|
| DiscardLayoutChangesFormTest::testGetDescription |
function |
core/modules/layout_builder/tests/src/Unit/DiscardLayoutChangesFormTest.php |
Tests ::getDescription() with entity, NULL, and ContextException cases. |