createForAnnotationGroup() public method

public createForAnnotationGroup ( string $name ) : string
$name string
return string
Exemplo n.º 1
0
 /**
  * @param string $element
  * @return string
  */
 public function getTemplatePathForAnnotationGroup($element)
 {
     return $this->getDestination() . '/' . $this->elementUrlFactory->createForAnnotationGroup($element);
 }