| 1 | <?php |
||
| 22 | class FullUrlTransformer extends AbstractLocationTransformer implements |
||
| 23 | LocationTransformerInterface |
||
| 24 | { |
||
| 25 | /** |
||
| 26 | * Tries to transform the provided location data into a server URI |
||
| 27 | * |
||
| 28 | * @param string $location Location name, path or identifier |
||
| 29 | * @param array $options Filter options |
||
| 30 | * |
||
| 31 | * @return UriInterface|null |
||
| 32 | */ |
||
| 33 | public function transform($location, array $options = []) |
||
| 41 | } |