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