You are here

constant AppendOp::ID in Drupal 10

Same name and namespace in other branches
  1. 8 composer/Plugin/Scaffold/Operations/AppendOp.php \Drupal\Composer\Plugin\Scaffold\Operations\AppendOp::ID
  2. 9 composer/Plugin/Scaffold/Operations/AppendOp.php \Drupal\Composer\Plugin\Scaffold\Operations\AppendOp::ID

Identifies Append operations.

File

composer/Plugin/Scaffold/Operations/AppendOp.php, line 19

Class

AppendOp
Scaffold operation to add to the beginning and/or end of a scaffold file.

Namespace

Drupal\Composer\Plugin\Scaffold\Operations

Code

const ID = 'append';