You are here

constant UrlGeneratorInterface::RELATIVE_PATH in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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\Generator

Code

const RELATIVE_PATH = 'relative';