ConfigurableLinkManagerInterface::setLinkDomain

public ConfigurableLinkManagerInterface::setLinkDomain($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

File

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

Class

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

Namespace

Drupal\rest\LinkManager

Code

public function setLinkDomain($domain);
doc_Drupal
2016-10-29 08:55:22
Comments
Leave a Comment

Please login to continue.