function ConfigurableLinkManagerInterface::setLinkDomain

Same name in other branches
  1. 9 core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php \Drupal\hal\LinkManager\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

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.