function ConfigurableLinkManagerInterface::setLinkDomain

Sets the link domain used in constructing link URIs.

Parameters

string $domain: The link domain to use for constructing link URIs.

Return value

$this

1 method overrides ConfigurableLinkManagerInterface::setLinkDomain()
LinkManager::setLinkDomain in core/modules/hal/src/LinkManager/LinkManager.php
Sets the link domain used in constructing link URIs.

File

core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php, line 18

Class

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

Namespace

Drupal\hal\LinkManager

Code

public function setLinkDomain($domain);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.