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

Breadcrumb

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

function ManageOptions::getOptions

Gets the root-level scaffold options for this project.

Return value

\Drupal\Composer\Plugin\Scaffold\ScaffoldOptions The scaffold options object.

File

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

Class

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

Namespace

Drupal\Composer\Plugin\Scaffold

Code

public function getOptions() {
    return $this->packageOptions($this->composer
        ->getPackage());
}
RSS feed
Powered by Drupal