createForAnnotationGroup() public méthode

public createForAnnotationGroup ( string $name ) : string
$name string
Résultat string
 /**
  * @param string $element
  * @return string
  */
 public function getTemplatePathForAnnotationGroup($element)
 {
     return $this->getDestination() . '/' . $this->elementUrlFactory->createForAnnotationGroup($element);
 }