getPath() public method

public getPath ( ) : string
return string
Ejemplo n.º 1
0
 /**
  * {@inheritDoc}
  */
 public function getRoute()
 {
     return ContentRouteManager::generateRoute($this->contentRoute, $this->contentRoute->getPath(), $this);
 }