function LinkManager::__construct
Constructor.
Parameters
\Drupal\hal\LinkManager\TypeLinkManagerInterface $type_link_manager: Manager for handling bundle URIs.
\Drupal\hal\LinkManager\RelationLinkManagerInterface $relation_link_manager: Manager for handling bundle URIs.
File
-
core/
modules/ hal/ src/ LinkManager/ LinkManager.php, line 29
Class
Namespace
Drupal\hal\LinkManagerCode
public function __construct(TypeLinkManagerInterface $type_link_manager, RelationLinkManagerInterface $relation_link_manager) {
$this->typeLinkManager = $type_link_manager;
$this->relationLinkManager = $relation_link_manager;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.