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

Breadcrumb

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

function ReplaceOp::generateContents

Overrides AbstractOperation::generateContents

File

composer/Plugin/Scaffold/Operations/ReplaceOp.php, line 53

Class

ReplaceOp
Scaffold operation to copy or symlink from source to destination.

Namespace

Drupal\Composer\Plugin\Scaffold\Operations

Code

protected function generateContents() {
    return file_get_contents($this->source
        ->fullPath());
}
RSS feed
Powered by Drupal