constant UrlGeneratorInterface::RELATIVE_PATH

Generates a relative path based on the current request path, e.g. "../parent-file".

See also

UrlGenerator::getRelativePath()

File

drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php, line 50

Class

UrlGeneratorInterface
UrlGeneratorInterface is the interface that all URL generator classes must implement.

Namespace

Symfony\Component\Routing\Generator

Code

const RELATIVE_PATH = 'relative';