Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
DiffEngine.php
»
DiffFormatter
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
function DiffFormatter::_added
2 calls to DiffFormatter::_added()
DiffFormatter::_block
in drupal/
core/
lib/
Drupal/
Component/
Diff/
DiffEngine.php
DiffFormatter::_changed
in drupal/
core/
lib/
Drupal/
Component/
Diff/
DiffEngine.php
1 method overrides DiffFormatter::_added()
DrupalDiffFormatter::_added
in drupal/
core/
lib/
Drupal/
Component/
Diff/
DiffEngine.php
File
drupal/
core/
lib/
Drupal/
Component/
Diff/
DiffEngine.php
, line 925
A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)
Class
DiffFormatter
A class to format Diffs
Code
function
_added
(
$lines
) {
$this
->
_lines
(
$lines
,
'>'
); }