You are here

interface TypeLinkManagerInterface in Drupal 8

Same name in this branch
  1. 8 core/modules/hal/src/LinkManager/TypeLinkManagerInterface.php \Drupal\hal\LinkManager\TypeLinkManagerInterface
  2. 8 core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php \Drupal\rest\LinkManager\TypeLinkManagerInterface

Hierarchy

Expanded class hierarchy of TypeLinkManagerInterface

All classes that implement TypeLinkManagerInterface

Deprecated

in drupal:8.3.0 and is removed from drupal:9.0.0. This has been moved to the hal module. This exists solely for BC.

See also

https://www.drupal.org/node/2830467

File

core/modules/rest/src/LinkManager/TypeLinkManagerInterface.php, line 13

Namespace

Drupal\rest\LinkManager
View source
interface TypeLinkManagerInterface extends MovedTypeLinkManagerInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
ConfigurableLinkManagerInterface::setLinkDomain public function Sets the link domain used in constructing link URIs.
TypeLinkManagerInterface::getTypeInternalIds public function Get a bundle's Typed Data IDs based on a URI.
TypeLinkManagerInterface::getTypeUri public function Gets the URI that corresponds to a bundle.