You are here

public function RecursiveDOMIterator::key in Translation Management Tool 8

Returns the current position.

Return value

int Current position

File

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

Class

RecursiveDOMIterator
Class used to iterate through DOMDocument.

Namespace

Drupal\tmgmt_file

Code

public function key() {
  return $this->position;
}