You are here

constant UrlGeneratorInterface::ABSOLUTE_URL 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_URL

Generates an absolute URL, e.g. "http://example.com/dir/file".

File

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

Class

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

Namespace

Symfony\Component\Routing\Generator

Code

const ABSOLUTE_URL = true;