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

Breadcrumb

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

function ManageOptions::__construct

ManageOptions constructor.

Parameters

\Composer\Composer $composer: The Composer service.

File

composer/Plugin/Scaffold/ManageOptions.php, line 33

Class

ManageOptions
Per-project options from the 'extras' section of the composer.json file.

Namespace

Drupal\Composer\Plugin\Scaffold

Code

public function __construct(Composer $composer) {
    $this->composer = $composer;
}
RSS feed
Powered by Drupal