You are here

constant UrlGeneratorInterface::ABSOLUTE_PATH in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/routing/Generator/UrlGeneratorInterface.php \Symfony\Component\Routing\Generator\UrlGeneratorInterface::ABSOLUTE_PATH

Generates an absolute path, e.g. "/dir/file".

File

vendor/symfony/routing/Generator/UrlGeneratorInterface.php, line 42

Class

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

Namespace

Symfony\Component\Routing\Generator

Code

const ABSOLUTE_PATH = false;