constant UrlGeneratorInterface::RELATIVE_PATH in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/routing/Generator/UrlGeneratorInterface.php \Symfony\Component\Routing\Generator\UrlGeneratorInterface::RELATIVE_PATH
Generates a relative path based on the current request path, e.g. "../parent-file".
See also
UrlGenerator::getRelativePath()
File
- vendor/
symfony/ routing/ Generator/ UrlGeneratorInterface.php, line 49
Class
- UrlGeneratorInterface
- UrlGeneratorInterface is the interface that all URL generator classes must implement.
Namespace
Symfony\Component\Routing\GeneratorCode
const RELATIVE_PATH = 'relative';