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

Breadcrumb

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

function ComponentGenerator::__construct

ComponentGenerator constructor.

File

composer/Generator/ComponentGenerator.php, line 50

Class

ComponentGenerator
Reconciles Drupal component dependencies with core.

Namespace

Drupal\Composer\Generator

Code

public function __construct() {
    $this->componentBaseDir = dirname(__DIR__, 2) . '/' . static::$relativeComponentPath;
}
RSS feed
Powered by Drupal