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

Breadcrumb

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

function SvnDownloader::hasMetadataRepository

@inheritDoc

Overrides VcsDownloader::hasMetadataRepository

2 calls to SvnDownloader::hasMetadataRepository()
SvnDownloader::doUpdate in vendor/composer/composer/src/Composer/Downloader/SvnDownloader.php
@inheritDoc
SvnDownloader::getLocalChanges in vendor/composer/composer/src/Composer/Downloader/SvnDownloader.php
@inheritDoc

File

vendor/composer/composer/src/Composer/Downloader/SvnDownloader.php, line 248

Class

SvnDownloader
@author Ben Bieker <mail@ben-bieker.de> @author Till Klampaeckel <till@php.net>

Namespace

Composer\Downloader

Code

protected function hasMetadataRepository(string $path) : bool {
    return is_dir($path . '/.svn');
}

API Navigation

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