/**
  * Get the available link types
  *
  * @return array
  */
 public function getLinkTypes()
 {
     return $this->linkRegistry->getTypes();
 }