You are here

public property DiffOpDelete::$type in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php \Drupal\Component\Diff\Engine\DiffOpDelete::type
  2. 10 core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php \Drupal\Component\Diff\Engine\DiffOpDelete::type

Overrides DiffOp::$type

File

core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php, line 11

Class

DiffOpDelete
@todo document @private @subpackage DifferenceEngine

Namespace

Drupal\Component\Diff\Engine

Code

public $type = 'delete';