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

Breadcrumb

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

function ScaffoldResult::__construct

ScaffoldResult constructor.

Parameters

\Drupal\Composer\Plugin\Scaffold\ScaffoldFilePath $destination: The path to the scaffold file that was processed.

bool $isManaged: (optional) Whether this result is managed. Defaults to FALSE.

File

composer/Plugin/Scaffold/Operations/ScaffoldResult.php, line 36

Class

ScaffoldResult
Record the result of a scaffold operation.

Namespace

Drupal\Composer\Plugin\Scaffold\Operations

Code

public function __construct(ScaffoldFilePath $destination, $isManaged = FALSE) {
    $this->destination = $destination;
    $this->managed = $isManaged;
}
RSS feed
Powered by Drupal