ComponentInstaller\Installer::initializeVendorDir PHP Method

initializeVendorDir() protected method

Initialize the Component directory, as well as the vendor directory.
protected initializeVendorDir ( )
    protected function initializeVendorDir()
    {
        $this->componentDir = $this->getComponentDir();
        $this->filesystem->ensureDirectoryExists($this->componentDir);
        parent::initializeVendorDir();
    }