You are here

constant SkipOp::ID in Drupal 8

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

Identifies Skip operations.

File

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

Class

SkipOp
Scaffold operation to skip a scaffold file (do nothing).

Namespace

Drupal\Composer\Plugin\Scaffold\Operations

Code

const ID = 'skip';