interface ConfigurableLinkManagerInterface (View source)

Defines an interface for a link manager with a configurable domain.

Methods

$this
setLinkDomain(string $domain)

Sets the link domain used in constructing link URIs.

Details

$this setLinkDomain(string $domain)

Sets the link domain used in constructing link URIs.

Parameters

string $domain

The link domain to use for constructing link URIs.

Return Value

$this