Exemple #1
0
 /**
  * Gets the search alias of a given entity
  *
  * @param string $className The FQCN of an entity
  *
  * @return string|null The search alias of the entity
  *                     or NULL if the entity is not registered in a search index or has no the search alias
  */
 public function getEntityAlias($className)
 {
     return $this->mapper->getEntityAlias($className);
 }