You are here

constant UrlGeneratorInterface::NETWORK_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::NETWORK_PATH

Generates a network path, e.g. "//example.com/dir/file". Such reference reuses the current scheme but specifies the host.

File

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

Class

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

Namespace

Symfony\Component\Routing\Generator

Code

const NETWORK_PATH = 'network';