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);
Please login to continue.