/**
  * Retrieve the jump to information from the setting.
  *
  * @return array|null The jump to information or null if none has been set.
  */
 public function getJumpTo()
 {
     return $this->parent->getJumpTo();
 }