interface RelationLinkManagerInterface in Drupal 8
Same name in this branch
- 8 core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php \Drupal\hal\LinkManager\RelationLinkManagerInterface
- 8 core/modules/rest/src/LinkManager/RelationLinkManagerInterface.php \Drupal\rest\LinkManager\RelationLinkManagerInterface
Hierarchy
- interface \Drupal\hal\LinkManager\ConfigurableLinkManagerInterface
- interface \Drupal\hal\LinkManager\RelationLinkManagerInterface
- interface \Drupal\rest\LinkManager\RelationLinkManagerInterface
- interface \Drupal\hal\LinkManager\RelationLinkManagerInterface
Expanded class hierarchy of RelationLinkManagerInterface
All classes that implement RelationLinkManagerInterface
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/ RelationLinkManagerInterface.php, line 13
Namespace
Drupal\rest\LinkManagerView source
interface RelationLinkManagerInterface extends MovedRelationLinkManagerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ConfigurableLinkManagerInterface:: |
public | function | Sets the link domain used in constructing link URIs. | |
RelationLinkManagerInterface:: |
public | function | Translates a REST URI into internal IDs. | |
RelationLinkManagerInterface:: |
public | function | Gets the URI that corresponds to a field. |