You are here

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

Returns the machine name of the target module.

Return value

string

1 method overrides TargetInterface::id()
Target::id in src/Target.php
Returns the machine name of the target module.

File

src/TargetInterface.php, line 17

Class

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

Namespace

Drupal\drupalmoduleupgrader

Code

public function id();