constant UrlGeneratorInterface::NETWORK_PATH

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

File

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

Class

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

Namespace

Symfony\Component\Routing\Generator

Code

const NETWORK_PATH = 'network';