Hierarchy
- class \Drupal\rest\LinkManager\LinkManager implements LinkManagerInterface
 
File
- core/modules/rest/src/LinkManager/LinkManager.php, line 5
 
Namespace
Drupal\rest\LinkManager
Members
| Name | Modifiers | Type | Description | 
|---|---|---|---|
| LinkManager::$relationLinkManager | protected | property | The relation link manager. | 
| LinkManager::$typeLinkManager | protected | property | The type link manager. | 
| LinkManager::getRelationInternalIds | public | function | Translates a REST URI into internal IDs. Overrides RelationLinkManagerInterface::getRelationInternalIds | 
| LinkManager::getRelationUri | public | function | Gets the URI that corresponds to a field. Overrides RelationLinkManagerInterface::getRelationUri | 
| LinkManager::getTypeInternalIds | public | function | Get a bundle's Typed Data IDs based on a URI. Overrides TypeLinkManagerInterface::getTypeInternalIds | 
| LinkManager::getTypeUri | public | function | Gets the URI that corresponds to a bundle. Overrides TypeLinkManagerInterface::getTypeUri | 
| LinkManager::setLinkDomain | public | function | Sets the link domain used in constructing link URIs. Overrides ConfigurableLinkManagerInterface::setLinkDomain | 
| LinkManager::__construct | public | function | Constructor. | 
Please login to continue.