| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 67 | public function getCropEndpoint( |
||
| 68 | $endpoint, |
||
| 69 | $parameters = array(), |
||
| 70 | $absolute = UrlGeneratorInterface::ABSOLUTE_PATH |
||
| 71 | ) { |
||
| 72 | $parameters = array_merge($parameters, array('endpoint' => $endpoint)); |
||
| 73 | |||
| 74 | return $this->router->generate($this->routeName, $parameters, $absolute); |
||
| 75 | } |
||
| 76 | |||
| 85 |