You are here

public function TargetInterface::getBasePath in Drupal 7 to 8/9 Module Upgrader 8

Returns the base path of the target module.

Return value

string

1 method overrides TargetInterface::getBasePath()
Target::getBasePath in src/Target.php
Returns the base path of the target module.

File

src/TargetInterface.php, line 24

Class

TargetInterface
Represents a Drupal 7 module being run through the DMU.

Namespace

Drupal\drupalmoduleupgrader

Code

public function getBasePath();