Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SkipOp.php

function SkipOp::__construct

SkipOp constructor.

Parameters

string $message: (optional) A custom message to output while skipping.

File

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

Class

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

Namespace

Drupal\Composer\Plugin\Scaffold\Operations

Code

public function __construct($message = "  - Skip <info>[dest-rel-path]</info>: disabled") {
    $this->message = $message;
}
RSS feed
Powered by Drupal