interface ConfigurableLinkManagerInterface

Same name in other branches
  1. 8.9.x core/modules/rest/src/LinkManager/ConfigurableLinkManagerInterface.php \Drupal\rest\LinkManager\ConfigurableLinkManagerInterface
  2. 8.9.x core/modules/hal/src/LinkManager/ConfigurableLinkManagerInterface.php \Drupal\hal\LinkManager\ConfigurableLinkManagerInterface

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

Hierarchy

Expanded class hierarchy of ConfigurableLinkManagerInterface

All classes that implement ConfigurableLinkManagerInterface

File

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

Namespace

Drupal\hal\LinkManager
View source
interface ConfigurableLinkManagerInterface {
    
    /**
     * Sets the link domain used in constructing link URIs.
     *
     * @param string $domain
     *   The link domain to use for constructing link URIs.
     *
     * @return $this
     */
    public function setLinkDomain($domain);

}

Members

Title Sort descending Modifiers Object type Summary
ConfigurableLinkManagerInterface::setLinkDomain public function Sets the link domain used in constructing link URIs.

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