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

Breadcrumb

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

function ScaffoldOptions::hasAllowedPackages

Determines whether any allowed packages were defined.

Return value

bool Whether there are allowed packages

File

composer/Plugin/Scaffold/ScaffoldOptions.php, line 103

Class

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

Namespace

Drupal\Composer\Plugin\Scaffold

Code

public function hasAllowedPackages() {
    return !empty($this->allowedPackages());
}
RSS feed
Powered by Drupal