/**
  * Set entry field
  */
 public function setField()
 {
     $this->_context->setNextEntryField($this->_currentToken->text);
 }