ComponentInstaller\Installer::initializeVendorDir PHP 메소드

initializeVendorDir() 보호된 메소드

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();
    }