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

Breadcrumb

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

function SvnDriver::getRootIdentifier

@inheritDoc

Overrides VcsDriverInterface::getRootIdentifier

File

vendor/composer/composer/src/Composer/Repository/Vcs/SvnDriver.php, line 96

Class

SvnDriver
@author Jordi Boggiano <j.boggiano@seld.be> @author Till Klampaeckel <till@php.net>

Namespace

Composer\Repository\Vcs

Code

public function getRootIdentifier() : string {
    return $this->rootIdentifier ?: $this->trunkPath;
}
RSS feed
Powered by Drupal