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

Breadcrumb

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

function Plugin::vendorDir

2 calls to Plugin::vendorDir()
Plugin::dumpGeneratedServiceProviderData in vendor/tbachert/spi/src/Composer/Plugin.php
Plugin::uninstall in vendor/tbachert/spi/src/Composer/Plugin.php
Prepare the plugin to be uninstalled

File

vendor/tbachert/spi/src/Composer/Plugin.php, line 185

Class

Plugin

Namespace

Nevay\SPI\Composer

Code

private function vendorDir(Composer $composer, Filesystem $filesystem) : string {
    return $filesystem->normalizePath($composer->getConfig()
        ->get('vendor-dir'));
}

API Navigation

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