You are here

protected property SkipOp::$message in Drupal 9

Same name and namespace in other branches
  1. 8 composer/Plugin/Scaffold/Operations/SkipOp.php \Drupal\Composer\Plugin\Scaffold\Operations\SkipOp::message

The message to output while processing.

Type: string

File

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

Class

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

Namespace

Drupal\Composer\Plugin\Scaffold\Operations

Code

protected $message;