Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Line.php
function Line::isAdded
File
vendor/
sebastian/
diff/
src/
Line.php
, line 36
Class
Line
Namespace
SebastianBergmann\Diff
Code
public
function
isAdded
() : bool {
return
$this
->
type
=== self::ADDED; }
RSS feed