You are here

public function RecursiveDOMIterator::rewind in Translation Management Tool 8

Rewind the Iterator to the first element.

File

translators/tmgmt_file/src/RecursiveDOMIterator.php, line 84

Class

RecursiveDOMIterator
Class used to iterate through DOMDocument.

Namespace

Drupal\tmgmt_file

Code

public function rewind() {
  $this->position = 0;
}