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

Breadcrumb

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

function LibraryInstaller::initializeVendorDir

Return value

void

6 calls to LibraryInstaller::initializeVendorDir()
LibraryInstaller::cleanup in vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php
@inheritDoc
LibraryInstaller::download in vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php
@inheritDoc
LibraryInstaller::getInstallPath in vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php
@inheritDoc
LibraryInstaller::install in vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php
@inheritDoc
LibraryInstaller::prepare in vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php
@inheritDoc

... See full list

File

vendor/composer/composer/src/Composer/Installer/LibraryInstaller.php, line 333

Class

LibraryInstaller
Package installation manager.

Namespace

Composer\Installer

Code

protected function initializeVendorDir() {
    $this->filesystem
        ->ensureDirectoryExists($this->vendorDir);
    $this->vendorDir = realpath($this->vendorDir);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal