interface ConfigurableLinkManagerInterface implements ConfigurableLinkManagerInterface (View source)

deprecated in drupal:8.3.0 and is removed from drupal:9.0.0. This has been moved to the hal module. This exists solely for BC.

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