You are here

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

Clears internal references to all open documents, discarding changes.

1 method overrides TargetInterface::flush()
Target::flush in src/Target.php
Clears internal references to all open documents, discarding changes.

File

src/TargetInterface.php, line 124

Class

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

Namespace

Drupal\drupalmoduleupgrader

Code

public function flush();